mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
feat: local cert
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
http:
|
||||
routers:
|
||||
traefik-public-https:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`coco.cloudy.local`)
|
||||
middlewares:
|
||||
- admin-auth@swarm
|
||||
tls:
|
||||
certResolver: le
|
||||
service: coco_desktop@file
|
||||
|
||||
services:
|
||||
|
||||
coco_desktop:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.50.178:5000
|
||||
Reference in New Issue
Block a user