mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-06-10 17:35:58 +00:00
feat: add bus_app service configuration with HTTPS support
This commit is contained in:
@@ -106,6 +106,13 @@ http:
|
|||||||
certResolver: le
|
certResolver: le
|
||||||
service: home_assistant@file
|
service: home_assistant@file
|
||||||
|
|
||||||
|
bus_app:
|
||||||
|
entryPoints:
|
||||||
|
- https
|
||||||
|
rule: Host(`bus.furyhawk.lol`)
|
||||||
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
service: bus_app@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
@@ -159,3 +166,7 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: http://192.168.50.50:8123
|
- 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