first prototype

hector (dev) -> raspen (rev proxy) -> agge (appserver: nextcloud, gitea,
postgre)
This commit is contained in:
2026-05-02 21:26:35 +02:00
commit 5e97218dc8
13 changed files with 458 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
upstream postgres_backend {
server 192.168.1.188:5432;
}
server {
listen 5432;
proxy_pass postgres_backend;
}