Merge pull request #292 from GilbN/adds-focalboard

focalboard template
This commit is contained in:
Roxedus
2021-10-23 13:55:52 +02:00
committed by GitHub

14
templates/focalboard.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<Container version="2">
<Name>focalboard</Name>
<Repository>mattermost/focalboard</Repository>
<Registry>https://hub.docker.com/r/mattermost/focalboard</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
<Project>https://github.com/mattermost/focalboard</Project>
<Overview>Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.</Overview>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<Config Name="WebUI" Target="8000" Default="8000" Mode="tcp" Description="Container Port: 8000" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="true" Mask="false"/>
</Container>