Compare commits

..

2 Commits

Author SHA1 Message Date
821aa80952 Merge pull request 'Adding proxmox and homeassistant' (#4) from proxmox into master
Reviewed-on: #4
2026-04-20 07:03:47 -07:00
6f6dd2a981 Adding proxmox and homeassistant 2026-04-20 14:02:46 +00:00
2 changed files with 37 additions and 0 deletions

View 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
View 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