mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
Set longer APIid
This commit is contained in:
parent
0c940b299b
commit
a73489c8de
2 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,4 @@
|
||||||
;; Default test serie
|
;; 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
|
; Manifest
|
||||||
port="8449"
|
port="8449"
|
||||||
synapsenumber="1"
|
synapsenumber="1"
|
||||||
|
@ -9,7 +6,7 @@
|
||||||
encryption=false
|
encryption=false
|
||||||
botadmin="@johndoe:synapsedomain.tld"
|
botadmin="@johndoe:synapsedomain.tld"
|
||||||
botusers="@johndoe:synapsedomain.tld"
|
botusers="@johndoe:synapsedomain.tld"
|
||||||
apiid="12345"
|
apiid="1234567"
|
||||||
# this is a random hash so this will not work
|
# this is a random hash so this will not work
|
||||||
apihash="tjyd5yge35lbodk1xwzw2jstp90k55qz"
|
apihash="tjyd5yge35lbodk1xwzw2jstp90k55qz"
|
||||||
bottoken="disabled"
|
bottoken="disabled"
|
||||||
|
@ -27,8 +24,6 @@
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=1
|
port_already_use=1
|
||||||
change_url=0
|
change_url=0
|
||||||
actions=0
|
|
||||||
config_panel=0
|
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
# ; commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71
|
# ; commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71
|
||||||
# name=0.1.6
|
# name=0.1.6
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"en": "Telegram API keys (https://my.telegram.org/apps): ID",
|
"en": "Telegram API keys (https://my.telegram.org/apps): ID",
|
||||||
"fr": "TODO"
|
"fr": "TODO"
|
||||||
},
|
},
|
||||||
"example": "12345",
|
"example": "1234567",
|
||||||
"default": "",
|
"default": "",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "Get your own API keys at https://my.telegram.org/apps",
|
"en": "Get your own API keys at https://my.telegram.org/apps",
|
||||||
|
|
Loading…
Add table
Reference in a new issue