added dispatch + update README.md

This commit is contained in:
A75G 2020-05-01 01:43:38 +03:00
parent f6f51701ad
commit a2ea4b5553
3 changed files with 50 additions and 0 deletions

View file

@ -11,6 +11,7 @@
* [Environment Variables](#environment-variables) * [Environment Variables](#environment-variables)
- [ddns-route53](#ddns-route53) - [ddns-route53](#ddns-route53)
* [Before running the docker](#before-running-the-docker) * [Before running the docker](#before-running-the-docker)
- [Dispatch](#dispatch)
- [Docpht](#docpht) - [Docpht](#docpht)
- [Droppy](#droppy) - [Droppy](#droppy)
- [FileRun](#filerun) - [FileRun](#filerun)
@ -38,6 +39,7 @@
- [Kiwix-serve](#kiwix-serve) - [Kiwix-serve](#kiwix-serve)
* [Notes](#notes-2) * [Notes](#notes-2)
* [Content](#content) * [Content](#content)
- [Leantime](#leantime)
- [Mailpile](#mailpile) - [Mailpile](#mailpile)
- [Matrix](#matrix) - [Matrix](#matrix)
* [Guides](#guides) * [Guides](#guides)
@ -171,6 +173,18 @@
## 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
----
# Dispatch
![Dispatch](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dispatch.png)
**Application Name:** Dispatch
**Application Site:** https://github.com/khlieng/dispatch
**Docker Hub:** https://hub.docker.com/r/khlieng/dispatch/
**Github:** https://github.com/khlieng/dispatch
---- ----
# 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)
@ -382,6 +396,18 @@ Password: ```flarum```
## Content ## Content
For more content https://wiki.kiwix.org/wiki/Content For more content https://wiki.kiwix.org/wiki/Content
----
# Leantime
![Leantime](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/leantime.png)
**Application Name:** Leantime
**Application Site:** https://leantime.io/
**Docker Hub:** https://hub.docker.com/r/leantime/leantime/
**Github:** https://github.com/Leantime/docker-leantime
---- ----
# 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)

24
templates/dispatch.xml Normal file
View file

@ -0,0 +1,24 @@
<?xml version="1.0"?>
<Container version="2">
<Name>dispatch</Name>
<Repository>khlieng/dispatch</Repository>
<Registry>https://hub.docker.com/r/khlieng/dispatch/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/khlieng/dispatch</Project>
<Overview>Web-based IRC client in Go. </Overview>
<Category>Network:Messenger</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/dispatch.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/dispatch.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Web-based IRC client in Go. </Description>
<Config Name="HTTP" Target="80" Default="8000" Mode="tcp" Description="HTTP" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="HTTPs" Target="443" Default="8443" Mode="tcp" Description="HTTPs (Not Required if you use reverse proxy)" Type="Port" Display="always" Required="false" Mask="false">4596</Config>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/dispatch/" Mode="rw" Description="Data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/dispatch/</Config>
</Container>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB