feat: simple dashboard for accessing containers

This commit is contained in:
2025-01-14 09:17:39 -05:00
parent 61985f7dfe
commit 1988ba2775
19 changed files with 4858 additions and 1 deletions

View File

@ -5,7 +5,11 @@ server {
server_name {PROXY_DOMAIN};
location / {
proxy_pass http://127.0.0.1:3000;
proxy_pass http://127.0.0.1:5173;
}
location /api/ {
proxy_pass http://127.0.0.1:3000/;
}
}