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

author Nemo <commits@captnemo.in> 2021-02-02 13:58:10.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-02-02 13:58:10.0 +05:30:00
commit
d90a67539fc220ff335a510c0c70b5e8d41fc59a [patch]
tree
1f05e8c66e670ef3fe81b4434b50dc16c8c8ea75
parent
a532831de9a18e5993a3a2529f09542dd43f0c1c
download
d90a67539fc220ff335a510c0c70b5e8d41fc59a.tar.gz

Remove heimdall



Diff

 README.md                |  1 -
 heimdall.tf              | 17 -----------------
 docker/conf/traefik.toml |  3 ---
 3 files changed, 21 deletions(-)

diff --git a/README.md b/README.md
index 65b456d..bde7753 100644
--- a/README.md
+++ a/README.md
@@ -51,7 +51,6 @@
| grafana/grafana                  | latest     | monitoring                                           |
| jankysolutions/requestbin        | latest     | tools                                                |
| linuxserver/airsonic             | latest     | media                                                |
| linuxserver/heimdall             | latest     | tools                                                |
| linuxserver/jackett              | latest     | media                                                |
| linuxserver/lidarr               | latest     | media                                                |
| linuxserver/lychee               | latest     | media                                                |
diff --git a/heimdall.tf b/heimdall.tf
deleted file mode 100644
index ef6a5da..0000000 100644
--- a/heimdall.tf
+++ /dev/null
@@ -1,17 +1,0 @@
# module "heimdall" {
#   name   = "heimdall"
#   source = "modules/container"
#   image  = "linuxserver/heimdall:latest"
#   web {
#     expose    = true
#     port      = 443
#     protocol  = "https"
#     basicauth = "true"
#     host      = "home.bb8.fun"
#   }
#   networks = "${list(module.docker.traefik-network-id)}"
#   env = [
#     "TZ=Asia/Kolkata",
#   ]
# }

diff --git a/docker/conf/traefik.toml b/docker/conf/traefik.toml
index d3093c7..a411dc6 100644
--- a/docker/conf/traefik.toml
+++ a/docker/conf/traefik.toml
@@ -1,7 +1,4 @@
defaultEntryPoints = ["http", "https"]
# logLevel = "DEBUG"
# Have to enable this because of heimdall
InsecureSkipVerify = true
sendAnonymousUsage = true
checkNewVersion = false