Unraid Docker Templates
Find a file
2020-04-22 22:08:16 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2020-04-19 18:50:46 +03:00
templates add mattermost + update phpbb icon 2020-04-22 22:08:16 +03:00
README.md add mattermost + update phpbb icon 2020-04-22 22:08:16 +03:00

Unraid Templates


ArchiveBox

ArchiveBox

Application Name: ArchiveBox

Application Site: https://archivebox.io/

Docker Hub: https://hub.docker.com/r/nikisweeting/archivebox

Github: https://github.com/pirate/ArchiveBox

First installation


CryptPad

CryptPad

Application Name: CryptPad

Application Site: https://cryptpad.fr/

Docker Hub: https://hub.docker.com/r/cryptpad/cryptpad

Github: https://github.com/xwiki-labs/cryptpad

First installation

  • Edit config.js /mnt/appdata/cryptpad/cfg/config.js httpAddress: '0.0.0.0' and remove // before it

CyberChef

CyberChef

Application Name: CyberChef

Application Site: https://gchq.github.io/CyberChef/

Docker Hub: https://hub.docker.com/r/aude/cyberchef

Github: https://github.com/aude/cyberchef-docker


Dashmachine

Dashmachine

Application Name: Dashmachine

Application Site: https://github.com/rmountjoy92/DashMachine

Docker Hub: https://hub.docker.com/r/rmountjoy/dashmachine/

Github: https://github.com/rmountjoy92/DashMachine

Default username and password

  • Username: admin
  • Password: admin

Unauthorized

If you get unauthorized page add /login <- http://IP:PORT/login


db-backup

db-backup

Icons made by srip from www.flaticon.com

Application Name: db-backup

Application Site: https://github.com/tiredofit/docker-db-backup

Docker Hub: https://hub.docker.com/r/tiredofit/db-backup/

Github: https://github.com/tiredofit/docker-db-backup

Environment Variables

