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