mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-17 18:15:10 +01:00
high availability caddy
this was a fucking nightmare. setting up the s3 storage plugin was painful, since caddy plugins are not nicely supported by the nix build yet. rip. oh well, i got it working. and it WORKS
This commit is contained in:
parent
9ce4ff862f
commit
5b2ca88597
19 changed files with 209 additions and 48 deletions
|
|
@ -29,7 +29,7 @@
|
|||
wg = {
|
||||
privateIP = "10.0.0.1";
|
||||
publicKey = "5tg3w/TiCuCeKIBJCd6lHUeNjGEA76abT1OXnhNVyFQ=";
|
||||
peers = [ "vps3" "vps4" ];
|
||||
peers = [ "vps3" "vps4" "vps5" ];
|
||||
};
|
||||
};
|
||||
vps3 = {
|
||||
|
|
@ -142,6 +142,7 @@
|
|||
./modules/contabo
|
||||
./modules/wg-mesh
|
||||
./modules/ingress
|
||||
./modules/garage
|
||||
./modules/podman
|
||||
|
||||
# apps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue