Initial move to consolidate services on ryzen host

This commit is contained in:
2026-05-29 22:50:28 +01:00
parent 3ff5a4c677
commit 5d09ebda34
12 changed files with 365 additions and 137 deletions
+8 -6
View File
@@ -1,7 +1,9 @@
# Stream the ssh connections for gitea
server {
listen 2222;
proxy_pass rpi5-2:2222; # the machine where sshd runs (often same as gitea)
proxy_timeout 1h;
proxy_connect_timeout 10s;
}
# The gitea container is running on the same machine as the reverse proxy for now,
# so we don't need to stream the ssh connection to another machine.
# server {
# listen 2222;
# proxy_pass rpi5-2:2222; # the machine where sshd runs (often same as gitea)
# proxy_timeout 1h;
# proxy_connect_timeout 10s;
# }