app-store/apps/bookstack/config.json
renovate[bot] c7bdca0940
chore(deps): update lscr.io/linuxserver/bookstack docker tag to v22.10.20221021 (#128)
* chore(deps): update lscr.io/linuxserver/bookstack docker tag to v22.10.20221021

* Update app version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2022-11-09 21:29:51 +00:00

28 lines
788 B
JSON

{
"$schema": "../schema.json",
"name": "Bookstack",
"available": true,
"port": 8119,
"id": "bookstack",
"tipi_version": 4,
"version": "22.10.20221021",
"description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password",
"short_desc": "BookStack is a self-hosted platform for organising and storing information.",
"author": "Dan Brown",
"categories": [
"data"
],
"website": "https://www.bookstackapp.com/",
"source": "https://github.com/BookStackApp/BookStack",
"form_fields": [
{
"type": "random",
"label": "Database password",
"required": false,
"min": 30,
"max": 30,
"env_variable": "BOOKSTACK_DB_PASS"
}
]
}