Parameter Description
COMPRESSION Use either Gzip GZ, Bzip2 BZ, XZip XZ, or none NONE - Default GZ
DB_TYPE Type of DB Server to backup couch influx mysql pgsql mongo redis rethink
DB_HOST Server Hostname e.g. mariadb
DB_NAME Schema Name e.g. database
DB_USER username for the database - use root to backup all MySQL of them.
DB_PASS (optional if DB doesn't require it) password for the database
DB_PORT (optional) Set port to connect to DB_HOST. Defaults are provided
DB_DUMP_FREQ How often to do a dump, in minutes. Defaults to 1440 minutes, or once per day.
DB_DUMP_BEGIN What time to do the first dump. Defaults to immediate. Must be in one of two formats
Absolute HHMM, e.g. 2330 or 0415
Relative +MM, i.e. how many minutes after starting the container, e.g. +0 (immediate), +10 (in 10 minutes), or +90 in an hour and a half
DB_CLEANUP_TIME Value in minutes to delete old backups (only fired when dump freqency fires). 1440 would delete anything above 1 day old. You don't need to set this variable if you want to hold onto everything.
DEBUG_MODE If set to true, print copious shell script messages to the container log. Otherwise only basic messages are printed.
MD5 Generate MD5 Sum in Directory, TRUE or FALSE - Default TRUE
PARALLEL_COMPRESSION Use multiple cores when compressing backups TRUE or FALSE - Default TRUE
SPLIT_DB If using root as username and multiple DBs on system, set to TRUE to create Seperate DB Backups instead of all in one. - Default FALSE

ddns-route53

ddns-route53

Application Name: ddns-route53

Application Site: https://github.com/crazy-max/ddns-route53

Docker Hub: https://hub.docker.com/r/crazymax/ddns-route53/

Github: https://github.com/crazy-max/ddns-route53

Before running the docker


Docpht

Docpht

Icons made by Freepik from www.flaticon.com

Application Name: Docpht

Application Site: https://docpht.org/

Docker Hub: https://hub.docker.com/r/docpht/docpht/

Github: https://github.com/docpht/docpht


Droppy

Droppy

Application Name: Droppy

Application Site: https://droppy.silverwind.io/

Docker Hub: https://hub.docker.com/r/silverwind/droppy/

Github: https://github.com/silverwind/droppy


FileRun

FileRun

Application Name: FileRun

Application Site: https://filerun.com/

Docker Hub: https://hub.docker.com/r/afian/filerun/

Github: https://github.com/filerun/docker

Default username and password

  • Username: superuser
  • Password: superuser

FreePBX

FreePBX

Application Name: FreePBX

Application Site: https://www.freepbx.org/

Docker Hub: https://hub.docker.com/r/tiredofit/freepbx/

Github: https://github.com/tiredofit/docker-freepbx/

First installation


Freescout

freescout

Application Name: Freescout

Application Site: https://freescout.net/

Docker Hub: https://hub.docker.com/r/tiredofit/freescout/

Github: https://www.github.com/tiredofit/docker-freescout

Creating User

  • CLI cd /www/html then php artisan freescout:create-user

Firefox-Syncserver

Firefox-Syncserver

Application Name: Firefox-Syncserver

Application Site: https://github.com/crazy-max/docker-firefox-syncserver

Docker Hub: https://hub.docker.com/r/crazymax/firefox-syncserver

Github: https://github.com/crazy-max/docker-firefox-syncserver


Flarum

Flarum

Application Name: Flarum

Application Site: https://flarum.org/

Docker Hub: https://hub.docker.com/r/crazymax/flarum/

Github: https://github.com/crazy-max/docker-flarum

Default username and password

Username: flarum Password: flarum

Notes


Golinks

Golinks

Icons made by iconixar from www.flaticon.com

Application Name: Golinks

Application Site: https://github.com/prologic/golinks

Docker Hub: https://hub.docker.com/r/prologic/golinks/

Github: https://github.com/prologic/golinks

Usage


Gossa

Gossa

Icons made by srip from www.flaticon.com

Application Name: Gossa

Application Site: https://www.github.com/pldubouilh/gossa

Docker Hub: https://hub.docker.com/r/pldubouilh/gossa/

Github: https://www.github.com/pldubouilh/gossa


Gotify

Gotify

Application Name: Gotify

Application Site: https://gotify.net/

Docker Hub: https://hub.docker.com/r/gotify/server/

Github: https://github.com/gotify/server/

Before running the docker

mkdir -p /mnt/user/appdata/gotify/config/ wget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml

Default username and password

  • Username: admin
  • Password: admin

Homer

Homer

Application Name: Homer

Application Site: https://github.com/bastienwirtz/homer

Docker Hub: https://hub.docker.com/r/b4bz/homer

Github: https://github.com/bastienwirtz/homer

Before running the docker

mkdir -p /mnt/user/appdata/homer/config/ wget -O /mnt/user/appdata/homer/config/config.yml https://raw.githubusercontent.com/bastienwirtz/homer/master/config.yml


Jitsi

Jitsi

Application Name: Jitsi

Application Site: https://jitsi.org/

Docker Hub: https://hub.docker.com/u/jitsi/

Github: https://github.com/jitsi/docker-jitsi-meet

Change appdata location

/mnt/user/appdata/jitsi-web -> /mnt/user/appdata/jitsi/web/ /mnt/user/appdata/jitsi-prosody -> /mnt/user/appdata/jitsi/prosody/ /mnt/user/appdata/jitsi-jvb -> /mnt/user/appdata/jitsi/jvb/ /mnt/user/appdata/jitsi-jicofo -> /mnt/user/appdata/jitsi/jicofo/

Notes


Kiwix-serve

Kiwix-serve

Application Name: Kiwix-serve

Application Site: https://www.kiwix.org/

Docker Hub: https://hub.docker.com/r/kiwix/kiwix-serve/

Github: https://github.com/kiwix/kiwix-tools

Notes

  • When using variable "DOWNLOAD" remove the link after the download so you don't re-download the same content again

Content

For more content https://wiki.kiwix.org/wiki/Content


Mailpile

Mailpile

Application Name: Mailpile

Application Site: https://www.mailpile.is/

Docker Hub: https://hub.docker.com/r/rroemhild/mailpile/

Github: https://github.com/rroemhild/docker-mailpile


Matrix

Matrix

Application Name: Matrix

Application Site: https://matrix.org/

Docker Hub: https://hub.docker.com/r/avhost/docker-matrix

Github: https://github.com/AVENTER-UG/docker-matrix

Guides

  • Unraid User - PSYCHOPATHiO Guide
  • More info about matrix configuration here

Mattermost

Mattermost

Application Name: Mattermost

Application Site: https://mattermost.com/

Docker Hub: https://hub.docker.com/r/mattermost/mattermost-team-edition/

Github: https://github.com/mattermost/mattermost-server


Miniflux

Miniflux

Application Name: Miniflux

Application Site: https://miniflux.app/

Docker Hub: https://hub.docker.com/r/miniflux/miniflux/

Github: https://github.com/miniflux/miniflux

Notes

  • Admin username and password is setup at in docker variables then you can change in Miniflux settings. Docker variable will be ignored when you change it inside the docker.
  • PostgreSQL DB Required (Not Included)

Netbox

Netbox

Application Name: Netbox

Application Site: https://github.com/netbox-community/netbox

Docker Hub: https://hub.docker.com/r/pitkley/netbox

Github: https://github.com/pitkley/docker-netbox

Notes

  • Create User cli to the docker then ./manage.py createsuperuser
  • PostgreSQL DB Required (Not Included)

phpBB

phpBB

Application Name: phpBB

Application Site: https://www.phpbb.com/

Docker Hub: https://hub.docker.com/r/bitnami/phpbb

Github: https://github.com/bitnami/bitnami-docker-phpbb/


PsiTransfer

psitransfer

Icons made by Google from www.flaticon.com

Application Name: PsiTransfer

Application Site: https://github.com/psi-4ward/psitransfer

Docker Hub: https://hub.docker.com/r/psitrax/psitransfer/

Github: https://github.com/psi-4ward/psitransfer

Notes

  • Admin Page just add /admin to your URL

Pure-FTPd

Pure-FTPd

Icons made by Good Ware from www.flaticon.com

Application Name: Pure-FTPd

Application Site: https://www.pureftpd.org/project/pure-ftpd/

Docker Hub: https://hub.docker.com/r/crazymax/pure-ftpd/

Github: https://github.com/crazy-max/docker-pure-ftpd

Notes


Pwndrop

Pwndrop

Application Name: Pwndrop

Application Site: https://github.com/kgretzky/pwndrop

Docker Hub: https://hub.docker.com/r/harshavardhanj/pwndrop

Github: https://github.com/kgretzky/pwndrop


Reactive-resume

Reactive-resume

Application Name: Reactive-resume

Application Site: https://rxresu.me/

Docker Hub: https://hub.docker.com/r/amruthpillai/reactive-resume/

Github: https://www.github.com/AmruthPillai/Reactive-Resume


Riot-web

Riot-web

Application Name: Riot-web

Application Site: https://riot.im/

Docker Hub: https://hub.docker.com/r/vectorim/riot-web/

Github: https://www.github.com/vector-im/riot-web

Before running the docker

  1. mkdir -p /mnt/user/appdata/riot-web/config
  2. wget -O /mnt/user/appdata/riot-web/config/config.json https://riot.im/develop/config.json

Searx

Searx

Application Name: Searx

Application Site: https://github.com/asciimoo/searx

Docker Hub: https://hub.docker.com/r/searx/searx/

Github: https://github.com/asciimoo/searx


Shiori

Shiori

Application Name: Shiori

Application Site: https://github.com/go-shiori/shiori

Docker Hub: https://hub.docker.com/r/radhifadlillah/shiori/

Github: https://github.com/go-shiori/shiori

Default username and password

Username: shiori Password: gopher

Notes

  • Create new account inside the web gui so the default one will be removed.

StackEdit

Shiori

Application Name: StackEdit

Application Site: https://stackedit.io/

Docker Hub: https://hub.docker.com/r/qmcgaw/stackedit/

Github: https://github.com/qdm12/stackedit-docker


Wallabag

Wallabag

Application Name: Wallabag

Application Site: https://wallabag.org/

Docker Hub: https://hub.docker.com/r/wallabag/wallabag

Github: https://www.github.com/wallabag/docker

Default username and password

Username: wallabag Password: wallabag

PHP errors

Missing texture and images