mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
68a5d52263
* 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 --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
27 lines
621 B
TOML
27 lines
621 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.auth_method = "ldap"
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
exclude = ["install.nourl"]
|
|
|
|
# -------------------------------
|
|
# Commits to test upgrade from
|
|
# -------------------------------
|
|
|
|
test_upgrade_from.d653976.name = "Upgrade from 23.01"
|
|
|
|
[standard_auth_method]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade"]
|
|
|
|
args.auth_method = "standard"
|