mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-06-10 09:25:58 +00:00
feat: add bus_app service configuration with HTTPS support
This commit is contained in:
@@ -106,6 +106,13 @@ http:
|
||||
certResolver: le
|
||||
service: home_assistant@file
|
||||
|
||||
bus_app:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`bus.furyhawk.lol`)
|
||||
tls:
|
||||
certResolver: le
|
||||
service: bus_app@file
|
||||
|
||||
services:
|
||||
|
||||
@@ -159,3 +166,7 @@ http:
|
||||
servers:
|
||||
- url: http://192.168.50.50:8123
|
||||
|
||||
bus_app:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.50.158:3001
|
||||
|
||||
Reference in New Issue
Block a user