Using Directus How to use the REST API on your website REST APIs are a very powerful method for retrieving your data from Directus. In this article, I'll show you how you can query, create, update and delete records as well as some advanced techniques that will be useful when creating websites.
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.
Using Directus How you can use Directus GraphQL on your website? GraphQL is a very powerful API for retrieving your data from Directus. In this article, I'll show you how you can query, create, update and delete records.
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.
Using Directus GraphQL vs REST API Directus 9 supports both GraphQL and REST API, which one should I use? This article will cover the usage of both so you can decide which one suits you.
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.