From 4ea25291c6efc341a11e053ca61f14f4bdd8e8a9 Mon Sep 17 00:00:00 2001 From: L4RM4ND <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 25 Feb 2023 15:14:35 +0100 Subject: [PATCH] add libreddit --- README.md | 1 + examples/libreddit/README.md | 3 +++ examples/libreddit/docker-compose.yml | 17 +++++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 examples/libreddit/README.md create mode 100644 examples/libreddit/docker-compose.yml diff --git a/README.md b/README.md index 30d9fb0..c644226 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ docker compose up - [Fail2ban](examples/fail2ban) - Fail2ban is an intrusion prevention software framework. Written in the Python programming language, it is designed to prevent against brute-force attacks. - [Tor-Browser](examples/tor-browser) - Running a Tor browser instance on any headless server. - [Firefox](examples/firefox) - Firefox by linuxserver.io allows you to run the popular Firefox web broser on a remote server. +- [Libreddit](examples/libreddit) - Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a private front-end like Invidious but for Reddit. Browse the coldest takes of r/unpopularopinion without being tracked. ### Internet of Things / Smart Home - [Home Assistant](examples/homeassistant) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. diff --git a/examples/libreddit/README.md b/examples/libreddit/README.md new file mode 100644 index 0000000..570c677 --- /dev/null +++ b/examples/libreddit/README.md @@ -0,0 +1,3 @@ +# References + +- https://github.com/libreddit/libreddit diff --git a/examples/libreddit/docker-compose.yml b/examples/libreddit/docker-compose.yml new file mode 100644 index 0000000..4519f0c --- /dev/null +++ b/examples/libreddit/docker-compose.yml @@ -0,0 +1,17 @@ +version: "3.8" + +services: + libreddit-web: + image: libreddit/libreddit + container_name: libreddit + hostname: libreddit + restart: unless-stopped + ports: + - 8080:8080 + #labels: + # - traefik.enable=true + # - traefik.http.routers.libreddit.rule=Host(`libreddit.example.com`) + # - traefik.http.services.libreddit.loadbalancer.server.port=8080 + # - traefik.docker.network=proxy + # # Part for optional traefik middlewares + # - traefik.http.routers.libreddit.middlewares=local-ipwhitelist@file,basic-auth@file