Commit Graph

3 Commits

Author SHA1 Message Date
GW_MC
2dbab85c87 feat: add new database entities and migration for proxy configuration
- Introduced `log_setting`, `proxy_config`, `proxy_setting`, `rewrite_rule`, `server_block`, `ssl_certificate`, and `upstream` entities with their respective fields and relationships.
- Updated `mod.rs` and `prelude.rs` to include new entities.
- Created migration script to set up new tables and relationships in the database.
- Altered existing `agents` table to include a foreign key reference to `agent_group`.
2026-06-21 11:06:20 +00:00
GW_MC
9640f03d69 feat: Add migration scripts for agents and public key revocations 2026-03-21 03:09:22 +00:00
GW_MC
9c55a11712 init project structure 2026-03-06 13:28:14 +00:00