app-store/apps/viewtube/config.json
DrMxrcy d77fc6d418
Add ViewTube (#323)
* Add Viewtube

* Test Config

* Update Names

* Updates Secure

* Update docker-compose.yml

* Config Placeholder

* Update docker-compose.yml

* Final Changes

* Update Viewtube
2023-08-28 20:45:36 -04:00

17 lines
499 B
JSON

{
"$schema": "../schema.json",
"name": "ViewTube",
"port": 8180,
"available": true,
"exposable": true,
"id": "viewtube",
"tipi_version": 1,
"version": "0.12.2",
"categories": ["media"],
"description": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",
"short_desc": "The open source, privacy-conscious way to enjoy your favorite YouTube content.",
"author": "ViewTube",
"source": "https://github.com/ViewTube/viewtube",
"form_fields": []
}