Joakim
38c2897ece
Refactor configuration system with centralized type-safe config package
- Create internal/config package with unified config structs and validation
- Abstract viper dependency behind config.Loader interface for better testability
- Replace manual config parsing and type assertions with type-safe loading
- Consolidate AuthConfig, SiteConfig, and DiscoveryConfig into single package
- Add comprehensive validation with clear error messages
- Remove ~200 lines of duplicate config handling code
- Maintain backward compatibility with existing config files
2025-10-08 17:58:03 +02:00
..
2025-09-22 18:29:58 +02:00
2025-09-23 18:39:37 +02:00
2025-09-23 19:00:41 +02:00
2025-10-08 17:58:03 +02:00
2025-09-09 00:39:35 +02:00
2025-09-23 18:39:37 +02:00
2025-10-08 17:58:03 +02:00