Files
Oxicloud/.github/ISSUE_TEMPLATE/bug_report.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

43 lines
789 B
Markdown
Executable File

---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Description
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Environment
- OS: [e.g. Ubuntu 22.04, Windows 11]
- Browser: [e.g. Chrome 120, Firefox 121]
- OxiCloud Version: [e.g. 0.1.0]
- Rust Version: [e.g. 1.70.0]
## Additional Context
Add any other context about the problem here.
## Possible Solution
If you have ideas on how to fix the issue, please describe them here.