mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Working self host!
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[log]
|
||||
level = "DEBUG"
|
||||
# [ping]
|
||||
|
||||
[providers.docker]
|
||||
exposedbydefault = false
|
||||
[entrypoints.http]
|
||||
address = ":80"
|
||||
[entrypoints.https]
|
||||
address = ":443"
|
||||
|
||||
[certificatesresolvers.letsencrypt.acme]
|
||||
email = 'jade@ellis.link'
|
||||
storage = "/certificates/acme.json"
|
||||
|
||||
# - "--certificatesresolvers.letsencrypt.acme.httpchallenge=true"
|
||||
# - "--certificatesresolvers.letsencrypt.acme.httpChallenge.entryPoint=http"
|
||||
tlschallenge = true
|
||||
|
||||
[entrypoints.http.http.redirections.entryPoint]
|
||||
to="https"
|
||||
scheme = "https"
|
||||
|
||||
[entryPoints.traefik]
|
||||
address = ":9000"
|
||||
Reference in New Issue
Block a user