This commit is contained in:
A75G 2024-03-30 01:42:47 +03:00
parent 2b712e34ae
commit 7919a4b2e6
4 changed files with 56 additions and 0 deletions

36
templates/grimoire.xml Normal file
View file

@ -0,0 +1,36 @@
<?xml version="1.0"?>
<Container version="2">
<Name>grimoire</Name>
<Repository>goniszewski/grimoire:latest</Repository>
<Registry>https://hub.docker.com/r/goniszewski/grimoire/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://grimoire.pro</Project>
<Overview>Unleash your inner sorcerer and conquer the chaos of bookmarks!&#xD;
Access admin Login by Adding /admin Path in URL https://grimoire.pro/docs/getting-started/admin-panel&#xD;
&#xD;
Please Run the below in Unraid CLI after installing pocketbase&#xD;
&#xD;
git clone https://github.com/goniszewski/grimoire.git&#xD;
mv grimoire/pb_migrations/* /mnt/user/appdata/pocketbase/pb_migrations/&#xD;
rm -rf grimoire&#xD;
&#xD;
Restart pocketbase docker</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:5173]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/grimoire.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/grimoire.png</Icon>
<Requires>Read Overview&#xD;
pocketbase&#xD;
</Requires>
<Config Name="Port" Target="5173" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">5173</Config>
<Config Name="Pocketbase URL" Target="PUBLIC_POCKETBASE_URL" Default="" Mode="" Description="Change IP to your unraid IP" Type="Variable" Display="always" Required="false" Mask="false">http://UNRAID_IP:5170</Config>
<Config Name="Admin Email" Target="ROOT_ADMIN_EMAIL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">admin@grimoire.localhost</Config>
<Config Name="Admin Password" Target="ROOT_ADMIN_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">changeme</Config>
<Config Name="Origin" Target=" ORIGIN" Default="" Mode="" Description="Change IP to your unraid IP" Type="Variable" Display="always" Required="false" Mask="false">http://UNRAID_IP:5173</Config>
<Config Name="HTTPS_ONLY" Target="PUBLIC_HTTPS_ONLY" Default="false|true" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="PUBLIC_SIGNUP_DISABLED" Target="PUBLIC_SIGNUP_DISABLED" Default="false|true" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
<Config Name="PORT" Target="PORT" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">5173</Config>
</Container>

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

20
templates/pocketbase.xml Normal file
View file

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<Container version="2">
<Name>pocketbase</Name>
<Repository>spectado/pocketbase:0.19.2</Repository>
<Registry>https://hub.docker.com/r/spectado/pocketbase/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://pocketbase.io/</Project>
<Overview>PocketBase - Open Source backend for your next SaaS and Mobile app in 1 file</Overview>
<Category>Other:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pocketbase.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pocketbase.png</Icon>
<Config Name="Host Port 1" Target="80" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">5170</Config>
<Config Name="Host Path 1" Target="/pb_data" Default="" Mode="rw" Description="application config and data and should be mapped to your local file system to persist them" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pocketbase/pb_data/</Config>
<Config Name="Host Path 2" Target="/pb_migrations/" Default="" Mode="rw" Description="directory allows you to version your DB structure" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pocketbase/pb_migrations/</Config>
<Config Name="Host Path 3" Target="/pb_public" Default="" Mode="rw" Description="optional, and is only used for serving static files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pocketbase/pb_public/</Config>
</Container>