diff --git a/apps/libreddit/config.json b/apps/libreddit/config.json new file mode 100644 index 00000000..389590a5 --- /dev/null +++ b/apps/libreddit/config.json @@ -0,0 +1,12 @@ +{ + "name": "LibReddit", + "available": true, + "port": 8105, + "id": "libreddit", + "description": "LibReddit is a bloat free reddit frontend written in Rust, no ads, no tracking and strong Content Security Policy prevents any request from going to reddit, everything is proxied.", + "short_desc": "Browse reddit without problems!", + "author": "Stetsed", + "source": "https://github.com/spikecodes/libreddit", + "image": "https://raw.githubusercontent.com/spikecodes/libreddit/master/static/favicon.ico", + "form_fields": {} + } diff --git a/apps/libreddit/docker-compose.yml b/apps/libreddit/docker-compose.yml new file mode 100644 index 00000000..90cc0b7a --- /dev/null +++ b/apps/libreddit/docker-compose.yml @@ -0,0 +1,10 @@ +version: "3.7" +services: + libreddit: + container_name: libreddit + image: spikecodes/libreddit + ports: + - ${APP_PORT}:8080 + restart: unless-stopped + networks: + - tipi_main_network \ No newline at end of file