dashboard and cors fixes

This commit is contained in:
2025-10-01 15:39:39 +05:30
parent 1681874b2c
commit f47b23e851

View File

@@ -12,9 +12,17 @@ http:
dcr-cors:
headers:
accessControlAllowOrigin: "http://registry.aetoskia.com"
accessControlAllowMethods: "GET, POST, PUT, DELETE, OPTIONS"
accessControlAllowHeaders: "Authorization, Content-Type"
accessControlAllowOriginList:
- "http://registry.aetoskia.com"
accessControlAllowMethods:
- GET
- POST
- PUT
- DELETE
- OPTIONS
accessControlAllowHeaders:
- Authorization
- Content-Type
accessControlMaxAge: 1728000
routers:
@@ -23,7 +31,7 @@ http:
rule: "Host(`traefik.aetoskia.com`)"
entryPoints:
- websecure
service: traefik-svc
service: api@internal
tls:
certResolver: aetoskia
middlewares: