Update wallabag.xml

This commit is contained in:
A75G 2023-07-19 11:29:49 +03:00 committed by GitHub
parent 84cbbf5011
commit df0864381c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,10 @@
<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>