Files
cloudron-rsshub/CloudronManifest.json

14 lines
250 B
JSON
Raw Permalink Normal View History

2023-02-09 21:34:10 +00:00
{
2023-02-09 19:47:07 -05:00
"manifestVersion": 2,
"title": "RSSHub",
"id": "com.hwarf.rsshub",
"version": "1.0.0",
2023-02-09 23:13:09 -05:00
"runtimeDirs": [ "/root/.npm" ],
2023-02-09 21:34:10 +00:00
"healthCheckPath": "/",
"httpPort": 1200,
2023-02-09 19:47:07 -05:00
"addons": {
"localstorage": {}
2023-02-09 19:56:32 -05:00
},
"icon": "file://logo.png"
2023-02-09 21:34:10 +00:00
}