add template + update readme
This commit is contained in:
parent
2d2f24fb5b
commit
703e3083de
3 changed files with 39 additions and 0 deletions
16
README.md
16
README.md
|
@ -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
|
||||

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

|
||||
|
|
BIN
templates/icons/synapse-admin.png
Normal file
BIN
templates/icons/synapse-admin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 628 B |
23
templates/synapse-admin.xml
Normal file
23
templates/synapse-admin.xml
Normal 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. 
|
||||

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

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