ML-180: remove backup download feature

Delete ArchiveController, its routes, the maintenance UI backup
button, and the test file. Management scripts and Litestream
supersede this functionality.
This commit is contained in:
Claudio Ortolina
2026-05-15 07:13:33 +01:00
parent 93e414cf15
commit 8391cf275a
8 changed files with 30 additions and 57 deletions
-3
View File
@@ -63,8 +63,6 @@ defmodule MusicLibraryWeb.Router do
scope "/" do
pipe_through :logged_in
get "/backup", ArchiveController, :backup
get "/assets/:transform_payload", AssetController, :show
live_session :default,
@@ -138,7 +136,6 @@ defmodule MusicLibraryWeb.Router do
post "/errors/:id/resolve", ErrorController, :resolve
post "/errors/:id/unresolve", ErrorController, :unresolve
get "/assets/:transform_payload", AssetController, :show
get "/backup", ArchiveController, :backup
end
if Application.compile_env(:music_library, :monitoring_routes) do