2019-12-15 16:09:28 +01:00
|
|
|
# See here for more information
|
|
|
|
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
|
|
|
|
|
|
|
;; Test complet
|
2020-04-16 16:01:37 +02:00
|
|
|
; pre-install
|
2023-04-09 18:30:29 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/zerotier_ynh --force
|
2021-10-24 12:06:57 +02:00
|
|
|
; Manifest
|
|
|
|
domain="domain.tld"
|
|
|
|
path="/"
|
|
|
|
admin="john"
|
|
|
|
is_public=1
|
2023-04-09 18:30:29 +02:00
|
|
|
password="DaB3estPassw0rd"
|
2019-12-15 16:09:28 +01:00
|
|
|
; Checks
|
2020-04-16 16:01:37 +02:00
|
|
|
pkg_linter=1
|
|
|
|
setup_sub_dir=0
|
|
|
|
setup_root=1
|
|
|
|
setup_nourl=0
|
|
|
|
setup_private=1
|
|
|
|
setup_public=1
|
|
|
|
upgrade=1
|
2020-04-17 20:16:53 +02:00
|
|
|
;upgrade=1 from_commit=CommitHash
|
2020-04-16 16:01:37 +02:00
|
|
|
backup_restore=1
|
2020-04-17 20:16:53 +02:00
|
|
|
multi_instance=0
|
2020-04-16 16:01:37 +02:00
|
|
|
port_already_use=0
|
2020-04-18 12:08:41 +02:00
|
|
|
change_url=1
|
2019-12-15 16:09:28 +01:00
|
|
|
;;; Upgrade options
|
|
|
|
; commit=CommitHash
|
|
|
|
name=Name and date of the commit.
|
2023-04-09 18:30:29 +02:00
|
|
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=DaB3estPassw0rd&port=666&
|