feat: implement trash auto-purge, settings layout update, larger folder icons, and legacy version cleanup
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m18s

This commit is contained in:
Elijah 2026-05-22 18:41:16 -07:00
parent c3b1fe8de1
commit 71ba029fbc
8 changed files with 256 additions and 103 deletions

View file

@ -73,6 +73,7 @@ func main() {
workers.InitTaskManager(cfg)
workers.InitThumbnailManager(cfg, db)
workers.StartBackupWorker(cfg, db)
workers.StartTrashWorker(cfg, db)
// Create Fiber app
app := fiber.New(fiber.Config{