f2d35ca792
- 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
9 lines
153 B
Rust
Executable File
9 lines
153 B
Rust
Executable File
pub mod api;
|
|
pub mod errors;
|
|
pub mod middleware;
|
|
pub mod nextcloud;
|
|
pub mod web;
|
|
|
|
pub use api::create_api_routes;
|
|
pub use api::create_public_api_routes;
|