mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
* Keep optional configuration lines in nginx.conf to allow changing URL from/to "/path" locations Rename comment prefixes fore more readability * Add change_url script * Require YNH 2.7.2, remove helpers and sudo prefixes * Use ynh_replace_string * Handle nginx conf file checksums * Fix indentation * Update source to 2.3 * Update version to 2.3 * Update readme version to 2.3 * Fix 20-app.ini in restore * Replace app checkurl by webpath_available * Adapt existing patches to 2.3 * Remove need to manage parameters.yml file; adapt to version 2.3 * Fix php5-redis dependency (redis-server is installed by YunoHost) * Manage new domain_name parameter in change_url * Upgrade to upstream version 2.3.1 * Upgrade to upstream version 2.3.2 * Remove obsolete calls to checkurl * Fix check_process for upgrade from previous commit * Fix Version number
39 lines
830 B
Text
39 lines
830 B
Text
;; Complete test
|
|
; Manifest
|
|
domain="domain.tld" (DOMAIN)
|
|
path="/path" (PATH)
|
|
admin="john" (USER)
|
|
; Checks
|
|
pkg_linter=1
|
|
setup_sub_dir=1
|
|
setup_root=1
|
|
setup_nourl=0
|
|
setup_private=0
|
|
setup_public=0
|
|
upgrade=1
|
|
upgrade=1 from_commit=f75d58cb32c51a0981333ea88974dc3199324e65
|
|
backup_restore=1
|
|
multi_instance=1
|
|
incorrect_path=1
|
|
port_already_use=0
|
|
change_url=1
|
|
;;; Levels
|
|
Level 1=auto
|
|
Level 2=auto
|
|
Level 3=auto
|
|
# https://github.com/YunoHost-Apps/wallabag2_ynh/issues/26
|
|
Level 4=1
|
|
# https://github.com/YunoHost-Apps/wallabag2_ynh/issues/27
|
|
Level 5=1
|
|
Level 6=auto
|
|
Level 7=auto
|
|
Level 8=0
|
|
Level 9=0
|
|
Level 10=0
|
|
;;; Options
|
|
Email=
|
|
Notification=none
|
|
;;; Upgrade options
|
|
; commit=f75d58cb32c51a0981333ea88974dc3199324e65
|
|
name= Previous package version
|
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&
|