mirror of
https://github.com/Istador/smoo.it
synced 2025-10-05 23:42:42 +02:00
handle api.smoo.it too
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
default:
|
||||
traefik:
|
||||
labels:
|
||||
- traefik.frontend.rule=Host:api2.smoo.it
|
||||
- traefik.frontend.rule=Host:api2.smoo.it,api.smoo.it
|
||||
- traefik.port=80
|
||||
environment:
|
||||
# public servers (from Discord)
|
||||
|
@@ -27,6 +27,8 @@ defaultEntryPoints = [ "http", "https" ]
|
||||
onDemand = false
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
||||
[[acme.domains]]
|
||||
main = "api.smoo.it"
|
||||
[[acme.domains]]
|
||||
main = "api2.smoo.it"
|
||||
[[acme.domains]]
|
||||
|
Reference in New Issue
Block a user