1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
ericgaspar 2021-09-18 10:18:45 +02:00
parent 3f8f8496c4
commit f8e547a443
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 5 deletions

View file

@ -17,5 +17,5 @@ location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
more_set_headers "X-Frame-Options : ALLOW-FROM https://__NEXTCLOUDDOMAIN__ always";
client_max_body_size 10M;
client_max_body_size 100M;
}

View file

@ -21,7 +21,7 @@
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.2.0"
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
@ -46,8 +46,8 @@
},
"example": "yunohost.domain/nextcloud or nextcloud.yunohost.domain",
"help": {
"en": "Install the OnlyOffice connector to edit documents from Nextcloud.",
"fr": "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud."
"en": "Install in Nextcloud the ONLYOFFICE connector to edit documents.",
"fr": "Installez dans Nextcloud le connecteur ONLYOFFICE pour éditer des documents."
},
"default": "yunohost.domain/nextcloud"
}