Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-08-28 08:52:50 +02:00
parent f37df43990
commit 487d3685e1

View File

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-hedgedoc/blob/main/readme-vars.yml -->
<Container version="2">
<Name>hedgedoc</Name>
<Repository>ghcr.io/linuxserver/hedgedoc</Repository>
@ -11,20 +12,33 @@
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-hedgedoc/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-hedgedoc#application-setup</GitHub>
<Project>https://hedgedoc.org/</Project>
<Overview>[HedgeDoc](https://hedgedoc.org/) gives you access to all your files wherever you are.
<Overview>HedgeDoc(https://hedgedoc.org/) gives you access to all your files wherever you are.
HedgeDoc is a real-time, multi-platform collaborative markdown note editor. This means that you can write notes with other people on your desktop, tablet or even on the phone. You can sign-in via multiple auth providers like Facebook, Twitter, GitHub and many more on the homepage.</Overview>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/hedgedoc.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hedgedoc-logo.png</Icon>
<Date>2021-05-05</Date>
<Changes>
### 2021-05-05
- Remove symlinking some folders from config to /opt/hedgedoc/public.
### 2021-05-03
- Remove deprecated sequalizerc step.
### 2020-12-22
- Initial release
</Changes>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="If you wish to access this container from http://{IP}:${PORT}` this *must* be left unchanged." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="HedgeDoc config and configurable files" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="DB_HOST" Target="DB_HOST" Default="hostname or ip" Description="Host address of mysql database" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_PORT" Target="DB_PORT" Default="3306" Description="Port to access mysql database default is 3306" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_USER" Target="DB_USER" Default="hedgedoc" Description="Database user" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_PASS" Target="DB_PASS" Default="secret password" Description="Database password" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_NAME" Target="DB_NAME" Default="hedgedoc" Description="Database name" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DB_HOST" Target="DB_HOST" Default="hostname or ip" Description="Host address of mysql database" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DB_PORT" Target="DB_PORT" Default="3306" Description="Port to access mysql database default is 3306" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DB_USER" Target="DB_USER" Default="hedgedoc" Description="Database user" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DB_PASS" Target="DB_PASS" Default="secret password" Description="Database password" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DB_NAME" Target="DB_NAME" Default="hedgedoc" Description="Database name" Type="Variable" Display="always" Required="true" Mask="true"/>
<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"/>