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.
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.
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.
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
Hosting Directus
When hosting Directus, it's important to know how Directus works. You can then decide on your requirements and meet your budget.
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.
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.
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.
What is my Directus Port?
Find out the default port used in Directus and how you can change it.
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.