add libreddit

This commit is contained in:
L4RM4ND 2023-02-25 15:14:35 +01:00
parent 28d5e37906
commit 4ea25291c6
3 changed files with 21 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,3 @@
# References
- https://github.com/libreddit/libreddit

View File

@ -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