Add LibReddit App
This commit is contained in:
parent
9bea6a9c52
commit
640aeadb11
2 changed files with 22 additions and 0 deletions
12
apps/libreddit/config.json
Normal file
12
apps/libreddit/config.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "LibReddit",
|
||||
"available": true,
|
||||
"port": 8092,
|
||||
"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": {}
|
||||
}
|
10
apps/libreddit/docker-compose.yml
Normal file
10
apps/libreddit/docker-compose.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue