blob: a0aea0d84a12dae18ace89abad54da539336d1f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
captainVersion: 4
services:
$$cap_appname:
image: libreddit/libreddit@$$cap_libreddit_version
restart: always
caproverExtra:
containerHttpPort: '8080'
caproverOneClickApp:
variables:
- id: $$cap_libreddit_version
label: Libreddit Docker Image SHA Hash
defaultValue: sha256:e79a5d6f6836b5a9351340433b1c26e8571ded943a5318f41ae939d314434c84
description: Check out their Docker page for the valid tags https://hub.docker.com/r/libreddit/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/libreddit/libreddit
end: >-
Aaaand you're done! 😄 Just wait a few moments before the app is deployed.
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/libreddit/libreddit '
|