media-proxy: Add storagebox
This commit is contained in:
parent
3889b355d9
commit
2cf49b9a18
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue