add template + update readme

This commit is contained in:
A75G 2020-06-04 22:40:36 +03:00
parent 2d2f24fb5b
commit 703e3083de
3 changed files with 39 additions and 0 deletions

View file

@ -90,6 +90,7 @@
* [Notes](#notes-12)
- [Solr](#solr)
- [StackEdit](#stackedit)
- [Synapse-admin](#synapse-admin)
- [Wallabag](#wallabag)
* [Default username and password](#default-username-and-password-6)
* [PHP errors](#php-errors)
@ -1007,6 +1008,21 @@ Password: ```gopher```
**[`^back to top^`](#unraid-templates)**
----
# Synapse-admin
![Synapse-admin](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/synapse-admin.png)
*Icons made by <a href="https://www.flaticon.com/free-icon/matrix_1774127" title="Vitaly Gorbachev">Vitaly Gorbachev</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>*
**Application Name:** Synapse-admin
**Application Site:** https://github.com/Awesome-Technologies/synapse-admin
**Docker Hub:** https://hub.docker.com/r/awesometechnologies/synapse-admin/
**Github:** https://github.com/Awesome-Technologies/synapse-admin
**[`^back to top^`](#unraid-templates)**
----
# Wallabag
![Wallabag](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

View file

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<Container version="2">
<Name>synapse-admin</Name>
<Repository>awesometechnologies/synapse-admin:latest</Repository>
<Registry>https://hub.docker.com/r/awesometechnologies/synapse-admin/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/Awesome-Technologies/synapse-admin</Project>
<Overview>Admin UI for Matrix Synapse homeserver. &#xD;
&#xD;
User must be admin user - how to make admin user "register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008" </Overview>
<Category>Tools: Network:Messenger</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/synapse-admin.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/synapse-admin.png</Icon>
<Description>Admin UI for Matrix Synapse homeserver. &#xD;
&#xD;
User must be admin user - how to make admin user "register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008" </Description>
<Config Name="Port" Target="80" Default="8010" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8010</Config>
</Container>