Getting Started How to trigger a Flow Run automated workflows using Directus Flows. These can be triggered by user events, external webhooks or scheduled timepoints.
Getting Started How to sort the Directus API Sorting your data is essential for optimizing your connections. Especially when dealing with a lot of data.
Getting Started How to filter the Directus API Filtering your data is essential for optimizing your connections. Especially when dealing with a lot of data.
Getting Started What is the Directus API URL? The Directus API is a powerful tool that connects your database to your website or device with ease. There are 2 frameworks to choose from, REST API or GraphQL.
Getting Started Link Directus to a SMTP Relay Adding a mail transport service to Directus is very important, without this configured, user's will not receive any emails from Directus including password reset tokens.
Getting Started Add Directus to an Existing Database Let's say you have a massive database and invested thousands of hours work with millions of records across many tables - No problem! Directus can be installed into the same database.
Getting Started How to add Microsoft Azure Login to Directus Adding Microsoft Azure login to Directus allows your organisation or other Azure members to login to Directus using their Microsoft Account.
Getting Started How to Update Directus? It's important to keep Directus up to date. Each new version fixes bugs or issues that have been discovered since the last version and sometimes includes new exciting features.
Getting Started How to add a domain name to Directus It's important to have a domain name for Directus so you're not exposing your IP address and port to the public. You'll need to purchase a domain name from a supplier and set up the DNS record to use your server.
Getting Started Where is the Directus Configuration File? The configuration file holds all the environment variables for the Directus software. It's located with your project folder and is call .env.
Getting Started How to add a SSL Certificate to Directus SSL certificates are vital to securing your data by encrypting all traffic between the client and your server. In this article I'll cover how you can add a Let's Encrypt certificate or Paid certificates to Directus. This assumes you are using linux and have root access and have a domain
Getting Started Hosting Directus When hosting Directus, it's important to know how Directus works. You can then decide on your requirements and meet your budget.
Getting Started Everything you need to know about Directus Roles Roles are a core feature of Directus which controls how your users interact with the data. Learn how you can use roles to build a successful team and secure your application.
Getting Started How you can meet the Directus Requirements? Directus 9 is a massive leap forward but also comes with many breaking changes to the requirements. Here's how you can meet them and get started right away.
Getting Started What is my Directus Port? Find out the default port used in Directus and how you can change it.
Getting Started How to add Single Sign On (SSO) to Directus in 2 Steps Use Facebook, Google, Microsoft/Azure AD and others to sign into your Directus system.
Getting Started 4 Essential Steps after Installing Directus So you've just installed Directus and wondering what's next? I've gathered the 4 essential steps to get started right away.
Getting Started Keep Directus running in the background on Linux So you've installed Directus on your server or local computer but it keeps crashing when you logout or close your terminal. This article shows you how to set up Directus as a service.
Getting Started Set up Directus in Nginx Use this template to configure Nginx and access Directus on your domain name.
Getting Started Featured What is Directus? A NodeJS Headless CMS that bridges your website or apps to your SQL database using its powerful REST API and GraphQL.