mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
🎉 Release of add-on Bookstack 0.8.0
This commit is contained in:
parent
f5b4cde3b6
commit
5885a8d48a
5 changed files with 53 additions and 31 deletions
|
@ -25,6 +25,9 @@ log_level: info
|
|||
ssl: false
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
envvars:
|
||||
- name: SESSION_COOKIE_NAME
|
||||
value: bookstack_session
|
||||
```
|
||||
|
||||
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||
|
@ -91,6 +94,27 @@ Only applies if a remote MYSQL database is used, the password of the above user.
|
|||
Only applies if a remote MYSQL database is used, the port that the database
|
||||
server is listening on.
|
||||
|
||||
### Option: `envvars`
|
||||
|
||||
This allows the setting of Environment Variables to control Bookstack
|
||||
configuration as documented at:
|
||||
|
||||
<https://www.bookstackapp.com/docs/>
|
||||
|
||||
**Note**: _Changing these options can possibly cause issues with you instance.
|
||||
USE AT YOUR OWN RISK!_
|
||||
|
||||
These are case sensitive and any items set by specific configuration will take
|
||||
precedence.
|
||||
|
||||
#### Sub-option: `name`
|
||||
|
||||
The name of the environment variable to set.
|
||||
|
||||
#### Sub-option: `value`
|
||||
|
||||
The value of the environment variable to set.
|
||||
|
||||
## Database usage
|
||||
|
||||
By default, Bookstack will automatically use and configure the Home Assistant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue