-
Notifications
You must be signed in to change notification settings - Fork 0
/
planka.xml
22 lines (22 loc) · 2.47 KB
/
planka.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<Container version="2">
<Name>planka</Name>
<Repository>meltyshev/planka</Repository>
<Registry>https://hub.docker.com/r/meltyshev/planka/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/102829-support-c4artz-templates</Support>
<Project>https://github.com/plankanban/planka#deploy</Project>
<Overview>A Trello-like kanban board built with React and Redux.

[b]Requires a Postgres database![b]



Default user is '[email protected]' with password 'demo'.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:1337]</WebUI>
<Icon>https://raw.githubusercontent.com/C4ArtZ/Unraid-Templates/master/templates/icons/planka.png</Icon>
<Description>A Trello-like kanban board built with React and Redux.

[b]Requires a Postgres database![b]



Default user is '[email protected]' with password 'demo'.</Description>
<Config Name="WebUI port" Target="1337" Default="3000" Mode="tcp" Description="Container Port: 1337" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="User avatars" Target="/app/public/user-avatars" Default="/mnt/user/appdata/planka/user-avatars" Mode="rw" Description="Container Path: /app/public/user-avatars" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Projekt background images" Target="/app/public/project-background-images" Default="/mnt/user/appdata/planka/projekt-background-images" Mode="rw" Description="Container Path: /app/public/project-background-images" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Attachments" Target="/app/public/attachments" Default="/mnt/user/appdata/planka/attachments" Mode="rw" Description="Container Path: /app/public/attachments" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/planka/attachments</Config>
<Config Name="Base url" Target="BASE_URL" Default="http://localhost:3000" Mode="" Description="Domain of you instance" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Database url" Target="DATABASE_URL" Default="" Mode="" Description="Connection string postgresql://user:password@host/database" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="Secret key" Target="SECRET_KEY" Default="notsecretkey" Mode="" Description="Container Variable: SECRET_KEY" Type="Variable" Display="always" Required="true" Mask="true"/>
</Container>