41 lines
No EOL
3 KiB
XML
41 lines
No EOL
3 KiB
XML
<?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!
|
|
Access admin Login by Adding /admin Path in URL https://grimoire.pro/docs/getting-started/admin-panel
|
|

|
|
Please Run the below in Unraid CLI after installing pocketbase and before installing this
|
|

|
|
git clone https://github.com/goniszewski/grimoire.git
|
|
mv grimoire/pb_migrations/* /mnt/user/appdata/pocketbase/pb_migrations/
|
|
rm -rf grimoire
|
|
docker stop pocketbase 
|
|
rm -rf /mnt/user/appdata/pocketbase/pb_data/*
|
|
nano /mnt/user/appdata/pocketbase/pb_migrations/1700577970_created_admin.js 
|
|
and change both admin@grimoire.localhost to you username for admin
|
|
and change cahngeme for password you would like 
|
|
CTRL+X then Y then Enter
|
|
docker start pocketbase </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
|
|
pocketbase
|
|
</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="PUBLIC_ORIGIN" Target=" PUBLIC_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> |