From f91dbcc04680afbef553c8c7638f89578ec592b0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 26 Mar 2025 14:02:21 +0100 Subject: [PATCH] Servenix: Update box service --- ServeNix/services/box-stash.nix | 77 ++++++++++++++++----------------- 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/ServeNix/services/box-stash.nix b/ServeNix/services/box-stash.nix index 4bcb1c5..26b1ce4 100644 --- a/ServeNix/services/box-stash.nix +++ b/ServeNix/services/box-stash.nix @@ -4,62 +4,61 @@ pkgs, ... }: { - virtualisation.oci-containers.containers.box-stash-cdp = { - image = "chromedp/headless-shell:latest"; - autoStart = true; + # virtualisation.oci-containers.containers.box-stash-cdp = { + # image = "chromedp/headless-shell:latest"; + # autoStart = true; - dependsOn = [ - # "pihole" - ]; + # dependsOn = [ + # # "pihole" + # ]; - ports = [ - # "9222:9222" - ]; + # ports = [ + # # "9222:9222" + # ]; - volumes = []; + # volumes = []; - environment = {}; + # environment = {}; - extraOptions = [ - # "--gpus=all" - # "--shm-size=2G" - "--net=behind-nginx" - ]; - }; + # extraOptions = [ + # # "--gpus=all" + # # "--shm-size=2G" + # "--net=behind-nginx" + # ]; + # }; - virtualisation.oci-containers.containers.box-stash-flaresolverr = { - image = "ghcr.io/flaresolverr/flaresolverr:latest"; - autoStart = true; + # virtualisation.oci-containers.containers.box-stash-flaresolverr = { + # image = "ghcr.io/flaresolverr/flaresolverr:latest"; + # autoStart = true; - dependsOn = [ - # "pihole" - ]; + # dependsOn = [ + # # "pihole" + # ]; - ports = [ - # "8191:8191" - ]; + # ports = [ + # # "8191:8191" + # ]; - volumes = []; + # volumes = []; - environment = { - LOG_LEVEL = "info"; - }; + # environment = { + # LOG_LEVEL = "info"; + # }; - extraOptions = [ - # "--gpus=all" - # "--shm-size=2G" - "--net=behind-nginx" - ]; - }; + # extraOptions = [ + # # "--gpus=all" + # # "--shm-size=2G" + # "--net=behind-nginx" + # ]; + # }; virtualisation.oci-containers.containers.box-stash = { image = "stashapp/stash:latest"; autoStart = true; dependsOn = [ - "box-stash-cdp" - "box-stash-flaresolverr" - # "pihole" + # "box-stash-cdp" + # "box-stash-flaresolverr" ]; ports = [