mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
29 lines
649 B
Text
29 lines
649 B
Text
;; Test complet
|
|
; pre-install
|
|
sudo yunohost domain add dex.domain.tld
|
|
sudo yunohost domain add minio.domain.tld
|
|
; Manifest
|
|
domain="domain.tld"
|
|
is_public=1
|
|
language="fr"
|
|
dex_domain="dex.domain.tld"
|
|
dex_path="/example"
|
|
; Checks
|
|
pkg_linter=1
|
|
setup_sub_dir=1
|
|
setup_root=1
|
|
setup_nourl=0
|
|
setup_private=1
|
|
setup_public=1
|
|
upgrade=1
|
|
#upgrade=1 from_commit=f56cd7d
|
|
backup_restore=1
|
|
multi_instance=0
|
|
change_url=0
|
|
;;; Options
|
|
Email=
|
|
Notification=none
|
|
;;; Upgrade options
|
|
; commit=f56cd7d
|
|
name=Name and date of the commit.
|
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|