|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
templates | ||
README.md |
Unraid Templates
- ArchiveBox
- CryptPad
- CyberChef
- Dashmachine
- db-backup
- ddns-route53
- Docpht
- Droppy
- FileRun
- FreePBX
- Freescout
- Firefox-Syncserver
- Flarum
- Golinks
- Gossa
- Gotify
- Homer
- Jitsi
- Keycloak
- Kiwix-serve
- Mailpile
- Matrix
- Mattermost
- Miniflux
- Netbox
- phpBB
- PsiTransfer
- Pure-FTPd
- Pwndrop
- Reactive-resume
- Riot-web
- Searx
- Selfoss
- Shiori
- StackEdit
- Wallabag
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
- After first run shut it down then remove Post Arguments and add
./archive (URL,FEED,BOOKMARK,FILE)
https://github.com/pirate/ArchiveBox/wiki/Usage#import-a-single-url-or-list-of-urls-via-stdin - Publishing Your Archive
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
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
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
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
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
- Create ddns-route53.yml file in /mnt/user/appdata/ddns-route53/ - https://github.com/crazy-max/ddns-route53/blob/master/doc/configuration.md
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
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
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
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
- Take time be patient
- Wizard setup go to http://freepbx/admin/config.php
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
thenphp artisan freescout:create-user
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
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
- Make Sure the base url is right if it local use only use http://:8000 and if you are hosting it on your domain it should be http://example.com or https://example.com.
Golinks
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
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
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
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
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
- https://github.com/jitsi/docker-jitsi-meet
- How it all work
Keycloak
Application Name: Keycloak
Application Site: https://www.keycloak.org/
Registry: https://quay.io/repository/keycloak/keycloak
Github: https://github.com/keycloak/keycloak
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
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
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
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
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
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
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
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
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
- Creating User use console then
pure-pw useradd admin -u 99 -g 100 -d /home/admin -m
then enter password of your choosing. - https://github.com/crazy-max/docker-pure-ftpd#notes
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
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
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
mkdir -p /mnt/user/appdata/riot-web/config
wget -O /mnt/user/appdata/riot-web/config/config.json https://riot.im/develop/config.json
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
Selfoss
Application Name: Selfoss
Application Site: https://selfoss.aditu.de/
Docker Hub: https://hub.docker.com/r/hardware/selfoss/
Github: https://github.com/SSilence/selfoss/
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
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
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
- Make sure the domain variable is right http://ip:6500 and if you are hosting it http://wallabag.example.com or https://wallabag.example.com.