app-store/apps/teddit/config.json

17 lines
505 B
JSON
Raw Normal View History

2022-09-09 13:50:15 +00:00
{
"$schema": "../schema.json",
"name": "teddit",
"available": true,
2022-09-09 20:37:18 +00:00
"exposable": true,
2022-09-09 13:50:15 +00:00
"port": 8110,
"id": "teddit",
"tipi_version": 1,
"version": "latest",
"categories": ["social"],
"description": "A free and open source alternative Reddit front-end focused on privacy. Inspired by the Nitter project.",
"short_desc": "Alternative Reddit front-end focused on privacy https://teddit.net",
"author": "teddit",
"source": "https://codeberg.org/teddit/teddit",
"form_fields": []
}