1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00
lxd_ynh/manifest.json

32 lines
965 B
JSON
Raw Normal View History

2021-03-01 14:53:57 +01:00
{
2021-03-01 19:00:42 +01:00
"name": "LXD",
"id": "lxd",
2021-03-01 14:53:57 +01:00
"packaging_format": 1,
"description": {
2022-02-04 13:44:35 +01:00
"en": "Offers a user experience similar to virtual machines but using Linux containers instead.",
"fr": "Offre une expérience utilisateur similaire aux machines virtuelles mais en utilisant des conteneurs Linux à la place."
2021-03-01 14:53:57 +01:00
},
2022-07-25 08:17:12 +02:00
"version": "5.4~ynh1",
2021-03-01 14:53:57 +01:00
"url": "https://example.com",
2022-02-04 13:41:29 +01:00
"upstream": {
"license": "Apache-2.0",
"website": "https://linuxcontainers.org/lxd/",
"demo": "https://linuxcontainers.org/lxd/try-it/",
"admindoc": "https://linuxcontainers.org/lxd/docs/master/index.html",
"code": "https://github.com/lxc/lxd"
},
2021-03-02 14:58:33 +01:00
"license": "Apache-2.0",
2021-03-01 14:53:57 +01:00
"maintainer": {
2021-03-01 19:00:42 +01:00
"name": "kay0u",
"email": "pierre@kayou.io"
2021-03-01 14:53:57 +01:00
},
"requirements": {
2022-07-27 20:53:30 +02:00
"yunohost": ">= 4.3.0"
2021-03-01 14:53:57 +01:00
},
2021-03-01 19:00:42 +01:00
"multi_instance": false,
2022-02-13 07:12:31 +01:00
"services": [],
2021-03-01 14:53:57 +01:00
"arguments": {
2022-02-13 07:12:31 +01:00
"install": []
2021-03-01 14:53:57 +01:00
}
}