diff --git a/check_process b/check_process index c5fa3ca..d27b611 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,4 @@ ;; Default test serie - ; pre-install - 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 port="8449" synapsenumber="1" @@ -9,7 +6,7 @@ encryption=false botadmin="@johndoe:synapsedomain.tld" botusers="@johndoe:synapsedomain.tld" - apiid="12345" + apiid="1234567" # this is a random hash so this will not work apihash="tjyd5yge35lbodk1xwzw2jstp90k55qz" bottoken="disabled" @@ -27,8 +24,6 @@ multi_instance=1 port_already_use=1 change_url=0 - actions=0 - config_panel=0 ;;; Upgrade options # ; commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71 # name=0.1.6 diff --git a/manifest.json b/manifest.json index c4e743c..5c2b7ab 100644 --- a/manifest.json +++ b/manifest.json @@ -99,7 +99,7 @@ "en": "Telegram API keys (https://my.telegram.org/apps): ID", "fr": "TODO" }, - "example": "12345", + "example": "1234567", "default": "", "help": { "en": "Get your own API keys at https://my.telegram.org/apps",