media-proxy: Add storagebox

This commit is contained in:
Simon Bruder 2022-09-23 00:14:45 +02:00
parent 3889b355d9
commit 2cf49b9a18
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -3,6 +3,7 @@ let
port = 8888; port = 8888;
services = { services = {
"media" = config.sops.secrets.media-proxy-auth.path; "media" = config.sops.secrets.media-proxy-auth.path;
"media-sb" = config.sops.secrets.media-proxy-auth.path;
"torrent" = config.sops.secrets.torrent-proxy-auth.path; "torrent" = config.sops.secrets.torrent-proxy-auth.path;
}; };
in in