Update README.md

This commit is contained in:
A75G 2020-05-30 16:12:15 +03:00
parent 2bdb709463
commit ca8226839c

146
README.md
View file

@ -9,7 +9,6 @@
- [CyberChef](#cyberchef) - [CyberChef](#cyberchef)
- [Dashmachine](#dashmachine) - [Dashmachine](#dashmachine)
* [Default username and password](#default-username-and-password) * [Default username and password](#default-username-and-password)
* [~~Unauthorized~~](#unauthorized)
- [db-backup](#db-backup) - [db-backup](#db-backup)
* [Environment Variables](#environment-variables) * [Environment Variables](#environment-variables)
- [ddns-route53](#ddns-route53) - [ddns-route53](#ddns-route53)
@ -57,6 +56,7 @@
* [Before running the docker](#before-running-the-docker-3) * [Before running the docker](#before-running-the-docker-3)
- [Mediagoblin](#mediagoblin) - [Mediagoblin](#mediagoblin)
* [Default username and password](#default-username-and-password-4) * [Default username and password](#default-username-and-password-4)
- [Memcached](#memcached)
- [Miniflux](#miniflux) - [Miniflux](#miniflux)
- [Moodle](#moodle) - [Moodle](#moodle)
* [Notes](#notes-5) * [Notes](#notes-5)
@ -65,6 +65,7 @@
- [Netbox](#netbox) - [Netbox](#netbox)
* [Notes](#notes-7) * [Notes](#notes-7)
- [phpBB](#phpbb) - [phpBB](#phpbb)
- [Postgresql](#postgresql)
- [PsiTransfer](#psitransfer) - [PsiTransfer](#psitransfer)
* [Notes](#notes-8) * [Notes](#notes-8)
- [Pterodactyl-panel](#pterodactyl-panel) - [Pterodactyl-panel](#pterodactyl-panel)
@ -107,6 +108,8 @@
* 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 * 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](https://github.com/pirate/ArchiveBox/wiki/Publishing-Your-Archive#publishing-your-archive) * [Publishing Your Archive](https://github.com/pirate/ArchiveBox/wiki/Publishing-Your-Archive#publishing-your-archive)
**[`^back to top^`](#unraid-templates)**
---- ----
# Backuppc # Backuppc
![Backuppc](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/backuppc.png) ![Backuppc](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/backuppc.png)
@ -119,6 +122,8 @@
**Github:** https://www.github.com/tiredofit/docker-backuppc **Github:** https://www.github.com/tiredofit/docker-backuppc
**[`^back to top^`](#unraid-templates)**
---- ----
# Commento # Commento
![Commento](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/commento.png) ![Commento](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/commento.png)
@ -133,6 +138,8 @@
## Notes ## Notes
* PostgreSQL DB Required (Not Included) * PostgreSQL DB Required (Not Included)
**[`^back to top^`](#unraid-templates)**
---- ----
# CryptPad # CryptPad
![CryptPad](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png) ![CryptPad](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png)
@ -147,6 +154,8 @@
## First installation ## First installation
* Edit config.js /mnt/appdata/cryptpad/cfg/config.js ```httpAddress: '0.0.0.0'``` and remove ```//``` before it * Edit config.js /mnt/appdata/cryptpad/cfg/config.js ```httpAddress: '0.0.0.0'``` and remove ```//``` before it
**[`^back to top^`](#unraid-templates)**
---- ----
# CyberChef # CyberChef
![CyberChef](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png) ![CyberChef](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png)
@ -159,6 +168,8 @@
**Github:** https://github.com/aude/cyberchef-docker **Github:** https://github.com/aude/cyberchef-docker
**[`^back to top^`](#unraid-templates)**
---- ----
# Dashmachine # Dashmachine
![Dashmachine](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dashmachine.png) ![Dashmachine](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dashmachine.png)
@ -173,8 +184,8 @@
## Default username and password ## Default username and password
* Username: ```admin``` * Username: ```admin```
* Password: ```admin``` * Password: ```admin```
## ~~Unauthorized~~
~~If you get unauthorized page add /login <- ```http://IP:PORT/login```~~ **[`^back to top^`](#unraid-templates)**
---- ----
# db-backup # db-backup
@ -209,6 +220,8 @@
| `PARALLEL_COMPRESSION` | Use multiple cores when compressing backups `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` | | `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` |
**[`^back to top^`](#unraid-templates)**
---- ----
# ddns-route53 # ddns-route53
![ddns-route53](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/ddns-route53.png) ![ddns-route53](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/ddns-route53.png)
@ -223,6 +236,8 @@
## Before running the docker ## 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 * Create ddns-route53.yml file in /mnt/user/appdata/ddns-route53/ - https://github.com/crazy-max/ddns-route53/blob/master/doc/configuration.md
**[`^back to top^`](#unraid-templates)**
---- ----
# Dispatch # Dispatch
![Dispatch](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dispatch.png) ![Dispatch](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dispatch.png)
@ -235,6 +250,8 @@
**Github:** https://github.com/khlieng/dispatch **Github:** https://github.com/khlieng/dispatch
**[`^back to top^`](#unraid-templates)**
---- ----
# Docpht # Docpht
![Docpht](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/docpht.png) ![Docpht](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/docpht.png)
@ -249,6 +266,8 @@
**Github:** https://github.com/docpht/docpht **Github:** https://github.com/docpht/docpht
**[`^back to top^`](#unraid-templates)**
---- ----
# Droppy # Droppy
![Droppy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/droppy.png) ![Droppy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/droppy.png)
@ -261,6 +280,8 @@
**Github:** https://github.com/silverwind/droppy **Github:** https://github.com/silverwind/droppy
**[`^back to top^`](#unraid-templates)**
---- ----
# FileRun # FileRun
![FileRun](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/filerun.png) ![FileRun](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/filerun.png)
@ -276,6 +297,8 @@
* Username: ```superuser``` * Username: ```superuser```
* Password: ```superuser``` * Password: ```superuser```
**[`^back to top^`](#unraid-templates)**
---- ----
# Filestash # Filestash
![Filestash](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/filestash.png) ![Filestash](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/filestash.png)
@ -288,6 +311,8 @@
**Github:** https://github.com/mickael-kerjean/filestash **Github:** https://github.com/mickael-kerjean/filestash
**[`^back to top^`](#unraid-templates)**
---- ----
# FreePBX # FreePBX
![FreePBX](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freepbx.png) ![FreePBX](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freepbx.png)
@ -304,6 +329,8 @@
* Wizard setup go to http://freepbx/admin/config.php * Wizard setup go to http://freepbx/admin/config.php
* Use Database * Use Database
**[`^back to top^`](#unraid-templates)**
---- ----
# Freescout # Freescout
![freescout](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freescout.png) ![freescout](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freescout.png)
@ -318,6 +345,8 @@
## Creating User ## Creating User
* CLI ```cd /www/html``` then ```php artisan freescout:create-user``` * CLI ```cd /www/html``` then ```php artisan freescout:create-user```
**[`^back to top^`](#unraid-templates)**
---- ----
# Firefox-Syncserver # Firefox-Syncserver
![Firefox-Syncserver](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/firefox-syncserver.png) ![Firefox-Syncserver](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/firefox-syncserver.png)
@ -330,6 +359,8 @@
**Github:** https://github.com/crazy-max/docker-firefox-syncserver **Github:** https://github.com/crazy-max/docker-firefox-syncserver
**[`^back to top^`](#unraid-templates)**
---- ----
# Flarum # Flarum
![Flarum](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/flarum.png) ![Flarum](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/flarum.png)
@ -347,6 +378,8 @@ Password: ```flarum```
## Notes ## Notes
* Make Sure the base url is right if it local use only use http://<ip>:8000 and if you are hosting it on your domain it should be http://example.com or https://example.com. * Make Sure the base url is right if it local use only use http://<ip>:8000 and if you are hosting it on your domain it should be http://example.com or https://example.com.
**[`^back to top^`](#unraid-templates)**
---- ----
# Golinks # Golinks
![Golinks](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/golinks.png) ![Golinks](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/golinks.png)
@ -363,6 +396,8 @@ Password: ```flarum```
## Usage ## Usage
* https://github.com/prologic/golinks#usage * https://github.com/prologic/golinks#usage
**[`^back to top^`](#unraid-templates)**
---- ----
# Gossa # Gossa
![Gossa](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/gossa.png) ![Gossa](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/gossa.png)
@ -377,6 +412,8 @@ Password: ```flarum```
**Github:** https://www.github.com/pldubouilh/gossa **Github:** https://www.github.com/pldubouilh/gossa
**[`^back to top^`](#unraid-templates)**
---- ----
# Gotify # Gotify
![Gotify](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/gotify.png) ![Gotify](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/gotify.png)
@ -395,6 +432,8 @@ Password: ```flarum```
* Username: ```admin``` * Username: ```admin```
* Password: ```admin``` * Password: ```admin```
**[`^back to top^`](#unraid-templates)**
---- ----
# Healthchecks # Healthchecks
![Healthchecks](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/healthchecks.png) ![Healthchecks](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/healthchecks.png)
@ -407,6 +446,8 @@ Password: ```flarum```
**Github:** https://github.com/galexrt/docker-healthchecks **Github:** https://github.com/galexrt/docker-healthchecks
**[`^back to top^`](#unraid-templates)**
---- ----
# Homer # Homer
![Homer](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png) ![Homer](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/homer.png)
@ -422,6 +463,8 @@ Password: ```flarum```
* ```mkdir -p /mnt/user/appdata/homer/config/``` * ```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``` * ```wget -O /mnt/user/appdata/homer/config/config.yml https://raw.githubusercontent.com/bastienwirtz/homer/master/config.yml```
**[`^back to top^`](#unraid-templates)**
---- ----
# Jitsi # Jitsi
![Jitsi](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/jitsi.png) ![Jitsi](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/jitsi.png)
@ -443,6 +486,8 @@ Password: ```flarum```
* How it all work * How it all work
![](https://335wvf48o1332cksy23mw1pj-wpengine.netdna-ssl.com/wp-content/uploads/2018/07/docker-jitsi-meet.png) ![](https://335wvf48o1332cksy23mw1pj-wpengine.netdna-ssl.com/wp-content/uploads/2018/07/docker-jitsi-meet.png)
**[`^back to top^`](#unraid-templates)**
---- ----
# Keycloak # Keycloak
![Keycloak](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/keycloak.png) ![Keycloak](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/keycloak.png)
@ -455,6 +500,8 @@ Password: ```flarum```
**Github:** https://github.com/keycloak/keycloak **Github:** https://github.com/keycloak/keycloak
**[`^back to top^`](#unraid-templates)**
---- ----
# Kiwix-serve # Kiwix-serve
![Kiwix-serve](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/kiwix.png) ![Kiwix-serve](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/kiwix.png)
@ -471,6 +518,8 @@ Password: ```flarum```
## Content ## Content
For more content https://wiki.kiwix.org/wiki/Content For more content https://wiki.kiwix.org/wiki/Content
**[`^back to top^`](#unraid-templates)**
---- ----
# Leantime # Leantime
![Leantime](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/leantime.png) ![Leantime](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/leantime.png)
@ -485,6 +534,8 @@ For more content https://wiki.kiwix.org/wiki/Content
## First installation ## First installation
* First setup go to http://leantime/install * First setup go to http://leantime/install
**[`^back to top^`](#unraid-templates)**
---- ----
# Linkding # Linkding
![Linkding](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkding.png) ![Linkding](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkding.png)
@ -497,6 +548,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/sissbruecker/linkding **Github:** https://github.com/sissbruecker/linkding
**[`^back to top^`](#unraid-templates)**
---- ----
# Mailpile # Mailpile
![Mailpile](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mailpile.png) ![Mailpile](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mailpile.png)
@ -509,6 +562,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/rroemhild/docker-mailpile **Github:** https://github.com/rroemhild/docker-mailpile
**[`^back to top^`](#unraid-templates)**
---- ----
# Matomo # Matomo
![Mailpile](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matomo.png) ![Mailpile](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matomo.png)
@ -521,6 +576,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/bitnami/bitnami-docker-matomo **Github:** https://github.com/bitnami/bitnami-docker-matomo
**[`^back to top^`](#unraid-templates)**
---- ----
# Matrix # Matrix
![Matrix](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matrix.png) ![Matrix](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matrix.png)
@ -536,6 +593,8 @@ For more content https://wiki.kiwix.org/wiki/Content
* Unraid User - PSYCHOPATHiO [Guide](https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&comment=839576) * Unraid User - PSYCHOPATHiO [Guide](https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&comment=839576)
* More info about matrix configuration [here](https://github.com/matrix-org/synapse/blob/master/README.rst) * More info about matrix configuration [here](https://github.com/matrix-org/synapse/blob/master/README.rst)
**[`^back to top^`](#unraid-templates)**
---- ----
# Mattermost # Mattermost
![Mattermost](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost.png) ![Mattermost](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost.png)
@ -548,6 +607,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/mattermost/mattermost-server **Github:** https://github.com/mattermost/mattermost-server
**[`^back to top^`](#unraid-templates)**
---- ----
# Mattermost-push-proxy # Mattermost-push-proxy
![Mattermost-push-proxy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost-push-proxy.png) ![Mattermost-push-proxy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost-push-proxy.png)
@ -566,6 +627,8 @@ For more content https://wiki.kiwix.org/wiki/Content
* ```cd /mnt/user/appdata/mattermost-push-proxy/config``` * ```cd /mnt/user/appdata/mattermost-push-proxy/config```
* ```wget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json``` * ```wget https://raw.githubusercontent.com/mattermost/mattermost-push-proxy/master/config/mattermost-push-proxy.json```
**[`^back to top^`](#unraid-templates)**
---- ----
# Mediagoblin # Mediagoblin
![Mediagoblin](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mediagoblin.png) ![Mediagoblin](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mediagoblin.png)
@ -581,6 +644,22 @@ For more content https://wiki.kiwix.org/wiki/Content
* Username: ```admin``` * Username: ```admin```
* Password: ```admin``` * Password: ```admin```
**[`^back to top^`](#unraid-templates)**
----
# Memcached
![Memcached](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/memcached.png)
**Application Name:** Memcached
**Application Site:** https://memcached.org/
**Docker Hub:** https://hub.docker.com/r/bitnami/memcached
**Github:** https://github.com/bitnami/bitnami-docker-memcached
**[`^back to top^`](#unraid-templates)**
---- ----
# Miniflux # Miniflux
![Miniflux](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/miniflux.png) ![Miniflux](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/miniflux.png)
@ -593,6 +672,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/bitnami/bitnami-docker-moodle **Github:** https://github.com/bitnami/bitnami-docker-moodle
**[`^back to top^`](#unraid-templates)**
---- ----
# Moodle # Moodle
![Moodle](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/moodle.png) ![Moodle](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/moodle.png)
@ -608,6 +689,8 @@ For more content https://wiki.kiwix.org/wiki/Content
* 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. * 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) * PostgreSQL DB Required (Not Included)
**[`^back to top^`](#unraid-templates)**
---- ----
# Mumble # Mumble
![Mumble](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mumble.png) ![Mumble](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mumble.png)
@ -623,6 +706,8 @@ For more content https://wiki.kiwix.org/wiki/Content
* Download config.ini an customize it ```wget -O /mnt/user/appdata/mumble/config.ini https://raw.githubusercontent.com/PHLAK/docker-mumble/master/files/config.ini``` * Download config.ini an customize it ```wget -O /mnt/user/appdata/mumble/config.ini https://raw.githubusercontent.com/PHLAK/docker-mumble/master/files/config.ini```
* See https://wiki.mumble.info/wiki/Murmur.ini for more options * See https://wiki.mumble.info/wiki/Murmur.ini for more options
**[`^back to top^`](#unraid-templates)**
---- ----
# Netbox # Netbox
![Netbox](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/netbox.png) ![Netbox](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/netbox.png)
@ -638,6 +723,8 @@ For more content https://wiki.kiwix.org/wiki/Content
* Create User cli to the docker then ```./manage.py createsuperuser``` * Create User cli to the docker then ```./manage.py createsuperuser```
* PostgreSQL DB Required (Not Included) * PostgreSQL DB Required (Not Included)
**[`^back to top^`](#unraid-templates)**
---- ----
# phpBB # phpBB
![phpBB](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/phpbb.png) ![phpBB](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/phpbb.png)
@ -650,6 +737,22 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/bitnami/bitnami-docker-phpbb/ **Github:** https://github.com/bitnami/bitnami-docker-phpbb/
**[`^back to top^`](#unraid-templates)**
----
# Postgresql
![Postgresql](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/postgresql.png)
**Application Name:** Postgresql
**Application Site:** https://www.postgresql.org/
**Docker Hub:** https://hub.docker.com/r/bitnami/postgresql/
**Github:** https://github.com/bitnami/bitnami-docker-postgresql
**[`^back to top^`](#unraid-templates)**
---- ----
# PsiTransfer # PsiTransfer
![psitransfer](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/psitransfer.png) ![psitransfer](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/psitransfer.png)
@ -666,6 +769,8 @@ For more content https://wiki.kiwix.org/wiki/Content
## Notes ## Notes
* Admin Page just add ```/admin``` to your URL * Admin Page just add ```/admin``` to your URL
**[`^back to top^`](#unraid-templates)**
---- ----
# Pterodactyl-panel # Pterodactyl-panel
![pterodactyl-panel](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pterodactyl-panel.png) ![pterodactyl-panel](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pterodactyl-panel.png)
@ -680,6 +785,8 @@ For more content https://wiki.kiwix.org/wiki/Content
## Creating User ## Creating User
* CLI ```cd /www/html``` then ```php artisan p:user:make``` * CLI ```cd /www/html``` then ```php artisan p:user:make```
**[`^back to top^`](#unraid-templates)**
---- ----
# Pure-FTPd # Pure-FTPd
![Pure-FTPd](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pure-ftpd.png) ![Pure-FTPd](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pure-ftpd.png)
@ -697,8 +804,9 @@ For more content https://wiki.kiwix.org/wiki/Content
* Creating User use console then ```pure-pw useradd admin -u 99 -g 100 -d /home/admin -m``` then enter password of your choosing. * 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 * https://github.com/crazy-max/docker-pure-ftpd#notes
---- **[`^back to top^`](#unraid-templates)**
----
# Pwndrop # Pwndrop
![Pwndrop](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pwndrop.png) ![Pwndrop](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pwndrop.png)
@ -710,6 +818,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** ttps://github.com/treyyoder/quakejs-docker **Github:** ttps://github.com/treyyoder/quakejs-docker
**[`^back to top^`](#unraid-templates)**
---- ----
# Quakejs # Quakejs
![Quakejs](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/quakejs.png) ![Quakejs](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/quakejs.png)
@ -724,6 +834,9 @@ For more content https://wiki.kiwix.org/wiki/Content
# Notes # Notes
* Use Custom:br0 https://youtu.be/2VnQxxn00jU?t=121 put Fixed IP address * Use Custom:br0 https://youtu.be/2VnQxxn00jU?t=121 put Fixed IP address
* Copy the ip and access it using you broswer * Copy the ip and access it using you broswer
**[`^back to top^`](#unraid-templates)**
---- ----
# Reactive-resume # Reactive-resume
![Reactive-resume](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png) ![Reactive-resume](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/reactive-resume.png)
@ -736,6 +849,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://www.github.com/AmruthPillai/Reactive-Resume **Github:** https://www.github.com/AmruthPillai/Reactive-Resume
**[`^back to top^`](#unraid-templates)**
---- ----
# Redis # Redis
![Redis](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/redis.png) ![Redis](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/redis.png)
@ -748,6 +863,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/bitnami/bitnami-docker-redis **Github:** https://github.com/bitnami/bitnami-docker-redis
**[`^back to top^`](#unraid-templates)**
---- ----
# Riot-web # Riot-web
![Riot-web](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/riot-web.png) ![Riot-web](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/riot-web.png)
@ -763,6 +880,8 @@ For more content https://wiki.kiwix.org/wiki/Content
1. ```mkdir -p /mnt/user/appdata/riot-web/config``` 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``` 2. ```wget -O /mnt/user/appdata/riot-web/config/config.json https://riot.im/develop/config.json```
**[`^back to top^`](#unraid-templates)**
---- ----
# Searx # Searx
![Searx](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/searx.png) ![Searx](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/searx.png)
@ -775,6 +894,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/asciimoo/searx **Github:** https://github.com/asciimoo/searx
**[`^back to top^`](#unraid-templates)**
---- ----
# Selfoss # Selfoss
![Selfoss](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/selfoss.png) ![Selfoss](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/selfoss.png)
@ -787,6 +908,8 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/SSilence/selfoss/ **Github:** https://github.com/SSilence/selfoss/
**[`^back to top^`](#unraid-templates)**
---- ----
# Shiori # Shiori
![Shiori](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shiori.png) ![Shiori](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shiori.png)
@ -804,6 +927,8 @@ Password: ```gopher```
## Notes ## Notes
* Create new account inside the web gui so the default one will be removed. * Create new account inside the web gui so the default one will be removed.
**[`^back to top^`](#unraid-templates)**
---- ----
# Solr # Solr
![Solr](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/solr.png) ![Solr](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/solr.png)
@ -816,6 +941,8 @@ Password: ```gopher```
**Github:** https://github.com/bitnami/bitnami-docker-solr **Github:** https://github.com/bitnami/bitnami-docker-solr
**[`^back to top^`](#unraid-templates)**
---- ----
# StackEdit # StackEdit
![Shiori](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/stackedit.png) ![Shiori](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/stackedit.png)
@ -828,6 +955,8 @@ Password: ```gopher```
**Github:** https://github.com/qdm12/stackedit-docker **Github:** https://github.com/qdm12/stackedit-docker
**[`^back to top^`](#unraid-templates)**
---- ----
# Wallabag # Wallabag
![Wallabag](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png) ![Wallabag](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png)
@ -846,6 +975,9 @@ Password: ```wallabag```
* https://github.com/wallabag/docker/issues/185 * https://github.com/wallabag/docker/issues/185
## Missing texture and images ## 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. * 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.
**[`^back to top^`](#unraid-templates)**
---- ----
# YaCy # YaCy
![YaCy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/yacy.png) ![YaCy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/yacy.png)
@ -859,4 +991,8 @@ Password: ```wallabag```
**Github:** https://www.github.com/yacy/yacy_search_server **Github:** https://www.github.com/yacy/yacy_search_server
## Default username and password ## Default username and password
Username: ```admin``` Username: ```admin```
Password: ```docker``` Password: ```docker```
**[`^back to top^`](#unraid-templates)**
----