Document Directus production contract and repair auth
This commit is contained in:
parent
0a7ee5ff35
commit
92ce8bce97
32 changed files with 24821 additions and 65 deletions
29
directus/reference/deployment-inventory.md
Normal file
29
directus/reference/deployment-inventory.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Directus Deployment Inventory
|
||||
|
||||
Generated from the running production container.
|
||||
|
||||
- Directus version: 12.1.1
|
||||
- Container image: directus/directus:latest
|
||||
- Public URL: https://forms.lasereverything.net
|
||||
- Host binding: 127.0.0.1:8056
|
||||
- Database client: mysql
|
||||
- Database service and database names: intentionally omitted
|
||||
- Email transport: smtp
|
||||
- SMTP port: 465
|
||||
- SMTP secure mode: true
|
||||
- Explicit AUTH_PROVIDERS variable: not set
|
||||
- Explicit CORS variables: not set
|
||||
- Explicit cookie variables: not set
|
||||
- Explicit registration environment variables: not set
|
||||
|
||||
## Persistent mounts
|
||||
|
||||
- `/directus/extensions` is mounted from the host, mode `rw`
|
||||
- `/directus/uploads` is mounted from the host, mode `rw`
|
||||
|
||||
## Notes
|
||||
|
||||
- Secret values are intentionally excluded.
|
||||
- Registration behavior also depends on fields stored in the Directus settings table.
|
||||
- Role, policy, and permission exports are stored separately.
|
||||
- Flow option values are excluded because they may contain credentials, headers, addresses, or other sensitive configuration.
|
||||
Loading…
Add table
Add a link
Reference in a new issue