https://store-images.s-microsoft.com/image/apps.60369.3187f70b-d166-47be-a025-5b1bc7038c3d.7c1bf17e-8269-4b02-b8d7-4f0bcdc78758.35fdadc9-d0a7-4728-881b-c54ca46d1114

Directus

by kCloudHub LLC

(1 ratings)

Version 11.14.1 + Free Support on Ubuntu 24.04

Directus is a powerful open-source headless CMS and data platform designed to help teams manage content, build APIs, and connect databases through an intuitive web-based interface. It transforms any SQL database into real-time REST and GraphQL APIs while providing a modern admin dashboard for data management.

Key Features of Directus:

  • Open-source headless CMS with REST and GraphQL APIs.
  • PostgreSQL-backed database with Redis caching support.
  • Role-based access control and user authentication.
  • Extensible hooks, integrations, and API-first architecture.
  • Web-based admin UI for content, data, and user management.

Directus Usage:

$ sudo su
$ cd ~/directus
$ docker-compose up -d

To Generate Secret Keys: Run in your terminal: $ openssl rand -hex 32 $ docker-compose restart

To Check Email-address,Run: $ docker exec -it directus_postgres psql -U directus directus $ select id,email from directus_users;

After Checking email, run this command to reset the pasword: $ docker exec -it directus_app npx directus users passwd --email admin@example.com --password Admin@123 After that To Access Web Interface:
http://:8055

Disclaimer:
Directus is an open-source project developed by the Directus community. This content is provided for informational purposes only. We are not affiliated with or endorsed by Directus. All trademarks and product names belong to their respective owners.