1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00

change the manifest

This commit is contained in:
Galette 2022-02-22 14:12:51 +01:00 committed by Galettofraise
parent 4e4192ba7e
commit 2ef5d205b5

View file

@ -3,14 +3,14 @@
"id": "samba", "id": "samba",
"packaging_format": 1, "packaging_format": 1,
"description": { "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": "",
"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)" "fr": "Un apllication pour partage des dossiers sur un reseaux privé via le protocole SMB"
}, },
"version": "1.0~ynh1", "version": "4.9.5~ynh1",
"url": "https://example.com", "url": "https://www.samba.org/",
"upstream": { "upstream": {
"license": "free", "license": "free",
"website": "https://example.com", "website": "https://www.samba.org/",
"demo": "https://demo.example.com", "demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps", "admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://yunohost.org/apps",
@ -18,22 +18,16 @@
}, },
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Galette",
"email": "john.doe@example.com" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [],
"nginx"
],
"arguments": { "arguments": {
"install" : [ "install" : [
{
"name": "domain",
"type": "domain"
}
] ]
} }
} }