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

@ -4,7 +4,7 @@ location / {
if ($scheme = http) { if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }
proxy_pass http://127.0.0.1:__PORT__/; proxy_pass http://127.0.0.1:__PORT__/;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
@ -17,5 +17,5 @@ location / {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
more_set_headers "X-Frame-Options : ALLOW-FROM https://__NEXTCLOUDDOMAIN__ always"; 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" "email": "liberodark@gmail.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.0" "yunohost": ">= 4.2.4"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
@ -46,8 +46,8 @@
}, },
"example": "yunohost.domain/nextcloud or nextcloud.yunohost.domain", "example": "yunohost.domain/nextcloud or nextcloud.yunohost.domain",
"help": { "help": {
"en": "Install the OnlyOffice connector to edit documents from Nextcloud.", "en": "Install in Nextcloud the ONLYOFFICE connector to edit documents.",
"fr": "Installez le connecteur OnlyOffice pour éditer des documents dans Nextcloud." "fr": "Installez dans Nextcloud le connecteur ONLYOFFICE pour éditer des documents."
}, },
"default": "yunohost.domain/nextcloud" "default": "yunohost.domain/nextcloud"
} }