From b443ebd1e996fc7150fbcab55f77a072d66e1f94 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 25 Jan 2024 05:10:41 -0500 Subject: [PATCH] sora: enable foundryvtt --- hosts/sora/services/default.nix | 4 +++- hosts/sora/services/foundryvtt.nix | 2 +- hosts/sora/services/traefik.nix | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/sora/services/default.nix b/hosts/sora/services/default.nix index 0c72596..0d5db25 100644 --- a/hosts/sora/services/default.nix +++ b/hosts/sora/services/default.nix @@ -7,9 +7,11 @@ ./attic.nix ./tailscale.nix ./croc.nix + + ### game servers ./terraria.nix # ./factorio.nix # ./minecraft.nix - # ./foundryvtt.nix + ./foundryvtt.nix ]; } diff --git a/hosts/sora/services/foundryvtt.nix b/hosts/sora/services/foundryvtt.nix index 94645fd..5380aab 100644 --- a/hosts/sora/services/foundryvtt.nix +++ b/hosts/sora/services/foundryvtt.nix @@ -2,7 +2,7 @@ _: { sops.secrets.foundry-username = {}; sops.secrets.foundry-password = {}; virtualisation.oci-containers.containers.foundryvtt = { - image = "felddy/foundryvtt:v11.308.0"; + image = "felddy/foundryvtt:sha-50af627"; volumes = [ "/home/notoh/docker/foundryvtt:/data" ]; diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index b4fc21d..4af36d4 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -169,7 +169,7 @@ uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}]; conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}]; authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}]; - foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47:30000";}]; + foundryvtt.loadBalancer.servers = [{url = "http://100.104.42.96:30000";}]; rustypaste.loadBalancer.servers = [{url = "http://100.121.201.47:8000";}]; grafana.loadBalancer.servers = [{url = "http://100.121.201.47:3100";}]; hedgedoc.loadBalancer.servers = [{url = "http://100.121.201.47:3300";}];