mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Fix
This commit is contained in:
parent
3f8f8496c4
commit
f8e547a443
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue