sora: enable foundryvtt
This commit is contained in:
parent
7f5912f3a8
commit
b443ebd1e9
3 changed files with 5 additions and 3 deletions
|
@ -7,9 +7,11 @@
|
||||||
./attic.nix
|
./attic.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./croc.nix
|
./croc.nix
|
||||||
|
|
||||||
|
### game servers
|
||||||
./terraria.nix
|
./terraria.nix
|
||||||
# ./factorio.nix
|
# ./factorio.nix
|
||||||
# ./minecraft.nix
|
# ./minecraft.nix
|
||||||
# ./foundryvtt.nix
|
./foundryvtt.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ _: {
|
||||||
sops.secrets.foundry-username = {};
|
sops.secrets.foundry-username = {};
|
||||||
sops.secrets.foundry-password = {};
|
sops.secrets.foundry-password = {};
|
||||||
virtualisation.oci-containers.containers.foundryvtt = {
|
virtualisation.oci-containers.containers.foundryvtt = {
|
||||||
image = "felddy/foundryvtt:v11.308.0";
|
image = "felddy/foundryvtt:sha-50af627";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/notoh/docker/foundryvtt:/data"
|
"/home/notoh/docker/foundryvtt:/data"
|
||||||
];
|
];
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}];
|
uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}];
|
||||||
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
|
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
|
||||||
authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}];
|
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";}];
|
rustypaste.loadBalancer.servers = [{url = "http://100.121.201.47:8000";}];
|
||||||
grafana.loadBalancer.servers = [{url = "http://100.121.201.47:3100";}];
|
grafana.loadBalancer.servers = [{url = "http://100.121.201.47:3100";}];
|
||||||
hedgedoc.loadBalancer.servers = [{url = "http://100.121.201.47:3300";}];
|
hedgedoc.loadBalancer.servers = [{url = "http://100.121.201.47:3300";}];
|
||||||
|
|
Loading…
Reference in a new issue