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

34 lines
857 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": {
2021-03-02 15:44:59 +01:00
"en": "Offers a user experience similar to virtual machines but using Linux containers instead."
2021-03-01 14:53:57 +01:00
},
2022-01-18 11:43:44 +01:00
"version": "4.22~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": {
2021-10-12 13:39:54 +02:00
"yunohost": ">= 4.2.8"
2021-03-01 14:53:57 +01:00
},
2021-03-01 19:00:42 +01:00
"multi_instance": false,
2021-03-01 14:53:57 +01:00
"services": [
],
"arguments": {
"install" : [
2021-03-01 19:00:42 +01:00
2021-03-01 14:53:57 +01:00
]
}
}