mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Add templates
This commit is contained in:
parent
6175837f5b
commit
cc9cda7802
4 changed files with 16 additions and 0 deletions
5
doc/DISCLAIMER.md
Normal file
5
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
For the first time Login, use the default credentials `admin@admin.com` and `password`. You should change these details immediately after logging in for the first time.
|
||||||
|
|
||||||
|
* How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
3
doc/DISCLAIMER_fr.md
Normal file
3
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Login using the default admin details `admin@admin.com` with a password of `password`. You should change these details immediately after logging in for the first time.
|
BIN
doc/screenshots/bookstack-hero-screenshot.jpg
Normal file
BIN
doc/screenshots/bookstack-hero-screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
|
@ -8,6 +8,14 @@
|
||||||
},
|
},
|
||||||
"version": "21.04.6~ynh1",
|
"version": "21.04.6~ynh1",
|
||||||
"url": "https://www.bookstackapp.com/",
|
"url": "https://www.bookstackapp.com/",
|
||||||
|
"upstream": {
|
||||||
|
"license": "MIT",
|
||||||
|
"website": "https://www.bookstackapp.com",
|
||||||
|
"demo": "https://demo.bookstackapp.com",
|
||||||
|
"admindoc": "https://www.bookstackapp.com/docs",
|
||||||
|
"userdoc": "https://yunohost.org/en/app_bookstack",
|
||||||
|
"code": "https://github.com/BookStackApp/BookStack"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "liberodark",
|
"name": "liberodark",
|
||||||
|
|
Loading…
Reference in a new issue