Commit Graph

12 Commits

Author SHA1 Message Date
Lukas Wölfer
395099d0ee chore: add static folder to build artifacts 2026-04-11 14:52:52 +02:00
Lukas Wölfer
b922a610e6 feat: usability 2026-04-11 14:48:43 +02:00
Lukas Wölfer
7010aee5b2 feat: automatically run migrations on database file
Some checks failed
Rust / build_and_test (push) Failing after 1m44s
2026-04-11 14:36:42 +02:00
Lukas Wölfer
614f044160 fix: database creation 2026-04-11 14:33:36 +02:00
Lukas Wölfer
5b9ab3f47d feat: using config crate
Some checks failed
Rust / build_and_test (push) Failing after 34s
2026-04-10 23:47:13 +02:00
Lukas Wölfer
b6f03f9efb Add config.toml support for OIDC and server configuration
- Add toml crate dependency for TOML file parsing
- Create config module with Config struct to deserialize config.toml
- Support OIDC URLs (auth_url, token_url, redirect_url), credentials (client_id, client_secret)
- Make server host/port, database URL, and session secret configurable
- Create config.example.toml with all configuration options documented
- Update main.rs to load config.toml with fallback to environment variables
- Maintain backward compatibility with environment variable configuration
2026-04-10 23:45:12 +02:00
Lukas Wölfer
d27022b26a fix: all the errors
Some checks failed
Rust / build_and_test (push) Failing after 25s
2026-04-10 23:42:01 +02:00
Lukas Wölfer
1904c631c5 fix: lots of small errors
Some checks failed
Rust / build_and_test (push) Failing after 52s
2026-04-10 23:26:34 +02:00
Lukas Wölfer
559f36224e feat: improve dependencies
Some checks failed
Rust / build_and_test (push) Failing after 1m38s
2026-04-10 23:09:43 +02:00
Lukas Wölfer
61347de7d0 test: initialize e2e tests 2026-04-10 23:09:33 +02:00
Lukas Wölfer
bb600edd00 chore: added CI
All checks were successful
Rust / build_and_test (push) Successful in 1m19s
2026-04-08 22:52:08 +02:00
Lukas Wölfer
024d64b284 chore: initialized repository 2026-04-08 22:45:47 +02:00