diff options
| author | kgnfth <[email protected]> | 2021-07-04 09:56:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 09:56:59 -0700 |
| commit | e64f2cce5c2dd8fef6e02a0fc08e7a6228ff3dbe (patch) | |
| tree | 4d176c9dcb6830eb14db547b3a69e7099ec2cddc /public/v4/apps/pydio.yml | |
| parent | bd3b580a5aafab5130d4ad441d2bceab4f4beb8b (diff) | |
| download | caprover-one-click-apps-e64f2cce5c2dd8fef6e02a0fc08e7a6228ff3dbe.tar.gz caprover-one-click-apps-e64f2cce5c2dd8fef6e02a0fc08e7a6228ff3dbe.zip | |
Add Libreddit + Update Pydio & Droppy (#451)
* Add Libreddit
* Update Droppy
* Update Pydio setup instructions
Diffstat (limited to 'public/v4/apps/pydio.yml')
| -rw-r--r-- | public/v4/apps/pydio.yml | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/public/v4/apps/pydio.yml b/public/v4/apps/pydio.yml index 51c2daa..30e8175 100644 --- a/public/v4/apps/pydio.yml +++ b/public/v4/apps/pydio.yml @@ -59,19 +59,6 @@ caproverOneClickApp: 2. Enable "Force HTTPS by redirecting all HTTP traffic to HTTPS" 3. Enable Websocket Support. - - 4. Click on Edit Nginx Configuration and right under - - "set $upstream https://<%-s.localDomain%>:<%-s.containerHttpPort%>;" add the following code - - location /ws/ { - proxy_pass $upstream; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - } - - 5. Click Save & update end: >- Deployment of Pydio is finished. @@ -86,20 +73,7 @@ caproverOneClickApp: 3. Enable Websocket Support. - 4. Click on Edit Nginx Configuration and right under - - "set $upstream https://<%-s.localDomain%>:<%-s.containerHttpPort%>;" add the following code - - location /ws/ { - proxy_pass $upstream; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - } - - 5. Click Save & update - - 6. after some time go to https://$$cap_appname.$$cap_root_domain and follow the installation steps. + 4. after some time go to https://$$cap_appname.$$cap_root_domain and follow the installation steps. displayName: 'Pydio Cells' isOfficial: true baseUrl: https://pydio.com/ |
