element
This commit is contained in:
parent
e8070e069c
commit
657d94c40c
3 changed files with 34 additions and 0 deletions
15
README.md
15
README.md
|
@ -23,6 +23,7 @@
|
||||||
- [Droppy](#droppy)
|
- [Droppy](#droppy)
|
||||||
- [FileRun](#filerun)
|
- [FileRun](#filerun)
|
||||||
* [Default username and password](#default-username-and-password-1)
|
* [Default username and password](#default-username-and-password-1)
|
||||||
|
- [Element-web](#element-web)
|
||||||
- [Filestash](#filestash)
|
- [Filestash](#filestash)
|
||||||
- [FreePBX](#freepbx)
|
- [FreePBX](#freepbx)
|
||||||
* [First installation](#first-installation-2)
|
* [First installation](#first-installation-2)
|
||||||
|
@ -394,6 +395,20 @@ FileRun is a self-hosted Google Drive/Photos/Music alternative. It is a full fea
|
||||||
|
|
||||||
**[`^back to top^`](#unraid-templates)**
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
|
----
|
||||||
|
# Filestash
|
||||||
|

|
||||||
|
|
||||||
|
**Application Name:** Element-web
|
||||||
|
|
||||||
|
**Application Site:** https://element.io/
|
||||||
|
|
||||||
|
**Docker Hub:** https://hub.docker.com/r/vectorim/element-web/
|
||||||
|
|
||||||
|
**Github:** https://www.github.com/vector-im/element-web
|
||||||
|
|
||||||
|
**[`^back to top^`](#unraid-templates)**
|
||||||
|
|
||||||
----
|
----
|
||||||
# Filestash
|
# Filestash
|
||||||

|

|
||||||
|
|
19
templates/element-web.xml
Normal file
19
templates/element-web.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>element-web</Name>
|
||||||
|
<Repository>vectorim/element-web:latest</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/vectorim/element-web/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project> https://element.io/</Project>
|
||||||
|
<Overview>Open, secure and interoperable communication for work and home. Used to call Riot-web. before the running the docker run [br]mkdir -p /mnt/user/appdata/element-web/config [/br]wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json </Overview>
|
||||||
|
<Category>Cloud: Productivity: Network:Messenger Status:Stable</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
||||||
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/element-web.xml</TemplateURL>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/element-web.png</Icon>
|
||||||
|
<Description>Open, secure and interoperable communication for work and home. Used to call Riot-web. before the running the docker run [br]mkdir -p /mnt/user/appdata/element-web/config [/br]wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json </Description>
|
||||||
|
<Config Name="Port" Target="80" Default="" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8075</Config>
|
||||||
|
<Config Name="Appdata" Target="/app/config.json" Default="" Mode="rw" Description="Container Path: /app/config.json" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/element-web/config/config.json</Config>
|
||||||
|
</Container>
|
BIN
templates/icons/element-web.png
Normal file
BIN
templates/icons/element-web.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in a new issue