├── LEMP ├── Dockerfile └── README.md ├── MongoDB ├── Dockerfile └── README.md ├── README.md ├── _config.yml ├── alpine ├── Dockerfile └── README.md ├── archlinux ├── Dockerfile └── README.md ├── bacula ├── Dockerfile └── README.md ├── baseimage ├── Dockerfile └── README.md ├── beets ├── Dockerfile └── README.md ├── bitcoin ├── Dockerfile └── README.md ├── busybox ├── Dockerfile └── README.md ├── cadvisor ├── Dockerfile └── README.md ├── centos ├── Dockerfile └── README.md ├── checkmk-agent ├── Dockerfile └── README.md ├── clonedeploy ├── Dockerfile └── README.md ├── collabora ├── Dockerfile └── README.md ├── couchpotato ├── Dockerfile └── README.md ├── crashplan ├── Dockerfile └── README.md ├── davos ├── Dockerfile └── README.md ├── debian ├── Dockerfile └── README.md ├── deluge ├── Dockerfile └── README.md ├── docker-clean ├── Dockerfile └── README.md ├── dropbox ├── Dockerfile └── README.md ├── duckdns ├── Dockerfile └── README.md ├── elk ├── Dockerfile └── README.md ├── emacs ├── Dockerfile └── README.md ├── emby-beta ├── Dockerfile └── README.md ├── emby ├── Dockerfile └── README.md ├── gentoo ├── Dockerfile └── README.md ├── ghost ├── Dockerfile └── README.md ├── gogs ├── Dockerfile └── README.md ├── grafana ├── Dockerfile └── README.md ├── graphite-statsd ├── Dockerfile └── README.md ├── headphones ├── Dockerfile └── README.md ├── homeassistant ├── Dockerfile └── README.md ├── homebridge ├── Dockerfile └── README.md ├── htpcmanager ├── Dockerfile └── README.md ├── huginn ├── Dockerfile └── README.md ├── influxdb ├── Dockerfile └── README.md ├── jackett ├── Dockerfile └── README.md ├── jdownloader ├── Dockerfile └── README.md ├── jenkins ├── Dockerfile └── README.md ├── kodi-server ├── Dockerfile └── README.md ├── lazylibrarian ├── Dockerfile └── README.md ├── letsencrypt ├── Dockerfile └── README.md ├── libresonic ├── Dockerfile └── README.md ├── loggly ├── Dockerfile └── README.md ├── lychee ├── Dockerfile └── README.md ├── madsonic ├── Dockerfile └── README.md ├── maraschino ├── Dockerfile └── README.md ├── mariadb ├── Dockerfile └── README.md ├── mineos ├── Dockerfile └── README.md ├── monero ├── Dockerfile └── README.md ├── mosquitto ├── Dockerfile └── README.md ├── musicbrainz ├── Dockerfile └── README.md ├── mylar ├── Dockerfile └── README.md ├── mysql ├── Dockerfile └── README.md ├── nagios ├── Dockerfile └── README.md ├── neo4j ├── Dockerfile └── README.md ├── nextcloud ├── Dockerfile └── README.md ├── nginx-devel ├── Dockerfile └── Readme.md ├── nginx-proxy ├── Dockerfile └── README.md ├── nginx ├── Dockerfile └── README.md ├── nzbget ├── Dockerfile └── README.md ├── nzbhydra ├── Dockerfile └── README.md ├── ombi ├── Dockerfile └── README.md ├── omd ├── Dockerfile ├── README.md ├── ansible_dropin │ ├── ansible.cfg │ └── playbook.yml └── scripts │ └── debian │ └── start.sh ├── openhab ├── Dockerfile └── README.md ├── openproject ├── Dockerfile └── README.md ├── organizr ├── Dockerfile └── README.md ├── owncloud ├── Dockerfile └── README.md ├── phpmyadmin ├── Dockerfile └── README.md ├── pi-hole ├── Dockerfile └── README.md ├── plex ├── Dockerfile └── README.md ├── plexpass ├── Dockerfile └── README.md ├── plexpy ├── Dockerfile └── README.md ├── postgres ├── Dockerfile └── README.md ├── pyload ├── Dockerfile └── README.md ├── radarr ├── Dockerfile └── README.md ├── redis ├── Dockerfile └── README.md ├── resilio-sync ├── Dockerfile └── README.md ├── s3cmd ├── Dockerfile └── README.md ├── sabnzbd ├── Dockerfile └── README.md ├── seafile ├── Dockerfile └── README.md ├── searx ├── Dockerfile └── README.md ├── sickbeard ├── Dockerfile └── README.md ├── sickrage ├── Dockerfile └── README.md ├── smokeping ├── Dockerfile └── README.md ├── sonarr ├── Dockerfile └── README.md ├── subsonic ├── Dockerfile └── README.md ├── syncthing ├── Dockerfile └── README.md ├── teamspeak ├── Dockerfile └── README.md ├── transmission-openvpn ├── Dockerfile └── readme.md ├── transmission ├── Dockerfile └── README.md ├── ubuntu ├── Dockerfile └── README.md ├── unifi ├── Dockerfile └── README.md ├── urbackup ├── Dockerfile └── README.md ├── wallabag ├── Dockerfile └── README.md ├── watchtower ├── Dockerfile └── README.md ├── wekan ├── Dockerfile └── README.md ├── wordpress ├── Dockerfile └── README.md ├── xdm ├── Dockerfile └── README.md └── znc ├── Dockerfile └── README.md /LEMP/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/LEMP/Dockerfile -------------------------------------------------------------------------------- /LEMP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/LEMP/README.md -------------------------------------------------------------------------------- /MongoDB/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/MongoDB/Dockerfile -------------------------------------------------------------------------------- /MongoDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/MongoDB/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/_config.yml -------------------------------------------------------------------------------- /alpine/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/alpine/Dockerfile -------------------------------------------------------------------------------- /alpine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/alpine/README.md -------------------------------------------------------------------------------- /archlinux/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/archlinux/Dockerfile -------------------------------------------------------------------------------- /archlinux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/archlinux/README.md -------------------------------------------------------------------------------- /bacula/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/bacula/Dockerfile -------------------------------------------------------------------------------- /bacula/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/bacula/README.md -------------------------------------------------------------------------------- /baseimage/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/baseimage/Dockerfile -------------------------------------------------------------------------------- /baseimage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/baseimage/README.md -------------------------------------------------------------------------------- /beets/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/beets/Dockerfile -------------------------------------------------------------------------------- /beets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/beets/README.md -------------------------------------------------------------------------------- /bitcoin/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/bitcoin/Dockerfile -------------------------------------------------------------------------------- /bitcoin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/bitcoin/README.md -------------------------------------------------------------------------------- /busybox/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/busybox/Dockerfile -------------------------------------------------------------------------------- /busybox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/busybox/README.md -------------------------------------------------------------------------------- /cadvisor/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/cadvisor/Dockerfile -------------------------------------------------------------------------------- /cadvisor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/cadvisor/README.md -------------------------------------------------------------------------------- /centos/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/centos/Dockerfile -------------------------------------------------------------------------------- /centos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/centos/README.md -------------------------------------------------------------------------------- /checkmk-agent/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/checkmk-agent/Dockerfile -------------------------------------------------------------------------------- /checkmk-agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/checkmk-agent/README.md -------------------------------------------------------------------------------- /clonedeploy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/clonedeploy/Dockerfile -------------------------------------------------------------------------------- /clonedeploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/clonedeploy/README.md -------------------------------------------------------------------------------- /collabora/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/collabora/Dockerfile -------------------------------------------------------------------------------- /collabora/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/collabora/README.md -------------------------------------------------------------------------------- /couchpotato/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/couchpotato/Dockerfile -------------------------------------------------------------------------------- /couchpotato/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/couchpotato/README.md -------------------------------------------------------------------------------- /crashplan/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/crashplan/Dockerfile -------------------------------------------------------------------------------- /crashplan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/crashplan/README.md -------------------------------------------------------------------------------- /davos/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/davos/Dockerfile -------------------------------------------------------------------------------- /davos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/davos/README.md -------------------------------------------------------------------------------- /debian/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/debian/Dockerfile -------------------------------------------------------------------------------- /debian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/debian/README.md -------------------------------------------------------------------------------- /deluge/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/deluge/Dockerfile -------------------------------------------------------------------------------- /deluge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/deluge/README.md -------------------------------------------------------------------------------- /docker-clean/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/docker-clean/Dockerfile -------------------------------------------------------------------------------- /docker-clean/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/docker-clean/README.md -------------------------------------------------------------------------------- /dropbox/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/dropbox/Dockerfile -------------------------------------------------------------------------------- /dropbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/dropbox/README.md -------------------------------------------------------------------------------- /duckdns/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/duckdns/Dockerfile -------------------------------------------------------------------------------- /duckdns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/duckdns/README.md -------------------------------------------------------------------------------- /elk/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/elk/Dockerfile -------------------------------------------------------------------------------- /elk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/elk/README.md -------------------------------------------------------------------------------- /emacs/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/emacs/Dockerfile -------------------------------------------------------------------------------- /emacs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/emacs/README.md -------------------------------------------------------------------------------- /emby-beta/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/emby-beta/Dockerfile -------------------------------------------------------------------------------- /emby-beta/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/emby-beta/README.md -------------------------------------------------------------------------------- /emby/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/emby/Dockerfile -------------------------------------------------------------------------------- /emby/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/emby/README.md -------------------------------------------------------------------------------- /gentoo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/gentoo/Dockerfile -------------------------------------------------------------------------------- /gentoo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/gentoo/README.md -------------------------------------------------------------------------------- /ghost/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/ghost/Dockerfile -------------------------------------------------------------------------------- /ghost/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/ghost/README.md -------------------------------------------------------------------------------- /gogs/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/gogs/Dockerfile -------------------------------------------------------------------------------- /gogs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/gogs/README.md -------------------------------------------------------------------------------- /grafana/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/grafana/Dockerfile -------------------------------------------------------------------------------- /grafana/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/grafana/README.md -------------------------------------------------------------------------------- /graphite-statsd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/graphite-statsd/Dockerfile -------------------------------------------------------------------------------- /graphite-statsd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/graphite-statsd/README.md -------------------------------------------------------------------------------- /headphones/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/headphones/Dockerfile -------------------------------------------------------------------------------- /headphones/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/headphones/README.md -------------------------------------------------------------------------------- /homeassistant/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/homeassistant/Dockerfile -------------------------------------------------------------------------------- /homeassistant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/homeassistant/README.md -------------------------------------------------------------------------------- /homebridge/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/homebridge/Dockerfile -------------------------------------------------------------------------------- /homebridge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/homebridge/README.md -------------------------------------------------------------------------------- /htpcmanager/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/htpcmanager/Dockerfile -------------------------------------------------------------------------------- /htpcmanager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/htpcmanager/README.md -------------------------------------------------------------------------------- /huginn/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/huginn/Dockerfile -------------------------------------------------------------------------------- /huginn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/huginn/README.md -------------------------------------------------------------------------------- /influxdb/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/influxdb/Dockerfile -------------------------------------------------------------------------------- /influxdb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/influxdb/README.md -------------------------------------------------------------------------------- /jackett/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/jackett/Dockerfile -------------------------------------------------------------------------------- /jackett/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/jackett/README.md -------------------------------------------------------------------------------- /jdownloader/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/jdownloader/Dockerfile -------------------------------------------------------------------------------- /jdownloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/jdownloader/README.md -------------------------------------------------------------------------------- /jenkins/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/jenkins/Dockerfile -------------------------------------------------------------------------------- /jenkins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/jenkins/README.md -------------------------------------------------------------------------------- /kodi-server/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/kodi-server/Dockerfile -------------------------------------------------------------------------------- /kodi-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/kodi-server/README.md -------------------------------------------------------------------------------- /lazylibrarian/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/lazylibrarian/Dockerfile -------------------------------------------------------------------------------- /lazylibrarian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/lazylibrarian/README.md -------------------------------------------------------------------------------- /letsencrypt/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/letsencrypt/Dockerfile -------------------------------------------------------------------------------- /letsencrypt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/letsencrypt/README.md -------------------------------------------------------------------------------- /libresonic/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/libresonic/Dockerfile -------------------------------------------------------------------------------- /libresonic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/libresonic/README.md -------------------------------------------------------------------------------- /loggly/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/loggly/Dockerfile -------------------------------------------------------------------------------- /loggly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/loggly/README.md -------------------------------------------------------------------------------- /lychee/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/lychee/Dockerfile -------------------------------------------------------------------------------- /lychee/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/lychee/README.md -------------------------------------------------------------------------------- /madsonic/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/madsonic/Dockerfile -------------------------------------------------------------------------------- /madsonic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/madsonic/README.md -------------------------------------------------------------------------------- /maraschino/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/maraschino/Dockerfile -------------------------------------------------------------------------------- /maraschino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/maraschino/README.md -------------------------------------------------------------------------------- /mariadb/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mariadb/Dockerfile -------------------------------------------------------------------------------- /mariadb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mariadb/README.md -------------------------------------------------------------------------------- /mineos/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mineos/Dockerfile -------------------------------------------------------------------------------- /mineos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mineos/README.md -------------------------------------------------------------------------------- /monero/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/monero/Dockerfile -------------------------------------------------------------------------------- /monero/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/monero/README.md -------------------------------------------------------------------------------- /mosquitto/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mosquitto/Dockerfile -------------------------------------------------------------------------------- /mosquitto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mosquitto/README.md -------------------------------------------------------------------------------- /musicbrainz/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/musicbrainz/Dockerfile -------------------------------------------------------------------------------- /musicbrainz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/musicbrainz/README.md -------------------------------------------------------------------------------- /mylar/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mylar/Dockerfile -------------------------------------------------------------------------------- /mylar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mylar/README.md -------------------------------------------------------------------------------- /mysql/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mysql/Dockerfile -------------------------------------------------------------------------------- /mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/mysql/README.md -------------------------------------------------------------------------------- /nagios/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nagios/Dockerfile -------------------------------------------------------------------------------- /nagios/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nagios/README.md -------------------------------------------------------------------------------- /neo4j/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/neo4j/Dockerfile -------------------------------------------------------------------------------- /neo4j/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/neo4j/README.md -------------------------------------------------------------------------------- /nextcloud/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nextcloud/Dockerfile -------------------------------------------------------------------------------- /nextcloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nextcloud/README.md -------------------------------------------------------------------------------- /nginx-devel/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nginx-devel/Dockerfile -------------------------------------------------------------------------------- /nginx-devel/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nginx-devel/Readme.md -------------------------------------------------------------------------------- /nginx-proxy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nginx-proxy/Dockerfile -------------------------------------------------------------------------------- /nginx-proxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nginx-proxy/README.md -------------------------------------------------------------------------------- /nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nginx/Dockerfile -------------------------------------------------------------------------------- /nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nginx/README.md -------------------------------------------------------------------------------- /nzbget/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nzbget/Dockerfile -------------------------------------------------------------------------------- /nzbget/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nzbget/README.md -------------------------------------------------------------------------------- /nzbhydra/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nzbhydra/Dockerfile -------------------------------------------------------------------------------- /nzbhydra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/nzbhydra/README.md -------------------------------------------------------------------------------- /ombi/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/ombi/Dockerfile -------------------------------------------------------------------------------- /ombi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/ombi/README.md -------------------------------------------------------------------------------- /omd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/omd/Dockerfile -------------------------------------------------------------------------------- /omd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/omd/README.md -------------------------------------------------------------------------------- /omd/ansible_dropin/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/omd/ansible_dropin/ansible.cfg -------------------------------------------------------------------------------- /omd/ansible_dropin/playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/omd/ansible_dropin/playbook.yml -------------------------------------------------------------------------------- /omd/scripts/debian/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/omd/scripts/debian/start.sh -------------------------------------------------------------------------------- /openhab/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/openhab/Dockerfile -------------------------------------------------------------------------------- /openhab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/openhab/README.md -------------------------------------------------------------------------------- /openproject/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/openproject/Dockerfile -------------------------------------------------------------------------------- /openproject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/openproject/README.md -------------------------------------------------------------------------------- /organizr/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/organizr/Dockerfile -------------------------------------------------------------------------------- /organizr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/organizr/README.md -------------------------------------------------------------------------------- /owncloud/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/owncloud/Dockerfile -------------------------------------------------------------------------------- /owncloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/owncloud/README.md -------------------------------------------------------------------------------- /phpmyadmin/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/phpmyadmin/Dockerfile -------------------------------------------------------------------------------- /phpmyadmin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/phpmyadmin/README.md -------------------------------------------------------------------------------- /pi-hole/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/pi-hole/Dockerfile -------------------------------------------------------------------------------- /pi-hole/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/pi-hole/README.md -------------------------------------------------------------------------------- /plex/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/plex/Dockerfile -------------------------------------------------------------------------------- /plex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/plex/README.md -------------------------------------------------------------------------------- /plexpass/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/plexpass/Dockerfile -------------------------------------------------------------------------------- /plexpass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/plexpass/README.md -------------------------------------------------------------------------------- /plexpy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/plexpy/Dockerfile -------------------------------------------------------------------------------- /plexpy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/plexpy/README.md -------------------------------------------------------------------------------- /postgres/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/postgres/Dockerfile -------------------------------------------------------------------------------- /postgres/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/postgres/README.md -------------------------------------------------------------------------------- /pyload/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/pyload/Dockerfile -------------------------------------------------------------------------------- /pyload/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/pyload/README.md -------------------------------------------------------------------------------- /radarr/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/radarr/Dockerfile -------------------------------------------------------------------------------- /radarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/radarr/README.md -------------------------------------------------------------------------------- /redis/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/redis/Dockerfile -------------------------------------------------------------------------------- /redis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/redis/README.md -------------------------------------------------------------------------------- /resilio-sync/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/resilio-sync/Dockerfile -------------------------------------------------------------------------------- /resilio-sync/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/resilio-sync/README.md -------------------------------------------------------------------------------- /s3cmd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/s3cmd/Dockerfile -------------------------------------------------------------------------------- /s3cmd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/s3cmd/README.md -------------------------------------------------------------------------------- /sabnzbd/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sabnzbd/Dockerfile -------------------------------------------------------------------------------- /sabnzbd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sabnzbd/README.md -------------------------------------------------------------------------------- /seafile/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/seafile/Dockerfile -------------------------------------------------------------------------------- /seafile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/seafile/README.md -------------------------------------------------------------------------------- /searx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/searx/Dockerfile -------------------------------------------------------------------------------- /searx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/searx/README.md -------------------------------------------------------------------------------- /sickbeard/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sickbeard/Dockerfile -------------------------------------------------------------------------------- /sickbeard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sickbeard/README.md -------------------------------------------------------------------------------- /sickrage/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sickrage/Dockerfile -------------------------------------------------------------------------------- /sickrage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sickrage/README.md -------------------------------------------------------------------------------- /smokeping/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/smokeping/Dockerfile -------------------------------------------------------------------------------- /smokeping/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/smokeping/README.md -------------------------------------------------------------------------------- /sonarr/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sonarr/Dockerfile -------------------------------------------------------------------------------- /sonarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/sonarr/README.md -------------------------------------------------------------------------------- /subsonic/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/subsonic/Dockerfile -------------------------------------------------------------------------------- /subsonic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/subsonic/README.md -------------------------------------------------------------------------------- /syncthing/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/syncthing/Dockerfile -------------------------------------------------------------------------------- /syncthing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/syncthing/README.md -------------------------------------------------------------------------------- /teamspeak/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/teamspeak/Dockerfile -------------------------------------------------------------------------------- /teamspeak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/teamspeak/README.md -------------------------------------------------------------------------------- /transmission-openvpn/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/transmission-openvpn/Dockerfile -------------------------------------------------------------------------------- /transmission-openvpn/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/transmission-openvpn/readme.md -------------------------------------------------------------------------------- /transmission/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/transmission/Dockerfile -------------------------------------------------------------------------------- /transmission/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/transmission/README.md -------------------------------------------------------------------------------- /ubuntu/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/ubuntu/Dockerfile -------------------------------------------------------------------------------- /ubuntu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/ubuntu/README.md -------------------------------------------------------------------------------- /unifi/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/unifi/Dockerfile -------------------------------------------------------------------------------- /unifi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/unifi/README.md -------------------------------------------------------------------------------- /urbackup/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/urbackup/Dockerfile -------------------------------------------------------------------------------- /urbackup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/urbackup/README.md -------------------------------------------------------------------------------- /wallabag/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/wallabag/Dockerfile -------------------------------------------------------------------------------- /wallabag/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/wallabag/README.md -------------------------------------------------------------------------------- /watchtower/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/watchtower/Dockerfile -------------------------------------------------------------------------------- /watchtower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/watchtower/README.md -------------------------------------------------------------------------------- /wekan/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/wekan/Dockerfile -------------------------------------------------------------------------------- /wekan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/wekan/README.md -------------------------------------------------------------------------------- /wordpress/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/wordpress/Dockerfile -------------------------------------------------------------------------------- /wordpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/wordpress/README.md -------------------------------------------------------------------------------- /xdm/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/xdm/Dockerfile -------------------------------------------------------------------------------- /xdm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/xdm/README.md -------------------------------------------------------------------------------- /znc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/znc/Dockerfile -------------------------------------------------------------------------------- /znc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenas/docker-images/HEAD/znc/README.md --------------------------------------------------------------------------------