Update leantime.xml
fix Descriptions + update to 2.1.2
This commit is contained in:
parent
9d6c135651
commit
a616a22577
1 changed files with 4 additions and 8 deletions
|
@ -1,25 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Container version="2">
|
<Container version="2">
|
||||||
<Name>leantime</Name>
|
<Name>leantime</Name>
|
||||||
<Repository>leantime/leantime:2.1.1</Repository>
|
<Repository>leantime/leantime:2.1.2</Repository>
|
||||||
<Registry>https://hub.docker.com/r/leantime/leantime/</Registry>
|
<Registry>https://hub.docker.com/r/leantime/leantime/</Registry>
|
||||||
<Network>bridge</Network>
|
<Network>bridge</Network>
|
||||||
<Shell>sh</Shell>
|
<Shell>sh</Shell>
|
||||||
<Privileged>false</Privileged>
|
<Privileged>false</Privileged>
|
||||||
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
<Project>https://leantime.io/</Project>
|
<Project>https://leantime.io/</Project>
|
||||||
<Overview>Leantime is an open source project management system for small teams and startups. [br]First run go to http://leantime:port/install</Overview>
|
<Overview>Leantime is an open source project management system for small teams and startups.</Overview>
|
||||||
<Category>Productivity:</Category>
|
<Category>Productivity:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/leantime.xml</TemplateURL>
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/leantime.xml</TemplateURL>
|
||||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/leantime.png</Icon>
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/leantime.png</Icon>
|
||||||
<ExtraParams/>
|
<Description>Leantime is an open source project management system for small teams and startups.</Description>
|
||||||
<PostArgs/>
|
|
||||||
<DonateText/>
|
|
||||||
<DonateLink/>
|
|
||||||
<Description>Leantime is an open source project management system for small teams and startups. [br]First run go to http://leantime:port/install</Description>
|
|
||||||
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
|
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
|
||||||
<Config Name="LEAN_DB_HOST" Target="LEAN_DB_HOST" Default="Hostname or IP" Mode="" Description="Database Hostname or IP:Port" Type="Variable" Display="always" Required="true" Mask="false">Hostname or IP:Port</Config>
|
<Config Name="LEAN_DB_HOST" Target="LEAN_DB_HOST" Default="Hostname or IP" Mode="" Description="Database Hostname or IP (Add :port if you are not using 3306 default mysql mariadb port)" Type="Variable" Display="always" Required="true" Mask="false">Hostname or IP</Config>
|
||||||
<Config Name="LEAN_DB_USER" Target="LEAN_DB_USER" Default="root" Mode="" Description="LEAN_DB_USER" Type="Variable" Display="always" Required="true" Mask="false">root</Config>
|
<Config Name="LEAN_DB_USER" Target="LEAN_DB_USER" Default="root" Mode="" Description="LEAN_DB_USER" Type="Variable" Display="always" Required="true" Mask="false">root</Config>
|
||||||
<Config Name="LEAN_DB_PASSWORD" Target="LEAN_DB_PASSWORD" Default="password" Mode="" Description="LEAN_DB_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
|
<Config Name="LEAN_DB_PASSWORD" Target="LEAN_DB_PASSWORD" Default="password" Mode="" Description="LEAN_DB_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
|
||||||
<Config Name="LEAN_DB_DATABASE" Target="LEAN_DB_DATABASE" Default="leantime" Mode="" Description="LEAN_DB_DATABASE" Type="Variable" Display="always" Required="true" Mask="false">leantime</Config>
|
<Config Name="LEAN_DB_DATABASE" Target="LEAN_DB_DATABASE" Default="leantime" Mode="" Description="LEAN_DB_DATABASE" Type="Variable" Display="always" Required="true" Mask="false">leantime</Config>
|
||||||
|
|
Loading…
Reference in a new issue