app-store/apps/plex/config.json

24 lines
454 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Plex",
"available": true,
2022-09-07 19:18:41 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 32400,
"id": "plex",
"tipi_version": 23,
"version": "1.32.8",
2022-07-28 17:46:12 +00:00
"url_suffix": "/web",
"categories": [
"media"
],
2022-07-28 17:46:12 +00:00
"description": "",
"short_desc": "Stream Movies & TV Shows",
"author": "plexinc",
"source": "https://github.com/plexinc/pms-docker",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
2022-07-28 17:46:12 +00:00
}