Update hoarder/hoarder.xml

This commit is contained in:
HHF Technology 2024-12-09 23:41:58 +05:30
parent ffb72c0c6f
commit 8a977fa3e7

View file

@ -3,8 +3,9 @@
<Name>Hoarder</Name>
<Description>Hoarder is a web application for archiving and searching content</Description>
<Overview>Hoarder allows you to archive and search web content with built-in indexing capabilities</Overview>
<Registry>ghcr.io</Registry>
<Repository>ghcr.io/hoarder-app/hoarder</Repository>
<Registry>docker.io</Registry>
<Repository>microyahoo/hoarder</Repository>
<Tag>test</Tag>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
@ -43,6 +44,4 @@
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:3032]/</WebUI>
<Icon>https://raw.githubusercontent.com/hoarder-app/hoarder/main/web/public/favicon.png</Icon>
<Config Name="Version" Target="HOARDER_VERSION" Default="release" Mode="" Description="Version of Hoarder to use" Type="Variable" Display="advanced" Required="true" Mask="false"/>
</Container>