This commit is contained in:
nora 2024-08-06 23:39:36 +02:00
parent 5b2ca88597
commit 0d39279ac9
23 changed files with 94 additions and 29 deletions

View file

@ -43,10 +43,11 @@ let
# --- legacy crap
vps2 = vps2; # TODO REMOVE
docker = vps2;
old-docker = vps2;
# --- apps
bisect-rustc = vps1;
docker = vps1;
hugo-chat = vps1 // {
subdomains.api = vps1;
};

View file

@ -16,6 +16,8 @@
## buckets
- `caddy-store`: Store for Caddy webservers
- key `caddy`
- `docker-registry`
## keys

View file

@ -49,6 +49,10 @@ bisect-rustc.noratrieb.dev {
reverse_proxy * localhost:5005
}
docker.noratrieb.dev {
reverse_proxy * localhost:5000
}
################################################################
# deadname redirects
nilstrieb.dev {
@ -67,6 +71,10 @@ bisect-rustc.nilstrieb.dev {
redir https://bisect-rustc.dev/blog{uri} permanent
}
docker.nilstrieb.dev {
redir https://docker.noratrieb.dev{uri} permanent
}
hugo-chat.nilstrieb.dev {
redir https://hugo-chat.noratrieb.dev{uri} permanent
}