Refactor: BookStack (#9567)

* Refactor

* Fix db names
This commit is contained in:
Slaviša Arežina
2025-12-02 11:03:56 +01:00
committed by GitHub
parent d52908bd6e
commit 183dc7ac69
3 changed files with 14 additions and 28 deletions

View File

@@ -23,7 +23,7 @@
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
"version": "13"
}
}
],
@@ -33,8 +33,12 @@
},
"notes": [
{
"text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`",
"text": "Bookstack works only with static IP. If you change the IP of your LXC, you need to edit the .env file",
"type": "warning"
},
{
"text": "To see database credentials, type `cat ~/bookstack.creds` in LXC console",
"type": "info"
}
]
}