summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v4/apps/droppy.yml8
-rw-r--r--public/v4/apps/libreddit.yml25
-rw-r--r--public/v4/apps/pydio.yml28
-rw-r--r--public/v4/logos/libreddit.pngbin0 -> 8122 bytes
4 files changed, 30 insertions, 31 deletions
diff --git a/public/v4/apps/droppy.yml b/public/v4/apps/droppy.yml
index fac0331..747e1bc 100644
--- a/public/v4/apps/droppy.yml
+++ b/public/v4/apps/droppy.yml
@@ -1,7 +1,7 @@
captainVersion: 4
services:
$$cap_appname:
- image: silverwind/droppy:$$cap_droppy_version
+ image: ghcr.io/droppyjs/droppy:$$cap_droppy_version
volumes:
- $$cap_appname-config:/config
- $$cap_appname-files:/files
@@ -12,8 +12,8 @@ caproverOneClickApp:
variables:
- id: $$cap_droppy_version
label: droppy version tag
- description: Check out their docker page for the valid tags @ https://hub.docker.com/r/silverwind/droppy/tags
- defaultValue: 11.1.0
+ description: Check out their docker page for the valid tags @ https://github.com/orgs/droppyjs/packages/container/package/droppy
+ defaultValue: v0.0.6
instructions:
start: droppy is a self-hosted file storage server with a web interface.
end: >-
@@ -22,4 +22,4 @@ caproverOneClickApp:
IMPORTANT: It will take up to 2 minutes for droppy to be ready. Before that, you might see 502 error page.
displayName: ''
description: droppy is a self-hosted file storage server with a web interface
- documentation: Read the documentation @ https://github.com/silverwind/droppy
+ documentation: Read the documentation @ https://github.com/droppyjs/droppy
diff --git a/public/v4/apps/libreddit.yml b/public/v4/apps/libreddit.yml
new file mode 100644
index 0000000..4a796ce
--- /dev/null
+++ b/public/v4/apps/libreddit.yml
@@ -0,0 +1,25 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: spikecodes/libreddit@$$cap_libreddit_version
+ restart: always
+ caproverExtra:
+ containerHttpPort: '8080'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_libreddit_version
+ label: Libreddit Docker Image SHA Hash
+ defaultValue: sha256:34882b799cc1d58becfc80cf3fec15bae945bf28715f5fba7af05825642f8a8e
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/spikecodes/libreddit/tags/
+ instructions:
+ start: >-
+ Alternative private front-end to Reddit. Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
+
+ For more details, see: https://github.com/spikecodes/libreddit
+ end: >-
+ Aaaand you're done! 😄
+ Your service is available at http://$$cap_appname.$$cap_root_domain
+ displayName: Libreddit
+ isOfficial: true
+ description: Alternative private front-end to Reddit. Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
+ documentation: 'Taken from https://github.com/spikecodes/libreddit '
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/
diff --git a/public/v4/logos/libreddit.png b/public/v4/logos/libreddit.png
new file mode 100644
index 0000000..8c0d3eb
--- /dev/null
+++ b/public/v4/logos/libreddit.png
Binary files differ