Commit Graph
5 Commits
Author SHA1 Message Date
NanamiAdmin 2aa601dd87 feat(settings): add LogsPath to GetSettingsHandler and SetSettingsHandler 2026-05-22 17:36:31 +08:00
NanamiAdmin ef27e7e0a9 refactor(watchdog): remove tcp socket connection and add local unix sock connection 2026-05-10 14:38:52 +08:00
NanamiAdmin 20c906c8cc fix(settings): fill support for additional configuration options 2026-04-30 18:54:36 +08:00
NanamiAdmin ac51641e93 feat(settings): add settings management API endpoints
- Add GET /settings/get and POST /settings/set endpoints for managing system settings
- Implement config file persistence for settings changes
- Update config schema to include notification and webhook settings
- Add API documentation for new endpoints
- Move config path variables to global package for consistency
2026-04-23 12:43:11 +08:00
NanamiAdmin 489c37e095 refactor(global): move config to global package and consolidate handlers
- Move Config struct and related functions to global package
- Consolidate handler utilities into utils package
- Remove deprecated handlers and instance packages
- Add new handlers package with settings and proxy functionality
- Update config.json to include watchdog enabled flag
2026-04-22 19:52:33 +08:00