2021-05-10 15:15:42 +02:00
|
|
|
;; Test complet
|
2022-09-26 22:43:24 +02:00
|
|
|
; pre-install
|
|
|
|
sudo yunohost tools update apps
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/823f98a8cbe108ad4cc0e38e280a83401dca2b9f -a "domain=sub.domain.tld&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force
|
2021-05-10 15:15:42 +02:00
|
|
|
; Manifest
|
2021-05-20 14:42:07 +02:00
|
|
|
domain="domain.tld"
|
2022-09-26 22:43:24 +02:00
|
|
|
synapse_app="synapse"
|
2022-02-21 15:30:02 +01:00
|
|
|
synapse_domain="sub.domain.tld"
|
2021-05-20 14:42:07 +02:00
|
|
|
is_public=1
|
2021-05-10 15:15:42 +02:00
|
|
|
; Checks
|
|
|
|
pkg_linter=1
|
2022-02-05 23:08:00 +01:00
|
|
|
setup_sub_dir=0
|
2021-05-10 15:15:42 +02:00
|
|
|
setup_root=1
|
|
|
|
setup_nourl=0
|
|
|
|
setup_private=1
|
|
|
|
setup_public=1
|
|
|
|
upgrade=1
|
|
|
|
backup_restore=1
|
2021-08-23 13:17:50 +02:00
|
|
|
multi_instance=0
|
2021-05-10 15:15:42 +02:00
|
|
|
change_url=1
|
|
|
|
;;; Options
|
|
|
|
Email=
|
2022-09-26 22:43:24 +02:00
|
|
|
Notification=none
|