1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-07 20:12:16 +02:00 committed by Alexandre Aubin
parent b9dc626390
commit fbaba08bf4

View file

@ -1,59 +1,67 @@
{ {
"name": "Friendica", "name": "Friendica",
"id": "friendica", "id": "friendica",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Social Communication Server", "en": "Social Communication Server",
"fr": "Serveur de Communication Social" "fr": "Serveur de Communication Social"
}, },
"version": "2022.06~ynh1", "version": "2022.06~ynh1",
"url": "http://friendi.ca", "url": "http://friendi.ca",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"website": "http://friendi.ca", "website": "http://friendi.ca",
"demo": "https://dir.friendica.social/servers", "demo": "https://dir.friendica.social/servers",
"admindoc": "https://github.com/friendica/friendica/wiki", "admindoc": "https://github.com/friendica/friendica/wiki",
"userdoc": "https://wiki.friendi.ca/", "userdoc": "https://wiki.friendi.ca/",
"code": "https://github.com/friendica/friendica" "code": "https://github.com/friendica/friendica",
}, "cpe": "cpe:2.3:a:friendica:friendica"
"license": "AGPL-3.0-only", },
"maintainer": { "license": "AGPL-3.0-only",
"name": "Anmol Sharma", "maintainer": {
"email": "" "name": "Anmol Sharma",
}, "email": ""
"previous_maintainers": { },
"name": "aymhce", "previous_maintainers": {
"email": "aymhce@gmail.com" "name": "aymhce",
}, "email": "aymhce@gmail.com"
"requirements": { },
"yunohost": ">= 4.3.0" "requirements": {
}, "yunohost": ">= 4.3.0"
"multi_instance": true, },
"services": [ "multi_instance": true,
"nginx", "services": [
"php7.3-fpm", "nginx",
"mysql" "php7.3-fpm",
"mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user" "type": "user"
}, },
{ {
"name": "language", "name": "language",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Choose the application language", "en": "Choose the application language",
"fr": "Choisissez la langue de l'application" "fr": "Choisissez la langue de l'application"
}, },
"choices": ["de", "en", "es", "fr", "it", "pt"], "choices": [
"default": "en" "de",
} "en",
] "es",
"fr",
"it",
"pt"
],
"default": "en"
}
]
} }
} }