mirror of
https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git
synced 2024-09-03 19:36:33 +02:00
check upgrade from 0.2.0
This commit is contained in:
parent
bd06b25834
commit
8e53d1794e
1 changed files with 9 additions and 31 deletions
|
@ -1,32 +1,16 @@
|
|||
# See here for more information
|
||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||
|
||||
# Move this file from check_process.default to check_process when you have filled it.
|
||||
|
||||
;; Test complet
|
||||
auto_remove=1
|
||||
;; Default test serie
|
||||
; pre-install
|
||||
# synapse parameters
|
||||
domain="domain.tld"
|
||||
path="/_matrix/static/"
|
||||
is_public=1
|
||||
server_name="domain2.tld"
|
||||
jitsi_server="jitsi.riot.im"
|
||||
#admin="john" (USER)
|
||||
#language="en"
|
||||
#password="pass"
|
||||
#port="666" (PORT)
|
||||
|
||||
sudo yunohost tools update --apps
|
||||
sudo yunohost domain add $domain
|
||||
sudo yunohost domain add $server_name
|
||||
sudo yunohost tools update apps
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force
|
||||
; Manifest
|
||||
# mautrix_whatsapp manifest parameters
|
||||
port="8449" (PORT)
|
||||
synapsenumber="1"
|
||||
whatsappbot="whatsappbot"
|
||||
bot_is_synapse_admin="yes"
|
||||
bot_synapse_adm=0
|
||||
encryption=0
|
||||
botadmin="@johndoe:synapsedomain.tld" (USER)
|
||||
botusers="@johndoe:synapsedomain.tld"
|
||||
; Checks
|
||||
|
@ -37,19 +21,13 @@
|
|||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
#upgrade=1 from_commit=CommitHash
|
||||
upgrade=1 from_commit=01514cf02f52773a8164d512d59687c121852152
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=1
|
||||
change_url=0
|
||||
;;; Levels
|
||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||
Level 5=auto
|
||||
;;; Options
|
||||
#Email=
|
||||
Notification=none
|
||||
actions=0
|
||||
config_panel=0
|
||||
;;; Upgrade options
|
||||
; commit=CommitHash
|
||||
#name=Name and date of the commit.
|
||||
#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
|
||||
; commit=01514cf02f52773a8164d512d59687c121852152
|
||||
name=0.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue