Compare commits
No commits in common. "8e14be3e57c3e07f031cac99e952c8ac402332b0" and "7f5912f3a8dd2d0853be511f177376275b0c8da5" have entirely different histories.
8e14be3e57
...
7f5912f3a8
4 changed files with 4 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
||||||
SHOW_USER_EMAIL = true;
|
SHOW_USER_EMAIL = true;
|
||||||
};
|
};
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = false;
|
ENABLED = true;
|
||||||
DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
|
DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
|
|
|
@ -7,11 +7,9 @@
|
||||||
./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:sha-50af627";
|
image = "felddy/foundryvtt:v11.308.0";
|
||||||
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.104.42.96:30000";}];
|
foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47: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