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

39 lines
1.3 KiB
JSON
Raw Normal View History

2022-02-22 13:59:54 +01:00
{
"name": "Samba",
"id": "samba",
"packaging_format": 1,
"description": {
2023-08-13 12:31:21 +02:00
"en": "Share directories on your private network thanks to SMB protocol",
"fr": "Partager des dossiers sur un réseau privé via le protocole SMB"
2022-02-22 13:59:54 +01:00
},
2023-08-13 12:31:21 +02:00
"version": "4.13.13~ynh1",
2022-02-22 14:12:51 +01:00
"url": "https://www.samba.org/",
2022-02-22 13:59:54 +01:00
"upstream": {
2023-08-13 12:37:56 +02:00
"license": "AGPL-3.0-only",
2022-02-22 14:12:51 +01:00
"website": "https://www.samba.org/",
2022-02-27 15:19:25 +01:00
"admindoc": "https://www.samba.org/samba/docs/",
"code": "https://git.samba.org/?p=samba.git;a=summary"
2022-02-22 13:59:54 +01:00
},
2022-02-27 15:19:25 +01:00
"license": "AGPL-3.0-only",
2022-02-22 13:59:54 +01:00
"maintainer": {
2023-08-13 12:37:56 +02:00
"name": "Galette"
2022-02-22 13:59:54 +01:00
},
"requirements": {
2023-08-13 12:31:21 +02:00
"yunohost": ">= 11.2"
2022-02-22 13:59:54 +01:00
},
2022-02-22 14:12:51 +01:00
"multi_instance": false,
"services": [],
2022-02-22 13:59:54 +01:00
"arguments": {
2022-07-14 02:33:15 +02:00
"install": [
2022-02-27 20:15:31 +01:00
{
"name": "warning",
2022-07-14 22:57:23 +02:00
"type": "display_text",
2022-07-15 03:30:37 +02:00
"ask": {
2022-05-07 18:24:57 +02:00
"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 que je ne dois pas l'installer sur un serveur avec une adresse IP publique ou ouvrir le port 445 sur mon routeur."
2022-02-27 20:15:31 +01:00
}
}
2022-02-22 13:59:54 +01:00
]
}
}