stash finished
This commit is contained in:
@@ -17,18 +17,16 @@ in
|
||||
group = "piracy";
|
||||
openFirewall = !cfg.isLocal;
|
||||
mutableSettings = true;
|
||||
username = "Suing8150";
|
||||
passwordFile = config.sops.secrets."stash/password".path;
|
||||
jwtSecretKeyFile = config.sops.secrets."stash/jwt".path;
|
||||
sessionStoreKeyFile = config.sops.secrets."stash/session".path;
|
||||
settings = {
|
||||
inherit (cfg) port;
|
||||
parallel_tasks = 8;
|
||||
nobrowser = true;
|
||||
plugins_path = /var/lib/stash/plugins;
|
||||
host = "0.0.0.0";
|
||||
stash = [
|
||||
{
|
||||
Path = "/srv/pool/glue";
|
||||
ExcludeImage = false;
|
||||
path = "/srv/pool/glue/";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user