This commit is contained in:
navanchauhan
2022-07-04 16:37:56 +05:30
parent d2683b14f1
commit 1c6adb7d42
6 changed files with 39 additions and 300 deletions
+9 -33
View File
@@ -1,16 +1,16 @@
{
"name": "Example app",
"id": "example",
"name": "Technitium DNS",
"id": "technitium-dns",
"packaging_format": 1,
"description": {
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)",
"en": "Block ads & malware at DNS level for your entire network! Self host a DNS server for privacy & security",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
"version": "1.0~ynh1",
"url": "https://example.com",
"version": "8.1.4~ynh1",
"url": "https://technitium.com/dns/",
"upstream": {
"license": "free",
"website": "https://example.com",
"website": "https://technitium.com/dns/",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
@@ -18,17 +18,15 @@
},
"license": "free",
"maintainer": {
"name": "John doe",
"email": "john.doe@example.com"
"name": "Navan Chauhan",
"email": "technitiumdns@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
"nginx"
],
"arguments": {
"install": [
@@ -46,28 +44,6 @@
"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": ["fr", "en"],
"default": "fr"
},
{
"name": "admin",
"type": "user"
},
{
"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."
}
}
]
}