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
|
# See here for more information
|
||||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
# 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.
|
;; Default test serie
|
||||||
|
|
||||||
;; Test complet
|
|
||||||
auto_remove=1
|
|
||||||
; pre-install
|
; pre-install
|
||||||
# synapse parameters
|
sudo yunohost tools update apps
|
||||||
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 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
|
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
|
; Manifest
|
||||||
# mautrix_whatsapp manifest parameters
|
|
||||||
port="8449" (PORT)
|
port="8449" (PORT)
|
||||||
synapsenumber="1"
|
synapsenumber="1"
|
||||||
whatsappbot="whatsappbot"
|
whatsappbot="whatsappbot"
|
||||||
bot_is_synapse_admin="yes"
|
bot_synapse_adm=0
|
||||||
|
encryption=0
|
||||||
botadmin="@johndoe:synapsedomain.tld" (USER)
|
botadmin="@johndoe:synapsedomain.tld" (USER)
|
||||||
botusers="@johndoe:synapsedomain.tld"
|
botusers="@johndoe:synapsedomain.tld"
|
||||||
; Checks
|
; Checks
|
||||||
|
@ -37,19 +21,13 @@
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
#upgrade=1 from_commit=CommitHash
|
upgrade=1 from_commit=01514cf02f52773a8164d512d59687c121852152
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=1
|
port_already_use=1
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Levels
|
actions=0
|
||||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
config_panel=0
|
||||||
Level 5=auto
|
|
||||||
;;; Options
|
|
||||||
#Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=CommitHash
|
; commit=01514cf02f52773a8164d512d59687c121852152
|
||||||
#name=Name and date of the commit.
|
name=0.2.0
|
||||||
#manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue