implement user triggered backups

This commit is contained in:
2025-07-07 20:59:12 +00:00
parent e932165a98
commit 65c8fbdca8
10 changed files with 407 additions and 10 deletions

View File

@@ -35,6 +35,8 @@ func Run() {
router.GET("/config/nets", routes.HandleGETConfigNetsFragment)
router.GET("/config/devices", routes.HandleGETConfigDevicesFragment)
router.GET("/config/boot", routes.HandleGETConfigBootFragment)
router.GET("/backups", routes.HandleGETBackups)
router.GET("/backups/backups", routes.HandleGETBackupsFragment)
router.GET("/login", routes.HandleGETLogin)
router.GET("/settings", routes.HandleGETSettings)