stash wip

This commit is contained in:
Danilo Reyes 2025-09-22 23:49:07 -06:00
parent 7c174a9a45
commit ce35a92ba7

View File

@ -17,15 +17,11 @@ in
group = "piracy"; group = "piracy";
openFirewall = !cfg.isLocal; openFirewall = !cfg.isLocal;
mutableSettings = true; mutableSettings = true;
username = "Suing8150";
passwordFile = config.sops.secrets."stash/password".path; passwordFile = config.sops.secrets."stash/password".path;
jwtSecretKeyFile = config.sops.secrets."stash/jwt".path; jwtSecretKeyFile = config.sops.secrets."stash/jwt".path;
sessionStoreKeyFile = config.sops.secrets."stash/session".path; sessionStoreKeyFile = config.sops.secrets."stash/session".path;
settings = { settings = {
inherit (cfg) port; inherit (cfg) port;
write_image_thumbnails = true;
sound_on_preview = false;
preview_audio = false;
parallel_tasks = 8; parallel_tasks = 8;
nobrowser = true; nobrowser = true;
plugins_path = /var/lib/stash/plugins; plugins_path = /var/lib/stash/plugins;
@ -34,10 +30,6 @@ in
Path = "/srv/pool/glue"; Path = "/srv/pool/glue";
ExcludeImage = false; ExcludeImage = false;
} }
{
Path = "/home/jawz/Backups/pool_old/glue";
ExcludeImage = false;
}
]; ];
}; };
}; };