Compare commits
4 Commits
7fcf612932
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 821aa80952 | |||
| 6f6dd2a981 | |||
| cc7299e71b | |||
| f08b21f914 |
@@ -7,10 +7,20 @@ http:
|
||||
rule: "Host(`gitea.nearfuture.industries`)"
|
||||
tls:
|
||||
certresolver: myresolver
|
||||
#middlewares:
|
||||
#- authentik@file
|
||||
services:
|
||||
gitea:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.1.101:8418"
|
||||
tcp:
|
||||
routers:
|
||||
gitea-ssh:
|
||||
rule: "HostSNI(`*`)"
|
||||
entrypoints:
|
||||
- git-ssh
|
||||
service: gitea-ssh
|
||||
services:
|
||||
gitea-ssh:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- address: "192.168.1.101:2128"
|
||||
|
||||
16
custom/homeassistant_conf.yml
Normal file
16
custom/homeassistant_conf.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
http:
|
||||
# Router for Home Assistant
|
||||
routers:
|
||||
homeassistant:
|
||||
entryPoints:
|
||||
- web
|
||||
service: homeassistant
|
||||
rule: Host(`homeassistant.nearfuture`)
|
||||
|
||||
# Add the service for Home Assistant
|
||||
services:
|
||||
homeassistant:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.1.195:8123
|
||||
|
||||
21
custom/proxmox_conf.yml
Normal file
21
custom/proxmox_conf.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
http:
|
||||
# Router for Proxmox
|
||||
routers:
|
||||
pve:
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: pve
|
||||
rule: Host(`pve.nearfuture`)
|
||||
|
||||
# Add the service for Proxmox
|
||||
services:
|
||||
pve:
|
||||
loadBalancer:
|
||||
passHostHeader: true
|
||||
serversTransport: "pve"
|
||||
servers:
|
||||
- url: https://192.168.1.191:8006
|
||||
serversTransports:
|
||||
pve:
|
||||
insecureSkipVerify: true
|
||||
|
||||
@@ -27,6 +27,15 @@ entryPoints:
|
||||
|
||||
websecure:
|
||||
address: :443
|
||||
http:
|
||||
tls:
|
||||
certResolver: myresolver
|
||||
domains:
|
||||
- main: "nearfuture.industries"
|
||||
sans:
|
||||
- "*.nearfuture.industries"
|
||||
git-ssh:
|
||||
address: :2128
|
||||
|
||||
################################################################
|
||||
# Traefik logs configuration
|
||||
|
||||
Reference in New Issue
Block a user