Using Directus How to reset my Password for Directus Follow these easy steps to reset your password using email verification much like most services that you use.
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.
Using Directus How to use Postman with Directus Postman is an essential tool in any project. You can connect the Directus API and test out the various endpoints and responses.
How to Manage Multiple Projects in Directus If you're like me and have multiple projects on the go, you can to install them on the same server and run them side-by-side.
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.
How to use OAuth 2.0 with Directus OAuth 2.0 is a mechanism which allows you to login to Directus using an external provider such as Facebook, Google, Microsoft, Yahoo or Github without the need to create new accounts. Since most devices will already be logged into one or more of these services, the user will be
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.
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 Headless CMS? A NodeJS Headless CMS that bridges your website or apps to your SQL database using its powerful REST API and GraphQL.