mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Merge pull request #77 from yunohost-bot/add-cpe
[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
commit
5a68556691
1 changed files with 58 additions and 50 deletions
|
@ -14,7 +14,8 @@
|
||||||
"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",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -51,7 +52,14 @@
|
||||||
"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": [
|
||||||
|
"de",
|
||||||
|
"en",
|
||||||
|
"es",
|
||||||
|
"fr",
|
||||||
|
"it",
|
||||||
|
"pt"
|
||||||
|
],
|
||||||
"default": "en"
|
"default": "en"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue