Feat: Live thumbnails for office files
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s

This commit is contained in:
Elijah 2026-05-25 14:43:04 -07:00
parent b80abdbefb
commit 80d60d540a
10 changed files with 244 additions and 106 deletions

View file

@ -69,7 +69,7 @@ func main() {
archiveHandler := &handlers.ArchiveHandler{DB: db, Config: cfg}
shareGuard := middleware.NewBruteForceGuard(3, 60)
shareHandler := &handlers.ShareHandler{DB: db, Config: cfg, Guard: shareGuard}
onlyOfficeHandler := &handlers.OnlyOfficeHandler{Config: cfg}
onlyOfficeHandler := &handlers.OnlyOfficeHandler{Config: cfg, DB: db}
// Initialize background workers
workers.InitTaskManager(cfg)