mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-29 00:03:25 +00:00
Initial commit
This commit is contained in:
25
CloudronManifest.json
Normal file
25
CloudronManifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "org.freshrss.cloudronapp",
|
||||
"title": "FreshRSS",
|
||||
"author": "FreshRSS Developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "RSS reader",
|
||||
"version": "0.1.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
"localstorage": {},
|
||||
"mysql": {}
|
||||
},
|
||||
"manifestVersion": 1,
|
||||
"website": "http://www.freshrss.org",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
"icon": "logo.png",
|
||||
"tags": [
|
||||
"rss"
|
||||
],
|
||||
"mediaLinks": [
|
||||
],
|
||||
"postInstallMessage": "file://POSTINSTALL.md"
|
||||
}
|
Reference in New Issue
Block a user