From 48a696b176db3e6f26a5b16960cae41c9c7f0f8d Mon Sep 17 00:00:00 2001 From: hubaceks Date: Fri, 10 Apr 2026 22:24:27 +0200 Subject: [PATCH] new services - homarr + IPplan --- services/git.yml | 2 +- services/homarr.yml | 6 ++++++ services/ipplan.yml | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 services/homarr.yml create mode 100644 services/ipplan.yml diff --git a/services/git.yml b/services/git.yml index 83f2b37..4927916 100644 --- a/services/git.yml +++ b/services/git.yml @@ -2,5 +2,5 @@ name: gitea type: proxy domain: git.hubacek.cloud headers: true -auth: true +auth: false backend: 192.168.50.110:3000 \ No newline at end of file diff --git a/services/homarr.yml b/services/homarr.yml new file mode 100644 index 0000000..01d14fe --- /dev/null +++ b/services/homarr.yml @@ -0,0 +1,6 @@ +name: homarr +type: proxy +domain: homarr.hubacek.cloud +headers: true +auth: false +backend: 192.168.50.236:7575 \ No newline at end of file diff --git a/services/ipplan.yml b/services/ipplan.yml new file mode 100644 index 0000000..d31524e --- /dev/null +++ b/services/ipplan.yml @@ -0,0 +1,6 @@ +name: IPplan +type: proxy +domain: ipplan.hubacek.cloud +headers: true +auth: false +backend: 192.168.50.237:5000 \ No newline at end of file