Update vikunja-api.xml

Only way I could get it running. These changes should help others. Found lots of help from users in this thread https://forums.unraid.net/topic/89502-support-a75g-repo/page/20/#replyForm and the Vikunja forums https://community.vikunja.io/t/issues-with-unraid-and-npm/614
This commit is contained in:
Jordan Munch O'Hare 2022-08-13 12:42:06 +02:00 committed by GitHub
parent e5662a1146
commit f024c2b366
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,13 @@
<Category>Productivity:</Category>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/vikunja-api.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/vikunja.png</Icon>
<Description>The to-do app to organize your life.</Description>
<Description>The to-do app to organize your life.<br/>NOTE: Requires a config file to run: see https://vikunja.io/docs/config-options/ or use the example defaul config https://kolaente.dev/vikunja/api/src/branch/main/config.yml.sample (remove the '.sample' and fill in needed data)</Description>
<Config Name="AppData" Target="/app/vikunja/files" Default="" Mode="rw" Description="AppData" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/vikunja</Config>
<Config Name="Config Folder" Target="/etc/vikunja" Default="" Mode="rw" Description="Folder where you place your 'config.yml' file" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/vikunja/config</Config>
<Config Name="Port 1" Target="3456" Default="" Mode="tcp" Description="Port 1" Type="Port" Display="always" Required="false" Mask="false">3456</Config>
<Config Name="Database Host" Target="VIKUNJA_DATABASE_HOST" Default="" Mode="" Description="Database Host" Type="Variable" Display="always" Required="false" Mask="false">192.168.1.100</Config>
<Config Name="Database Host" Target="VIKUNJA_DATABASE_HOST" Default="" Mode="" Description="Database Host" Type="Variable" Display="always" Required="false" Mask="false">db</Config>
<Config Name="Database Password" Target="VIKUNJA_DATABASE_PASSWORD" Default="" Mode="" Description="Database Password" Type="Variable" Display="always" Required="false" Mask="false">password</Config>
<Config Name="Database Type" Target="VIKUNJA_DATABASE_TYPE" Default="" Mode="" Description="Database Type" Type="Variable" Display="always" Required="false" Mask="false">mysql</Config>
<Config Name="Database Type" Target="VIKUNJA_DATABASE_TYPE" Default="" Mode="" Description="Database Type" Type="Variable" Display="always" Required="false" Mask="false">sqlite</Config>
<Config Name="Database User" Target="VIKUNJA_DATABASE_USER" Default="" Mode="" Description="Database User" Type="Variable" Display="always" Required="false" Mask="false">root</Config>
<Config Name="Database Name" Target="VIKUNJA_DATABASE_DATABASE" Default="" Mode="" Description="Database Name" Type="Variable" Display="always" Required="false" Mask="false">vikunja</Config>
</Container>
</Container>