Update README.md
This commit is contained in:
parent
2bdb709463
commit
ca8226839c
1 changed files with 141 additions and 5 deletions
146
README.md
146
README.md
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -133,6 +138,8 @@
|
||||||
## Notes
|
## Notes
|
||||||
* PostgreSQL DB Required (Not Included)
|
* PostgreSQL DB Required (Not Included)
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# CryptPad
|
# CryptPad
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -235,6 +250,8 @@
|
||||||
|
|
||||||
**Github:** https://github.com/khlieng/dispatch
|
**Github:** https://github.com/khlieng/dispatch
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# Docpht
|
# Docpht
|
||||||

|

|
||||||
|
@ -249,6 +266,8 @@
|
||||||
|
|
||||||
**Github:** https://github.com/docpht/docpht
|
**Github:** https://github.com/docpht/docpht
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# Droppy
|
# Droppy
|
||||||

|

|
||||||
|
@ -261,6 +280,8 @@
|
||||||
|
|
||||||
**Github:** https://github.com/silverwind/droppy
|
**Github:** https://github.com/silverwind/droppy
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# FileRun
|
# FileRun
|
||||||

|

|
||||||
|
@ -276,6 +297,8 @@
|
||||||
* Username: ```superuser```
|
* Username: ```superuser```
|
||||||
* Password: ```superuser```
|
* Password: ```superuser```
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# Filestash
|
# Filestash
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -395,6 +432,8 @@ Password: ```flarum```
|
||||||
* Username: ```admin```
|
* Username: ```admin```
|
||||||
* Password: ```admin```
|
* Password: ```admin```
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# Healthchecks
|
# Healthchecks
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -443,6 +486,8 @@ Password: ```flarum```
|
||||||
* How it all work
|
* How it all work
|
||||||

|

|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# Keycloak
|
# Keycloak
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||
|

|
||||||
|
|
||||||
|
**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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||
|

|
||||||
|
|
||||||
|
**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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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
|
||||||

|

|
||||||
|
@ -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)**
|
||||||
|
|
||||||
|
----
|
Loading…
Reference in a new issue