mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
fix
This commit is contained in:
parent
5605e8706b
commit
8fd2c83037
3 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://download.pydio.com/pub/cells/release/3.0.4/linux-amd64/pydio-cells-3.0.4-linux-amd64.zip
|
SOURCE_URL=https://download.pydio.com/pub/cells/release/4.2.4/linux-amd64/pydio-cells-4.2.4-linux-amd64.zip
|
||||||
SOURCE_SUM=97e6bb779fed596b6fe11ed2aff8db0789d2f2f2b8bf8cd11e240dc3b76bf4b2
|
SOURCE_SUM=153a8350870ca8e221c09d96c300ed254f3af674e74f92f0eeb73c3d54c3ffdc
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -6,7 +6,6 @@ location / {
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
location /ws/ {
|
location /ws/ {
|
||||||
proxy_pass https://localhost:__PORT__;
|
proxy_pass https://localhost:__PORT__;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "File sharing platform",
|
"en": "File sharing platform",
|
||||||
"fr": "Plateforme de partage de fichiers"
|
"fr": "Plateforme de partage de fichiers"
|
||||||
},
|
},
|
||||||
"version": "3.0.4~ynh1",
|
"version": "4.2.4~ynh1",
|
||||||
"url": "https://pydio.com",
|
"url": "https://pydio.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"url": "https://github.com/julienmalik"
|
"url": "https://github.com/julienmalik"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.1.21"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue