🏡 index : github.com/captn3m0/nebula.git

author Nemo <commits@captnemo.in> 2022-12-26 12:48:34.0 +05:30:00
committer Nemo <commits@captnemo.in> 2022-12-26 12:48:34.0 +05:30:00
commit
442ec2d5d37a915e180491bf5918f10003e53ea2 [patch]
tree
7b9935b1395eda12dcdc5bf4c7fb99e605f70ff2
parent
9f04ebe4c4b3dae652a8eb963c6c91b57835bb45
download
442ec2d5d37a915e180491bf5918f10003e53ea2.tar.gz

[traefik] New tatooine.club keys

Had to disable redirect

Diff

 docker/conf/traefik.toml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docker/conf/traefik.toml b/docker/conf/traefik.toml
index 8eaf04c..ac03e7e 100644
--- a/docker/conf/traefik.toml
+++ a/docker/conf/traefik.toml
@@ -6,10 +6,6 @@
[accessLog]

[entryPoints]
[entryPoints.http]
  address = ":80"
  [entryPoints.http.redirect]
    entryPoint = "https"
[entryPoints.https]
  address = ":443"
  # This is required for ACME support
@@ -20,6 +16,9 @@
  [[entryPoints.https.tls.certificates]]
    certFile = "/etc/traefik/rss.captnemo.in.crt"
    keyFile  = "/etc/traefik/rss.captnemo.in.key"
  [[entryPoints.https.tls.certificates]]
    certFile = "/etc/traefik/tatooine.club.crt"
    keyFile  = "/etc/traefik/tatooine.club.key"

[docker]
  # Make sure you mount this as readonly