Skip to content

Commit

Permalink
feat: update bookstack
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Apr 11, 2024
1 parent d70623d commit 52bc08e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions stacks/bookstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
image: ghcr.io/linuxserver/bookstack:${VERSION:-latest}
environment:
- APP_URL=${SCHEME:-https}://${DOMAIN:-bookstack.localhost}
- APP_VIEWS_BOOKS=${APP_VIEWS_BOOKS:-grid}
- DB_CONNECTION=mysql
- DB_HOST=mariadb
- DB_PORT=3306
Expand Down
30 changes: 30 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,36 @@
"type": "password",
"value": "password",
"disabled": true
},
{
"name": "ALLOW_ROBOTS",
"label": "Autoriser les robots",
"type": "select",
"select": [
{
"text": "true",
"value": "true"
},
{
"text": "false",
"value": "false"
}
]
},
{
"name": "APP_VIEWS_BOOKS",
"label": "Vue des livres par défaut",
"type": "select",
"select": [
{
"text": "Grille",
"value": "grid"
},
{
"text": "Liste",
"value": "list"
}
]
}
]
},
Expand Down

0 comments on commit 52bc08e

Please sign in to comment.