mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
87c2c44b3f
* convert to v2 * v2 * Use /opt/yunohost/__APP__ * v2 * v2 * Auto-update README * fix * v2 * v2 * v2 * v2 * Auto-update README * v2 * typo * set redis_db in restore script * fix api permissions * linter please * Fix api access --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Fabian Wilkens <46000361+FabianWilkens@users.noreply.github.com>
27 lines
812 B
TOML
27 lines
812 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# ------------
|
|
# Tests to run
|
|
# ------------
|
|
|
|
exclude = ["install.subdir"]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
# By default, the CI will automagically fill the 'standard' args
|
|
# such as domain, path, admin, is_public and password with relevant values
|
|
# and also install args with a "default" provided in the manifest..
|
|
# It should only make sense to declare custom args here for args with no default values
|
|
|
|
args.admin_pw = "acab"
|
|
args.init_main_permission = "all_users"
|
|
|
|
# -------------------------------
|
|
# Commits to test upgrade from
|
|
# -------------------------------
|
|
|
|
test_upgrade_from.8236072.name = "Upgrade from 1.14.5~ynh1 (v1)"
|