2022-01-10 13:37:52 +01:00
|
|
|
{
|
|
|
|
"name": "Selfoss",
|
|
|
|
"id": "selfoss",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Multipurpose RSS reader, live stream, mashup, aggregation web application",
|
2022-01-10 13:41:55 +01:00
|
|
|
"fr": "Multipurpose RSS reader, live stream, mashup, aggregation web application"
|
2022-01-10 13:37:52 +01:00
|
|
|
},
|
2022-01-10 13:41:55 +01:00
|
|
|
"version": "2.18~ynh1",
|
2022-01-10 13:37:52 +01:00
|
|
|
"url": "https://selfoss.aditu.de/",
|
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"website": "https://selfoss.aditu.de/",
|
|
|
|
"demo": "https://demo.example.com",
|
2022-01-10 13:41:55 +01:00
|
|
|
"admindoc": "https://github.com/fossar/selfoss/wiki",
|
|
|
|
"userdoc": "https://selfoss.aditu.de/",
|
2022-01-10 13:37:52 +01:00
|
|
|
"code": "https://github.com/fossar/selfoss"
|
|
|
|
},
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "John doe",
|
|
|
|
"email": "john.doe@example.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php7.3-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/selfoss",
|
|
|
|
"default": "/selfoss"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
},
|
|
|
|
"choices": ["cn", "cs", "de", "en", "fr", "lv", "nl", "ru", "tr", "tw"],
|
|
|
|
"default": "fr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
|
|
|
"help": {
|
|
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|