├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── binhex ├── _template.xml ├── bitmagnet.xml ├── code-server.xml ├── crafty-4.xml ├── deluge.xml ├── delugevpn.xml ├── emby.xml ├── fdroidserver.xml ├── flaresolverr.xml ├── fleet.xml ├── get-iplayer.xml ├── goland.xml ├── gonic.xml ├── hexchat.xml ├── images │ ├── archlinux-icon.png │ ├── bitmagnet-icon.png │ ├── code-server-icon.png │ ├── crafty-4-icon.png │ ├── deluge-icon.png │ ├── emby-icon.png │ ├── fdroidserver-icon.png │ ├── flaresolverr-icon.png │ ├── fleet-icon.png │ ├── get-iplayer-icon.png │ ├── gluetun-icon.png │ ├── goland-icon.png │ ├── gonic-icon.png │ ├── hexchat-icon.png │ ├── intellij-icon.png │ ├── jackett-icon.png │ ├── jellyfin-icon.png │ ├── jellyseerr-icon.png │ ├── jenkins-icon.png │ ├── krusader-icon.png │ ├── libreoffice-icon.png │ ├── lidarr-icon.png │ ├── makemkv-icon.png │ ├── medusa-icon.png │ ├── minecraftbedrockserver-icon.png │ ├── minecraftserver-icon.png │ ├── minidlna-icon.png │ ├── nginx-icon.png │ ├── nicotineplus-icon.png │ ├── novnc-icon.png │ ├── nzbget-icon.png │ ├── nzbhydra2-icon.png │ ├── official-metube-icon.png │ ├── official-pihole-icon.png │ ├── official-purgarr-icon.png │ ├── official-qbit-guard-icon.png │ ├── overseerr-icon.png │ ├── phpstorm-icon.png │ ├── plex-icon.png │ ├── preclear-icon.png │ ├── privoxy-icon.png │ ├── profile.jpg │ ├── prowlarr-icon.png │ ├── puddletag-icon.png │ ├── pycharm-icon.png │ ├── qbittorrent-icon.png │ ├── radarr-icon.png │ ├── rclone-icon.png │ ├── readarr-icon.png │ ├── resilio-sync-icon.png │ ├── rider-icon.png │ ├── rubymine-icon.png │ ├── rustrover-icon.png │ ├── sabnzbd-icon.png │ ├── siphonator-icon.png │ ├── slskd-icon.png │ ├── sonarr-icon.png │ ├── syncthing-icon.png │ ├── tdb-icon.png │ ├── teamspeak-icon.png │ ├── tvheadend-icon.png │ ├── urbackup-icon.png │ ├── utilities-icon.png │ ├── webstorm-icon.png │ └── windows-icon.png ├── intellij.xml ├── jackett.xml ├── jellyfin.xml ├── jenkins.xml ├── krusader.xml ├── libreoffice.xml ├── lidarr.xml ├── makemkv.xml ├── minecraftbedrockserver.xml ├── minecraftserver.xml ├── minidlna.xml ├── nginx.xml ├── nicotineplus.xml ├── nzbget.xml ├── nzbhydra2.xml ├── official-byparr.xml ├── official-docker-registry-proxy.xml ├── official-gluetun.xml ├── official-metube.xml ├── official-pihole.xml ├── official-purgarr.xml ├── official-qbit-guard.xml ├── official-simple-cloudflare-solver.xml ├── official-windows.xml ├── overseerr.xml ├── plex.xml ├── plexpass.xml ├── privoxyvpn.xml ├── prowlarr.xml ├── pycharm.xml ├── qbittorrent.xml ├── qbittorrentvpn.xml ├── radarr.xml ├── rclone.xml ├── readarr.xml ├── resilio-sync.xml ├── rider.xml ├── rustrover.xml ├── sabnzbd.xml ├── sabnzbdvpn.xml ├── siphonator.xml ├── slskd.xml ├── sonarr.xml ├── syncthing.xml ├── teamspeak.xml ├── tvheadend.xml ├── urbackup.xml └── webstorm.xml └── ca_profile.xml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/README.md -------------------------------------------------------------------------------- /binhex/_template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/_template.xml -------------------------------------------------------------------------------- /binhex/bitmagnet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/bitmagnet.xml -------------------------------------------------------------------------------- /binhex/code-server.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/code-server.xml -------------------------------------------------------------------------------- /binhex/crafty-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/crafty-4.xml -------------------------------------------------------------------------------- /binhex/deluge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/deluge.xml -------------------------------------------------------------------------------- /binhex/delugevpn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/delugevpn.xml -------------------------------------------------------------------------------- /binhex/emby.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/emby.xml -------------------------------------------------------------------------------- /binhex/fdroidserver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/fdroidserver.xml -------------------------------------------------------------------------------- /binhex/flaresolverr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/flaresolverr.xml -------------------------------------------------------------------------------- /binhex/fleet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/fleet.xml -------------------------------------------------------------------------------- /binhex/get-iplayer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/get-iplayer.xml -------------------------------------------------------------------------------- /binhex/goland.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/goland.xml -------------------------------------------------------------------------------- /binhex/gonic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/gonic.xml -------------------------------------------------------------------------------- /binhex/hexchat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/hexchat.xml -------------------------------------------------------------------------------- /binhex/images/archlinux-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/archlinux-icon.png -------------------------------------------------------------------------------- /binhex/images/bitmagnet-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/bitmagnet-icon.png -------------------------------------------------------------------------------- /binhex/images/code-server-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/code-server-icon.png -------------------------------------------------------------------------------- /binhex/images/crafty-4-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/crafty-4-icon.png -------------------------------------------------------------------------------- /binhex/images/deluge-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/deluge-icon.png -------------------------------------------------------------------------------- /binhex/images/emby-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/emby-icon.png -------------------------------------------------------------------------------- /binhex/images/fdroidserver-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/fdroidserver-icon.png -------------------------------------------------------------------------------- /binhex/images/flaresolverr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/flaresolverr-icon.png -------------------------------------------------------------------------------- /binhex/images/fleet-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/fleet-icon.png -------------------------------------------------------------------------------- /binhex/images/get-iplayer-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/get-iplayer-icon.png -------------------------------------------------------------------------------- /binhex/images/gluetun-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/gluetun-icon.png -------------------------------------------------------------------------------- /binhex/images/goland-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/goland-icon.png -------------------------------------------------------------------------------- /binhex/images/gonic-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/gonic-icon.png -------------------------------------------------------------------------------- /binhex/images/hexchat-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/hexchat-icon.png -------------------------------------------------------------------------------- /binhex/images/intellij-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/intellij-icon.png -------------------------------------------------------------------------------- /binhex/images/jackett-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/jackett-icon.png -------------------------------------------------------------------------------- /binhex/images/jellyfin-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/jellyfin-icon.png -------------------------------------------------------------------------------- /binhex/images/jellyseerr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/jellyseerr-icon.png -------------------------------------------------------------------------------- /binhex/images/jenkins-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/jenkins-icon.png -------------------------------------------------------------------------------- /binhex/images/krusader-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/krusader-icon.png -------------------------------------------------------------------------------- /binhex/images/libreoffice-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/libreoffice-icon.png -------------------------------------------------------------------------------- /binhex/images/lidarr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/lidarr-icon.png -------------------------------------------------------------------------------- /binhex/images/makemkv-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/makemkv-icon.png -------------------------------------------------------------------------------- /binhex/images/medusa-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/medusa-icon.png -------------------------------------------------------------------------------- /binhex/images/minecraftbedrockserver-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/minecraftbedrockserver-icon.png -------------------------------------------------------------------------------- /binhex/images/minecraftserver-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/minecraftserver-icon.png -------------------------------------------------------------------------------- /binhex/images/minidlna-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/minidlna-icon.png -------------------------------------------------------------------------------- /binhex/images/nginx-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/nginx-icon.png -------------------------------------------------------------------------------- /binhex/images/nicotineplus-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/nicotineplus-icon.png -------------------------------------------------------------------------------- /binhex/images/novnc-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/novnc-icon.png -------------------------------------------------------------------------------- /binhex/images/nzbget-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/nzbget-icon.png -------------------------------------------------------------------------------- /binhex/images/nzbhydra2-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/nzbhydra2-icon.png -------------------------------------------------------------------------------- /binhex/images/official-metube-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/official-metube-icon.png -------------------------------------------------------------------------------- /binhex/images/official-pihole-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/official-pihole-icon.png -------------------------------------------------------------------------------- /binhex/images/official-purgarr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/official-purgarr-icon.png -------------------------------------------------------------------------------- /binhex/images/official-qbit-guard-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/official-qbit-guard-icon.png -------------------------------------------------------------------------------- /binhex/images/overseerr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/overseerr-icon.png -------------------------------------------------------------------------------- /binhex/images/phpstorm-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/phpstorm-icon.png -------------------------------------------------------------------------------- /binhex/images/plex-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/plex-icon.png -------------------------------------------------------------------------------- /binhex/images/preclear-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/preclear-icon.png -------------------------------------------------------------------------------- /binhex/images/privoxy-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/privoxy-icon.png -------------------------------------------------------------------------------- /binhex/images/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/profile.jpg -------------------------------------------------------------------------------- /binhex/images/prowlarr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/prowlarr-icon.png -------------------------------------------------------------------------------- /binhex/images/puddletag-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/puddletag-icon.png -------------------------------------------------------------------------------- /binhex/images/pycharm-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/pycharm-icon.png -------------------------------------------------------------------------------- /binhex/images/qbittorrent-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/qbittorrent-icon.png -------------------------------------------------------------------------------- /binhex/images/radarr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/radarr-icon.png -------------------------------------------------------------------------------- /binhex/images/rclone-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/rclone-icon.png -------------------------------------------------------------------------------- /binhex/images/readarr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/readarr-icon.png -------------------------------------------------------------------------------- /binhex/images/resilio-sync-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/resilio-sync-icon.png -------------------------------------------------------------------------------- /binhex/images/rider-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/rider-icon.png -------------------------------------------------------------------------------- /binhex/images/rubymine-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/rubymine-icon.png -------------------------------------------------------------------------------- /binhex/images/rustrover-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/rustrover-icon.png -------------------------------------------------------------------------------- /binhex/images/sabnzbd-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/sabnzbd-icon.png -------------------------------------------------------------------------------- /binhex/images/siphonator-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/siphonator-icon.png -------------------------------------------------------------------------------- /binhex/images/slskd-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/slskd-icon.png -------------------------------------------------------------------------------- /binhex/images/sonarr-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/sonarr-icon.png -------------------------------------------------------------------------------- /binhex/images/syncthing-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/syncthing-icon.png -------------------------------------------------------------------------------- /binhex/images/tdb-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/tdb-icon.png -------------------------------------------------------------------------------- /binhex/images/teamspeak-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/teamspeak-icon.png -------------------------------------------------------------------------------- /binhex/images/tvheadend-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/tvheadend-icon.png -------------------------------------------------------------------------------- /binhex/images/urbackup-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/urbackup-icon.png -------------------------------------------------------------------------------- /binhex/images/utilities-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/utilities-icon.png -------------------------------------------------------------------------------- /binhex/images/webstorm-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/webstorm-icon.png -------------------------------------------------------------------------------- /binhex/images/windows-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/images/windows-icon.png -------------------------------------------------------------------------------- /binhex/intellij.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/intellij.xml -------------------------------------------------------------------------------- /binhex/jackett.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/jackett.xml -------------------------------------------------------------------------------- /binhex/jellyfin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/jellyfin.xml -------------------------------------------------------------------------------- /binhex/jenkins.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/jenkins.xml -------------------------------------------------------------------------------- /binhex/krusader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/krusader.xml -------------------------------------------------------------------------------- /binhex/libreoffice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/libreoffice.xml -------------------------------------------------------------------------------- /binhex/lidarr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/lidarr.xml -------------------------------------------------------------------------------- /binhex/makemkv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/makemkv.xml -------------------------------------------------------------------------------- /binhex/minecraftbedrockserver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/minecraftbedrockserver.xml -------------------------------------------------------------------------------- /binhex/minecraftserver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/minecraftserver.xml -------------------------------------------------------------------------------- /binhex/minidlna.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/minidlna.xml -------------------------------------------------------------------------------- /binhex/nginx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/nginx.xml -------------------------------------------------------------------------------- /binhex/nicotineplus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/nicotineplus.xml -------------------------------------------------------------------------------- /binhex/nzbget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/nzbget.xml -------------------------------------------------------------------------------- /binhex/nzbhydra2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/nzbhydra2.xml -------------------------------------------------------------------------------- /binhex/official-byparr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-byparr.xml -------------------------------------------------------------------------------- /binhex/official-docker-registry-proxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-docker-registry-proxy.xml -------------------------------------------------------------------------------- /binhex/official-gluetun.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-gluetun.xml -------------------------------------------------------------------------------- /binhex/official-metube.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-metube.xml -------------------------------------------------------------------------------- /binhex/official-pihole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-pihole.xml -------------------------------------------------------------------------------- /binhex/official-purgarr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-purgarr.xml -------------------------------------------------------------------------------- /binhex/official-qbit-guard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-qbit-guard.xml -------------------------------------------------------------------------------- /binhex/official-simple-cloudflare-solver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-simple-cloudflare-solver.xml -------------------------------------------------------------------------------- /binhex/official-windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/official-windows.xml -------------------------------------------------------------------------------- /binhex/overseerr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/overseerr.xml -------------------------------------------------------------------------------- /binhex/plex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/plex.xml -------------------------------------------------------------------------------- /binhex/plexpass.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/plexpass.xml -------------------------------------------------------------------------------- /binhex/privoxyvpn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/privoxyvpn.xml -------------------------------------------------------------------------------- /binhex/prowlarr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/prowlarr.xml -------------------------------------------------------------------------------- /binhex/pycharm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/pycharm.xml -------------------------------------------------------------------------------- /binhex/qbittorrent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/qbittorrent.xml -------------------------------------------------------------------------------- /binhex/qbittorrentvpn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/qbittorrentvpn.xml -------------------------------------------------------------------------------- /binhex/radarr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/radarr.xml -------------------------------------------------------------------------------- /binhex/rclone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/rclone.xml -------------------------------------------------------------------------------- /binhex/readarr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/readarr.xml -------------------------------------------------------------------------------- /binhex/resilio-sync.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/resilio-sync.xml -------------------------------------------------------------------------------- /binhex/rider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/rider.xml -------------------------------------------------------------------------------- /binhex/rustrover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/rustrover.xml -------------------------------------------------------------------------------- /binhex/sabnzbd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/sabnzbd.xml -------------------------------------------------------------------------------- /binhex/sabnzbdvpn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/sabnzbdvpn.xml -------------------------------------------------------------------------------- /binhex/siphonator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/siphonator.xml -------------------------------------------------------------------------------- /binhex/slskd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/slskd.xml -------------------------------------------------------------------------------- /binhex/sonarr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/sonarr.xml -------------------------------------------------------------------------------- /binhex/syncthing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/syncthing.xml -------------------------------------------------------------------------------- /binhex/teamspeak.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/teamspeak.xml -------------------------------------------------------------------------------- /binhex/tvheadend.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/tvheadend.xml -------------------------------------------------------------------------------- /binhex/urbackup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/urbackup.xml -------------------------------------------------------------------------------- /binhex/webstorm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/binhex/webstorm.xml -------------------------------------------------------------------------------- /ca_profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binhex/docker-templates/HEAD/ca_profile.xml --------------------------------------------------------------------------------