AtoMiC-ToolKit-Docker
AtoMiC-ToolKit-Docker copied to clipboard
Moved - https://github.com/htpcBeginner/docker-traefik
Hi, I've noticed that this docker-compose and the guide on your website mostly focuses on using subdomains instead of subdirectories. As you already mentioned, for example some apps need an...
syntax error at phpmyadmin
traefik.frontend.headers.frameDeny=true sets the X-Frame-Options to DENY. NextCloud needs X-Frame-Options to SAMEORIGIN. Commented framedeny and added the SAMEORGIN setting.
Good night, I have start play around with add rtorrent/rutorrent bad get all the time bad gateway, please anyone can check code? rutorrent: image: linuxserver/rutorrent container_name: rutorrent restart: always ports:...
**Been trying since this afternoon to make this work. After multiple failed attempts, I removed everyting else from the yml file and left only traefik and networks:** version: "3.6" services:...
Changed the restart flag to not start manually stopped containers on boot Added URLs to each service in the README file fixed a typo in README
At line 115 there was no space at the beginning ERROR: yaml.parser.ParserError: while parsing a block mapping in "./docker-compose.yml", line 1, column 1 expected , but found ''
Adding basic auth to the front end web interface using the existing .htpasswd setup during the guide. This method only affects the Traefik docker. This method can also be used...
Hey, this is awesome! I'm wondering if you could add a few more apps, just to round out the mix. Watcher (Another movie fetcher) Headphones (Music) Lidarr (Another Music, Radarr/Sonarr...
You should probably think about having the environment variables in a ```.env``` file and import that where needed in the ```docker-compose.yaml``` file. ;)