Files
Oxicloud/.github/ISSUE_TEMPLATE/documentation_request.md
T
Dionisio f2d35ca792 feat: auto-persist JWT secret, remove setup token requirement
- JWT secret auto-generates and persists to <STORAGE_PATH>/.jwt_secret
- Remove setup token: first admin setup is open until system initialized
- Fix schema.sql: move CREATE EXTENSION pg_trgm/ltree to top
- Update login UI and auth.js to remove setup token fields
2026-03-05 22:12:53 +01:00

24 lines
674 B
Markdown
Executable File

---
name: Documentation request
about: Request improvements or additions to documentation
title: '[DOCS] '
labels: documentation
assignees: ''
---
## What documentation needs to be improved or added?
Clearly describe which part of the documentation needs to be improved or what new documentation is needed.
## Why is this documentation important?
Explain why this documentation would be valuable to users or contributors.
## Suggested content
If you have ideas about what should be included in this documentation, please share them here.
## Additional context
Add any other context, examples from other projects, or screenshots about the documentation request here.