docker-templates-unraid/templates/wallabag.xml
2023-07-19 11:29:49 +03:00

32 lines
2.9 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>wallabag</Name>
<Repository>wallabag/wallabag:latest</Repository>
<Registry>https://hub.docker.com/r/wallabag/wallabag/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://www.wallabag.org</Project>
<Overview>Wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]wallabag[/B][/u][br]Password: [B][u]wallabag[/B][/u][/b]</Overview>
<Category>Productivity: Status:Stable</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/wallabag.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Wallabag is a self hostable application for saving web pages. Unlike other services, wallabag is free (as in freedom) and open source. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]wallabag[/B][/u][br]Password: [B][u]wallabag[/B][/u][/b]</Description>
<Labels/>
<Requires> &amp;lt;code&amp;gt;mkdir /mnt/user/appdata/wallabag/db &amp;lt;/code&amp;gt;&#xD;
chown nobody:users /mnt/user/appdata/wallabag/db --recursive &amp;lt;/code&amp;gt;&#xD;
&#xD;
https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&amp;amp;comment=1272492</Requires>
<Config Name="Port" Target="80" Default="6500" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">6500</Config>
<Config Name="Appdata" Target="/var/www/wallabag/data" Default="/mnt/user/appdata/wallabag/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/wallabag/</Config>
<Config Name="Images" Target="/var/www/wallabag/web/assets/images" Default="/mnt/user/appdata/wallabag/images/" Mode="rw" Description="Images" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/wallabag/images/</Config>
<Config Name="Domain" Target="SYMFONY__ENV__DOMAIN_NAME" Default="" Mode="" Description="Domain" Type="Variable" Display="always" Required="true" Mask="false">http://&lt;IP&gt;:6500</Config>
<Config Name="Secret" Target="SYMFONY__ENV__SECRET" Default="LongRandomSecretHere" Mode="" Description="Randomly generated secret here" Type="Variable" Display="always" Required="false" Mask="false">LongRandomSecretHere</Config>
<Config Name="Public User Registration" Target="SYMFONY__ENV__FOSUSER_REGISTRATION" Default="false" Mode="" Description="Public User Registration" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
</Container>