Compare commits

..

4 Commits

Author SHA1 Message Date
ad5cf2d44e Swap Ghost and Wordpress for alo.land 2025-04-06 18:03:54 +01:00
0c84c7fe4f 2025.2.3 2025-04-04 14:50:19 +01:00
a774bb6e3b 2024.12.4 2025-04-04 14:48:14 +01:00
f3f73a16aa Comment out ethereum stuff for now. 2025-04-04 14:46:52 +01:00
5 changed files with 10 additions and 6 deletions

View File

@@ -117,6 +117,12 @@
rule = "Host(`musictogethersilvercoast.pt`)"; rule = "Host(`musictogethersilvercoast.pt`)";
service = "varnish-cache"; service = "varnish-cache";
}; };
alo-land = {
entryPoints = "websecure";
rule = "Host(`alo.land`)";
service = "varnish-cache";
};
}; };
}; };
}; };

View File

@@ -5,7 +5,7 @@
../../common/global ../../common/global
../../common/compute-node.nix ../../common/compute-node.nix
../../common/dev-node.nix ../../common/dev-node.nix
../../common/ethereum.nix # ../../common/ethereum.nix
./hardware.nix ./hardware.nix
]; ];

View File

@@ -114,5 +114,5 @@ variable "secret_key" {
variable "authentik_version" { variable "authentik_version" {
type = string type = string
default = "2024.12.3" default = "2025.2.3"
} }

View File

@@ -56,7 +56,7 @@ job "ghost" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.ghost.entryPoints=websecure", "traefik.http.routers.ghost.entryPoints=websecure",
"traefik.http.routers.ghost.rule=Host(`alo.land`)", "traefik.http.routers.ghost.rule=Host(`aloland.v.paler.net`)",
] ]
} }

View File

@@ -71,10 +71,8 @@ job "wordpress" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.wordpress.entryPoints=web4proxy", "traefik.http.routers.wordpress.entryPoints=web4proxy",
"traefik.http.routers.wordpress.rule=Host(`wordpress.paler.net`) || Host(`ines.paler.net`) || Host(`coachingfor.me`) || Host(`coachingfor.work`) || Host(`petru.ines.paler.net`) || Host(`liam.paler.net`) || Host(`tomas.paler.net`) || Host(`musictogethersilvercoast.pt`)", "traefik.http.routers.wordpress.rule=Host(`wordpress.paler.net`) || Host(`ines.paler.net`) || Host(`coachingfor.me`) || Host(`coachingfor.work`) || Host(`petru.ines.paler.net`) || Host(`liam.paler.net`) || Host(`tomas.paler.net`) || Host(`musictogethersilvercoast.pt`) || Host(`alo.land`)",
"traefik.http.routers.wordpress.middlewares=compress@file", "traefik.http.routers.wordpress.middlewares=compress@file",
"traefik.http.routers.alopress.entryPoints=websecure",
"traefik.http.routers.alopress.rule=Host(`aloland.v.paler.net`)",
] ]
check { check {