new services - homarr + IPplan

This commit is contained in:
hubaceks
2026-04-10 22:24:27 +02:00
parent acb7ccdf77
commit 48a696b176
3 changed files with 13 additions and 1 deletions

View File

@@ -2,5 +2,5 @@ name: gitea
type: proxy type: proxy
domain: git.hubacek.cloud domain: git.hubacek.cloud
headers: true headers: true
auth: true auth: false
backend: 192.168.50.110:3000 backend: 192.168.50.110:3000

6
services/homarr.yml Normal file
View File

@@ -0,0 +1,6 @@
name: homarr
type: proxy
domain: homarr.hubacek.cloud
headers: true
auth: false
backend: 192.168.50.236:7575

6
services/ipplan.yml Normal file
View File

@@ -0,0 +1,6 @@
name: IPplan
type: proxy
domain: ipplan.hubacek.cloud
headers: true
auth: false
backend: 192.168.50.237:5000