mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
registry
This commit is contained in:
parent
5b2ca88597
commit
0d39279ac9
23 changed files with 94 additions and 29 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
## buckets
|
||||
|
||||
- `caddy-store`: Store for Caddy webservers
|
||||
- key `caddy`
|
||||
- `docker-registry`
|
||||
|
||||
## keys
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue