Compare commits

...

2 commits

Author SHA1 Message Date
8e14be3e57
forgejo: disable actions
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2024-01-25 05:10:57 -05:00
b443ebd1e9
sora: enable foundryvtt 2024-01-25 05:10:41 -05:00
4 changed files with 6 additions and 4 deletions

View file

@ -17,7 +17,7 @@
SHOW_USER_EMAIL = true;
};
actions = {
ENABLED = true;
ENABLED = false;
DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
};
server = {

View file

@ -7,9 +7,11 @@
./attic.nix
./tailscale.nix
./croc.nix
### game servers
./terraria.nix
# ./factorio.nix
# ./minecraft.nix
# ./foundryvtt.nix
./foundryvtt.nix
];
}

View file

@ -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"
];

View file

@ -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";}];