forked from YunoHost-Apps/samba_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 1.42 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Samba",
"id": "samba",
"packaging_format": 1,
"description": {
"en": "App to share directories on your private network thanks to SMB protocol",
"fr": "Apllication pour partage des dossiers sur un reseaux privé via le protocole SMB"
},
"version": "4.9.5~ynh3",
"url": "https://www.samba.org/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://www.samba.org/",
"admindoc": "https://www.samba.org/samba/docs/",
"userdoc": "https://yunohost.org/app_samba",
"code": "https://git.samba.org/?p=samba.git;a=summary"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Galette",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [],
"arguments": {
"install": [
{
"name": "warning",
"type": "display_text",
"ask": {
"en": "I understand this app is only for private network purpose and i should not install it on a server with a public IP or open the 445 port on my home router.",
"fr": "Je comprends que cette application est uniquement à des fins de réseau privé et je ne dois pas l'installer sur un serveur avec une adresse IP publique ou ouvrir le port 445 sur mon routeur."
}
}
]
}
}