You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
879 B
29 lines
879 B
{ |
|
"id": "com.athens.cloudronapp", |
|
"title": "Athens", |
|
"author": "Athens Project", |
|
"description": "Outliner note taking app similar to Roam Research", |
|
"tagline": "It's annoying to have to type a tagline for a test project", |
|
"version": "0.0.7", |
|
"healthCheckPath": "/", |
|
"httpPort": 3000, |
|
"addons": { |
|
"localstorage": {}, |
|
"ldap": {}, |
|
"postgresql": {}, |
|
"sendmail": {} |
|
}, |
|
"optionalSso": true, |
|
"memoryLimit": 1610612736, |
|
"manifestVersion": 2, |
|
"website": "https://github.com/athensresearch/athens", |
|
"contactEmail": "support@clourdon.io", |
|
"icon": "", |
|
"tags": [ "notes", "outliner" ], |
|
"mediaLinks": [], |
|
"postInstallMessage": "good luck", |
|
"minBoxVersion": "5.3.0", |
|
"documentationUrl": "https://github.com/athensresearch/athens", |
|
"forumUrl": "https://forum.cloudron.io/", |
|
"changelog": "It's also annoying to require a changelog" |
|
}
|
|
|