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/libreddit.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/libreddit.yml')
| -rw-r--r-- | public/v4/apps/libreddit.yml | 25 |
1 files changed, 25 insertions, 0 deletions
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 ' |
