1
0
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:
Dennis Schwerdel
2017-02-17 09:45:48 +01:00
commit 0b95d20d1e
14 changed files with 240 additions and 0 deletions

25
CloudronManifest.json Normal file
View 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"
}