diff --git a/README.md b/README.md
index 6bb758e..68bd65f 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@
- [Droppy](#droppy)
- [FileRun](#filerun)
* [Default username and password](#default-username-and-password-1)
+- [Filestash](#filestash)
- [FreePBX](#freepbx)
* [First installation](#first-installation-2)
- [Freescout](#freescout)
@@ -48,16 +49,18 @@
- [Mattermost](#mattermost)
- [Miniflux](#miniflux)
* [Notes](#notes-3)
-- [Netbox](#netbox)
+- [Mumble](#mumble)
* [Notes](#notes-4)
+- [Netbox](#netbox)
+ * [Notes](#notes-5)
- [phpBB](#phpbb)
- [PsiTransfer](#psitransfer)
- * [Notes](#notes-5)
-- [Pure-FTPd](#pure-ftpd)
* [Notes](#notes-6)
+- [Pure-FTPd](#pure-ftpd)
+ * [Notes](#notes-7)
- [Pwndrop](#pwndrop)
- [Quakejs](#quakejs)
-- [Notes](#notes-7)
+- [Notes](#notes-8)
- [Reactive-resume](#reactive-resume)
- [Riot-web](#riot-web)
* [Before running the docker](#before-running-the-docker-3)
@@ -65,12 +68,15 @@
- [Selfoss](#selfoss)
- [Shiori](#shiori)
* [Default username and password](#default-username-and-password-4)
- * [Notes](#notes-8)
+ * [Notes](#notes-9)
+- [Solr](#solr)
- [StackEdit](#stackedit)
- [Wallabag](#wallabag)
* [Default username and password](#default-username-and-password-5)
* [PHP errors](#php-errors)
* [Missing texture and images](#missing-texture-and-images)
+- [YaCy](#yacy)
+ * [Default username and password](#default-username-and-password-6)
----
# ArchiveBox
@@ -230,6 +236,18 @@
* Username: ```superuser```
* Password: ```superuser```
+----
+# Filestash
+
+
+**Application Name:** Filestash
+
+**Application Site:** https://www.filestash.app/
+
+**Docker Hub:** https://hub.docker.com/r/machines/filestash/
+
+**Github:** https://github.com/mickael-kerjean/filestash
+
----
# FreePBX

@@ -480,6 +498,21 @@ 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.
* PostgreSQL DB Required (Not Included)
+----
+# Mumble
+
+
+**Application Name:** Mumble
+
+**Application Site:** https://www.mumble.com/
+
+**Docker Hub:** https://hub.docker.com/r/phlak/mumble
+
+**Github:** https://github.com/PHLAK/docker-mumble
+## Notes
+* 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
+
----
# Netbox

@@ -635,6 +668,18 @@ Password: ```gopher```
## Notes
* Create new account inside the web gui so the default one will be removed.
+----
+# Solr
+
+
+**Application Name:** Solr
+
+**Application Site:** https://lucene.apache.org/solr/
+
+**Docker Hub:** https://hub.docker.com/r/bitnami/solr
+
+**Github:** https://github.com/bitnami/bitnami-docker-solr
+
----
# StackEdit

@@ -664,4 +709,18 @@ Password: ```wallabag```
## PHP errors
* https://github.com/wallabag/docker/issues/185
## 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.
\ No newline at end of file
+* 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.
+----
+# YaCy
+
+
+**Application Name:** YaCy
+
+**Application Site:** https://yacy.net/
+
+**Docker Hub:** https://hub.docker.com/r/yacy/yacy_search_server/
+
+**Github:** https://www.github.com/yacy/yacy_search_server
+## Default username and password
+Username: ```admin```
+Password: ```docker```
\ No newline at end of file
diff --git a/templates/filestash.xml b/templates/filestash.xml
new file mode 100644
index 0000000..bf91624
--- /dev/null
+++ b/templates/filestash.xml
@@ -0,0 +1,23 @@
+
+
+ filestash
+ machines/filestash:latest
+ https://hub.docker.com/r/machines/filestash/
+ bridge
+ sh
+ false
+ https://forums.unraid.net/topic/89502-support-a75g-repo/
+ https://www.filestash.app/
+ A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
+ Cloud: Productivity: Network:Web
+ http://[IP]:[PORT:8334]/
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/filestash.xml
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/filestash.png
+
+
+
+
+ A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
+ 8334
+ /mnt/user/appdata/filestash/
+
\ No newline at end of file
diff --git a/templates/icons/filestash.png b/templates/icons/filestash.png
new file mode 100644
index 0000000..299c4d4
Binary files /dev/null and b/templates/icons/filestash.png differ
diff --git a/templates/icons/mumble.png b/templates/icons/mumble.png
new file mode 100644
index 0000000..e71c303
Binary files /dev/null and b/templates/icons/mumble.png differ
diff --git a/templates/icons/solr.png b/templates/icons/solr.png
new file mode 100644
index 0000000..ee0e7f1
Binary files /dev/null and b/templates/icons/solr.png differ
diff --git a/templates/icons/yacy.png b/templates/icons/yacy.png
new file mode 100644
index 0000000..6fb9025
Binary files /dev/null and b/templates/icons/yacy.png differ
diff --git a/templates/mumble.xml b/templates/mumble.xml
new file mode 100644
index 0000000..ca38f1f
--- /dev/null
+++ b/templates/mumble.xml
@@ -0,0 +1,58 @@
+
+
+ mumble
+ phlak/mumble:latest
+ https://hub.docker.com/r/phlak/mumble/
+ bridge
+
+ sh
+ false
+ https://forums.unraid.net/topic/89502-support-a75g-repo/
+ https://www.mumble.com/
+ Mumble is an open source voice communication application[br]Download config.ini[/br]wget -O /mnt/user/appdata/mumble/config.ini https://raw.githubusercontent.com/PHLAK/docker-mumble/master/files/config.ini
+ Productivity: Network:Voip Network:Messenger
+
+
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mumble.png
+
+
+
+ 1588610732
+
+
+ Mumble is an open source voice communication application[br]Download config.ini[/br]wget -O /mnt/user/appdata/mumble/config.ini https://raw.githubusercontent.com/PHLAK/docker-mumble/master/files/config.ini
+
+ bridge
+
+
+ 64738
+ 64738
+ tcp
+
+
+ 64738
+ 64738
+ udp
+
+
+
+
+
+ /mnt/user/appdata/mumble/
+ /etc/mumble
+ rw
+
+
+
+
+ Password
+ SUPERUSER_PASSWORD
+
+
+
+
+ 64738
+ 64738
+ /mnt/user/appdata/mumble/
+ Password
+
\ No newline at end of file
diff --git a/templates/solr.xml b/templates/solr.xml
new file mode 100644
index 0000000..7ba9519
--- /dev/null
+++ b/templates/solr.xml
@@ -0,0 +1,25 @@
+
+
+ solr
+ bitnami/solr:latest
+ https://hub.docker.com/r/bitnami/solr/
+ bridge
+ sh
+ false
+ https://forums.unraid.net/topic/89502-support-a75g-repo/
+ https://lucene.apache.org/solr/
+ Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.
+ Tools:
+ http://[IP]:[PORT:8983]
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/solr.xml
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/solr.png
+
+
+
+
+ Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.
+ 8983
+ /mnt/user/appdata/solr/
+ 8983
+ my_core
+
\ No newline at end of file
diff --git a/templates/yacy.xml b/templates/yacy.xml
new file mode 100644
index 0000000..e74b3ad
--- /dev/null
+++ b/templates/yacy.xml
@@ -0,0 +1,24 @@
+
+
+ yacy
+ yacy/yacy_search_server:latest
+ https://hub.docker.com/r/yacy/yacy_search_server/
+ bridge
+ sh
+ false
+ https://forums.unraid.net/topic/89502-support-a75g-repo/
+ https://yacy.net/
+ YaCy decentralized search engine (https://yacy.net)[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]docker[/B][/u][/b]
+ Tools: Network:Web
+ http://[IP]:[PORT:8090]/
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/yacy.xml
+ https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/yacy.png
+ --log-opt max-size=200m --log-opt max-file=2
+
+
+
+ YaCy decentralized search engine (https://yacy.net)[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]docker[/B][/u][/b]
+ 8090
+ 8443
+ /mnt/user/appdata/yacy/
+
\ No newline at end of file