Update grimoire.xml
This commit is contained in:
parent
55bbb67825
commit
0e60c3b863
1 changed files with 8 additions and 3 deletions
|
@ -11,13 +11,18 @@
|
||||||
<Overview>Unleash your inner sorcerer and conquer the chaos of bookmarks!
|
<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
|
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
|
Please Run the below in Unraid CLI after installing pocketbase and before installing this
|
||||||

|

|
||||||
git clone https://github.com/goniszewski/grimoire.git
|
git clone https://github.com/goniszewski/grimoire.git
|
||||||
mv grimoire/pb_migrations/* /mnt/user/appdata/pocketbase/pb_migrations/
|
mv grimoire/pb_migrations/* /mnt/user/appdata/pocketbase/pb_migrations/
|
||||||
rm -rf grimoire
|
rm -rf grimoire
|
||||||

|
docker stop pocketbase 
|
||||||
Restart pocketbase docker</Overview>
|
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>
|
<Category>Productivity:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:5173]</WebUI>
|
<WebUI>http://[IP]:[PORT:5173]</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/grimoire.xml</TemplateURL>
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/grimoire.xml</TemplateURL>
|
||||||
|
|
Loading…
Reference in a new issue