Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felpsalvs/directus-customization
This repository contains a docker file to run Directus, an open-source data management platform. It also contains a customizable extension that can be used to add new functionality to Directus.
https://github.com/felpsalvs/directus-customization
Last synced: 1 day ago
JSON representation
This repository contains a docker file to run Directus, an open-source data management platform. It also contains a customizable extension that can be used to add new functionality to Directus.
- Host: GitHub
- URL: https://github.com/felpsalvs/directus-customization
- Owner: felpsalvs
- Created: 2024-01-11T18:48:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T20:36:16.000Z (10 months ago)
- Last Synced: 2024-01-30T23:20:07.273Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
**Docker repository for Directus and Customizable Extension**
This repository contains a docker file to run Directus, an open-source data management platform. It also contains a customizable extension that can be used to add new functionality to Directus.
**Customizable Extension**
The customizable extension that comes with this repository adds a new functionality to Directus: the ability to create and manage users. To use this functionality, follow the steps below:
1. Access Directus in your browser.
2. Click on the "Settings" menu.
3. Click the "Extensions" tab.After enabling the extension, you will be able to create and manage users in Directus. To create a new user, click the "New User" button. To manage an existing user, click the user's name.
**Settings**
The `docker-compose.yml` file contains the repository settings. You can modify these settings to suit your needs.
**Environment variables**
The repository uses the following environment variables:
* `DIRECTUS_HOST`: The Directus host.
* `DIRECTUS_PORT`: The Directus port.
* `DIRECTUS_DATABASE_HOST`: The Directus database host.
* `DIRECTUS_DATABASE_PORT`: The Directus database port.
* `DIRECTUS_DATABASE_NAME`: The name of the Directus database.
* `DIRECTUS_DATABASE_USERNAME`: The Directus database user name.
* `DIRECTUS_DATABASE_PASSWORD`: The Directus database user password.**Other information**
For more information about Directus, see the documentation: [https://docs.directus.io/](https://docs.directus.io/).
**Contributions**
Contributions are welcome. To contribute, submit a pull request.