forked from michael.heier/umbrel-apps
App Submission: Libreddit (#126)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com> Co-authored-by: Mayank Chhabra <mayank@umbrel.com>
This commit is contained in:
parent
7201e01a0a
commit
3751b36584
18
libreddit/docker-compose.yml
Normal file
18
libreddit/docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: libreddit_web_1
|
||||
APP_PORT: 7420
|
||||
|
||||
web:
|
||||
image: ceramicwhite/libreddit:0.22.9@sha256:00a133da4ae8eb1b7d3ce9af0ca387e2dd929dc6b490736532b5d998a025c362
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
PORT: 7420
|
||||
healthcheck:
|
||||
disable: true
|
33
libreddit/umbrel-app.yml
Normal file
33
libreddit/umbrel-app.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
manifestVersion: 1
|
||||
id: libreddit
|
||||
category: Social
|
||||
name: LibReddit
|
||||
version: "0.22.9"
|
||||
tagline: An alternative private front-end to Reddit
|
||||
description: >-
|
||||
Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit".
|
||||
Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat.
|
||||
Browse r/bitcoin without being tracked.
|
||||
|
||||
|
||||
- 🚀 Fast: written in Rust for blazing-fast speeds and memory safety
|
||||
|
||||
- ☁️ Light: no JavaScript, no ads, no tracking, no bloat
|
||||
|
||||
- 🕵 Private: all requests are proxied through the server, including media
|
||||
|
||||
- 🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||
|
||||
developer: Spikecodes
|
||||
website: https://spike.codes/
|
||||
dependencies: []
|
||||
repo: https://github.com/spikecodes/libreddit
|
||||
support: https://matrix.to/#/#libreddit:kde.org
|
||||
port: 7420
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
Loading…
Reference in New Issue
Block a user