1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
* restart config panel

* Update manifest.toml

* Standard (#119)

* fix

* Update manifest.toml

* Update manifest.toml

* Update POST_INSTALL.md

* Update POST_INSTALL_fr.md

* fix

* Update manifest.toml

* Auto-update README

* Update tests.toml

* Update tests.toml

* remove standard

* Update manifest.toml

* Auto-update README

* Update tests.toml

* Update manifest.toml

* Update manifest.toml

* Update install

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* cleaning

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Upgrade to v23.6.2 (#128)

* Upgrade to v23.6.2

* Auto-update README

* Auto-update README

* Update manifest.toml

* Add maintenance

* Update config_panel.toml

* Update config

* Update config_panel.toml

* Update config

* Update manifest.toml

* Update config

* Update config

* fix

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Mail (#139)

* fix mail

* Auto-update README

* Update .env.example

* Update .env.example

* Update .env.example

* Update .env.example

* Update .env.example

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update manifest.toml

* Auto-update README

* Update manifest.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
eric_G 2023-10-08 19:05:40 +02:00 committed by GitHub
parent 1d8ffdb63f
commit 85d67d8445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 16 deletions

View file

@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
- Diagrams.net Integration
**Shipped version:** 23.08.3~ynh1
**Shipped version:** 23.08.3~ynh2
**Demo:** https://demo.bookstackapp.com
@ -43,7 +43,6 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
* Official user documentation: <https://www.bookstackapp.com/docs/user/>
* Official admin documentation: <https://www.bookstackapp.com/docs/admin/>
* Upstream app code repository: <https://github.com/BookStackApp/BookStack>
* YunoHost documentation for this app: <https://yunohost.org/app_bookstack>
* Report a bug: <https://github.com/YunoHost-Apps/bookstack_ynh/issues>
## Developer info

View file

@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate
- Multilingue
**Version incluse :** 23.08.3~ynh1
**Version incluse :** 23.08.3~ynh2
**Démo :** https://demo.bookstackapp.com
@ -41,7 +41,6 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate
* Documentation officielle utilisateur : <https://www.bookstackapp.com/docs/user/>
* Documentation officielle de ladmin : <https://www.bookstackapp.com/docs/admin/>
* Dépôt de code officiel de lapp : <https://github.com/BookStackApp/BookStack>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_bookstack>
* Signaler un bug : <https://github.com/YunoHost-Apps/bookstack_ynh/issues>
## Informations pour les développeurs

View file

@ -16,9 +16,17 @@ APP_ENV=production
APP_DEBUG=false
# Application key
# Used for encryption where needed.
# Run `php artisan key:generate` to generate a valid key.
APP_KEY=SomeRandomString
# Application URL
# This must be the root URL that you want to host BookStack on.
# All URLs in BookStack will be generated using this value
# to ensure URLs generated are consistent and secure.
# If you change this in the future you may need to run a command
# to update stored URLs in the database. Command example:
# php artisan bookstack:update-url https://old.example.com https://new.example.com
APP_URL=__APP_URL_DOMAIN__
# Application default language
@ -41,20 +49,19 @@ DB_PASSWORD=__DB_PWD__
FILE_UPLOAD_SIZE_LIMIT=100
# Mail system to use
MAIL_DRIVER=smtp
# Can be 'smtp' or 'sendmail'
MAIL_DRIVER=sendmail
# Mail sender details
MAIL_DRIVER=sendmail
# The "from" email address for outgoing email
MAIL_FROM=noreply@__DOMAIN__
# The "from" name used for outgoing email
MAIL_FROM_NAME=BookStack
MAIL_FROM=bookstack@__DOMAIN__
# SMTP mail options
# These settings can be checked using the "Send a Test Email"
# feature found in the "Settings > Maintenance" area of the system.
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=bookstack
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
# The command to use for calling sendmail
MAIL_SENDMAIL_COMMAND="/usr/sbin/sendmail -bs"
# General auth
AUTH_METHOD=ldap

View file

@ -5,7 +5,7 @@ name = "BookStack"
description.en = "Platform to create documentation/wiki content"
description.fr = "Plateforme pour créer du contenu de documentation/wiki"
version = "23.08.3~ynh1"
version = "23.08.3~ynh2"
maintainers = ["eric_G"]