Add archive preview and new storage categories
Some checks failed
Automated Container Build / build-and-push (push) Failing after 32s

This commit is contained in:
Elijah 2026-06-01 08:57:01 -07:00
parent a2b634517f
commit 6b7d0de208
6 changed files with 150 additions and 4 deletions

View file

@ -212,6 +212,7 @@ func main() {
files.Get("/info/*", fsHandler.GetExtendedFileInfo)
files.Get("/thumbnail/:checksum", fsHandler.ServeThumbnail)
files.Get("/download-folder", fsHandler.DownloadFolder)
files.Get("/archive-contents", archiveHandler.GetArchiveContents)
files.Post("/download-bulk", fsHandler.DownloadBulk)
files.Get("/download", fsHandler.Download)
files.Get("/download/*", fsHandler.Download)