diff --git a/README.md b/README.md index 1d8e837..5bb600e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [Mailpile](#mailpile) - [Matrix](#matrix) * [Guides](#guides) +- [Mattermost](#mattermost) - [Miniflux](#miniflux) * [Notes](#notes-3) - [Netbox](#netbox) @@ -394,6 +395,18 @@ 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) * More info about matrix configuration [here](https://github.com/matrix-org/synapse/blob/master/README.rst) +---- +# Mattermost +![Mattermost](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost.png) + +**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](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/miniflux.png) diff --git a/templates/icons/mattermost.png b/templates/icons/mattermost.png new file mode 100644 index 0000000..1e77751 Binary files /dev/null and b/templates/icons/mattermost.png differ diff --git a/templates/icons/phpbb.png b/templates/icons/phpbb.png index ffd7817..40de57e 100644 Binary files a/templates/icons/phpbb.png and b/templates/icons/phpbb.png differ diff --git a/templates/mattermost.xml b/templates/mattermost.xml new file mode 100644 index 0000000..cb30ee4 --- /dev/null +++ b/templates/mattermost.xml @@ -0,0 +1,36 @@ + + + mattermost + mattermost/mattermost-team-edition:master + https://hub.docker.com/r/mattermost/mattermost-team-edition/ + bridge + sh + false + https://forums.unraid.net/topic/89502-support-a75g-repo/ + https://mattermost.com/ + Mattermost a flexible, open source messaging platform that enables secure team collaboration. +The official Docker image for Mattermost Team Edition. + Productivity: Network:Voip Network:Messenger + http://[IP]:[PORT:8065]/ + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mattermost.xml + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mattermost.png + + + + + Mattermost a flexible, open source messaging platform that enables secure team collaboration. +The official Docker image for Mattermost Team Edition. + 8065 + 8067 + 8074 + 8075 + 8074 + /mnt/user/appdata/mattermost/data/ + /mnt/user/appdata/mattermost/logs/ + /mnt/user/appdata/mattermost/config/ + /mnt/user/appdata/mattermost/plugins/ + /mnt/user/appdata/mattermost/client/plugins/ + MM_USERNAME:MM_PASSWORD@tcp(DB_HOST:DB_PORT_NUMBER)/MM_DBNAME?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s + IP OR HOSTNAME + mysql + \ No newline at end of file