Remove heimdall

This commit is contained in:
Nemo 2021-02-02 13:58:10 +05:30
parent a532831de9
commit d90a67539f
3 changed files with 0 additions and 21 deletions

View File

@ -51,7 +51,6 @@ Currently running the following (all links are to the `store.docker.com` links f
| 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 |

View File

@ -1,7 +1,4 @@
defaultEntryPoints = ["http", "https"]
# logLevel = "DEBUG"
# Have to enable this because of heimdall
InsecureSkipVerify = true
sendAnonymousUsage = true
checkNewVersion = false

View File

@ -1,17 +0,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",
# ]
# }