diff --git a/libreddit/docker-compose.yml b/libreddit/docker-compose.yml new file mode 100644 index 0000000..5b1f721 --- /dev/null +++ b/libreddit/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/libreddit/umbrel-app.yml b/libreddit/umbrel-app.yml new file mode 100644 index 0000000..7cda3df --- /dev/null +++ b/libreddit/umbrel-app.yml @@ -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: ""