mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
feat: local cert
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
tls:
|
||||
options:
|
||||
default:
|
||||
minVersion: VersionTLS12
|
||||
mintls13:
|
||||
minVersion: VersionTLS13
|
||||
|
||||
stores:
|
||||
default:
|
||||
defaultCertificate:
|
||||
certFile: /certs/local.crt
|
||||
keyFile: /certs/local.key
|
||||
@@ -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
|
||||
@@ -3,7 +3,7 @@ http:
|
||||
traefik-public-https:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`coco.cloudy.local`)
|
||||
rule: Host(`coco.furyhawk.lol`)
|
||||
middlewares:
|
||||
- admin-auth@swarm
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user