Internal pages

This commit is contained in:
hubaceks
2026-05-02 20:50:02 +02:00
parent 329c27a6a2
commit 4f74b317f4
4 changed files with 12 additions and 0 deletions

View File

@@ -3,4 +3,7 @@ type: proxy
domain: homarr.hubacek.cloud domain: homarr.hubacek.cloud
headers: true headers: true
auth: false auth: false
internal: true
internal_ranges:
- 192.168.50.0/24
backend: 192.168.50.236:7575 backend: 192.168.50.236:7575

View File

@@ -3,4 +3,7 @@ type: proxy
domain: home.hubacek.cloud domain: home.hubacek.cloud
headers: true headers: true
auth: true auth: true
internal: true
internal_ranges:
- 192.168.50.0/24
backend: 192.168.50.245:3000 backend: 192.168.50.245:3000

View File

@@ -3,4 +3,7 @@ type: proxy
domain: ipplan.hubacek.cloud domain: ipplan.hubacek.cloud
headers: true headers: true
auth: true auth: true
internal: true
internal_ranges:
- 192.168.50.0/24
backend: 192.168.50.237:5000 backend: 192.168.50.237:5000

View File

@@ -3,4 +3,7 @@ type: proxy
domain: provisioner.hubacek.cloud domain: provisioner.hubacek.cloud
headers: true headers: true
auth: false auth: false
internal: true
internal_ranges:
- 192.168.50.0/24
backend: 192.168.50.103:8000 backend: 192.168.50.103:8000