Commit Graph

8 Commits

Author SHA1 Message Date
900cc5fa09 feat: Improve database setup process
- Update database setup to forcefully terminate connections before dropping the existing database and user, preventing errors during the process.
- Clarify comments regarding the database password and data overwriting in the setup script.
2026-02-26 21:09:16 +08:00
89948f76b7 feat: Update database setup and download handling
- Set a fixed database password and ensure old data is overwritten during setup.
- Enhance the download functionality with improved error handling for missing files, providing user-friendly HTML responses.
- Add instructions for placing client builds in the downloads directory in the admin panel.
2026-02-26 21:05:41 +08:00
a376a9e0f3 11 2026-02-26 20:49:56 +08:00
5d7eef29e8 feat: Install sqlx-cli if not present and run database migrations during setup 2026-02-25 22:26:02 +08:00
b6191990da 1 2026-02-25 22:13:29 +08:00
cf106cab58 11 2026-02-25 22:07:34 +08:00
79083be9ff 修改克隆项目时的地址 2026-02-25 20:35:01 +08:00
b6891483ae Initial commit: FunConnect project with server, relay, client and admin panel
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-25 19:58:51 +08:00