mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
3efac359a4
commit
2ec4babdbc
37
unraid/planka.xml
Normal file
37
unraid/planka.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<!-- GENERATED FROM https://github.com/linuxserver/docker-planka/blob/main/readme-vars.yml -->
|
||||
<Container version="2">
|
||||
<Name>planka</Name>
|
||||
<Repository>lscr.io/linuxserver/planka</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/planka</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-planka/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<GitHub>https://github.com/linuxserver/docker-planka#application-setup</GitHub>
|
||||
<ReadMe>https://github.com/linuxserver/docker-planka#readme</ReadMe>
|
||||
<Project>https://github.com/plankanban/planka/</Project>
|
||||
<Overview>Planka(https://github.com/plankanban/planka/) is an elegant open source project tracking tool.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:1337]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/planka.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
|
||||
<Date>2024-09-12</Date>
|
||||
<Changes>
|
||||
### 2024-09-12
|
||||
- Initial Release.
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="1337" Default="1337" Mode="tcp" Description="Planka web UI." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Local path for planka config files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="BASE_URL" Target="BASE_URL" Default="https://planka.example.com" Description="The URL you will use to access planka including protocol, and port if not 80/443." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="DATABASE_URL" Target="DATABASE_URL" Default="postgresql://user:password@planka-db/planka" Description="Postgres database URL. Special characters must be url encoded(https://en.wikipedia.org/wiki/Percent-encoding)." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SECRET_KEY" Target="SECRET_KEY" Default="notasecretkey" Description="Session encryption key, recommended 32-64 character alphanumeric." Type="Variable" Display="always" Required="true" Mask="true"/>
|
||||
<Config Name="TRUST_PROXY" Target="TRUST_PROXY" Default="0" Description="Set to `1` to trust upstream proxies if reverse proxying." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user