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.
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,
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.
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.
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.
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