CAICP/system/apps/plex/app.json
2018-11-22 21:02:44 +03:00

13 lines
356 B
JSON

{
"app_name" : "app_plex",
"caption" : "Plex",
"http_uri" : "http://[server_name]:32400/web/index.html",
"use_http" : false,
"https_uri" : "https://[server_name]:32400/web/index.html",
"use_https" : true,
"frame_support" : false,
"require" : [
{"data" : "plexmediaserver"}
]
}