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
2021-11-29 16:25:48 +01:00

26 lines
562 B
JSON

{
"name": "LXD",
"id": "lxd",
"packaging_format": 1,
"description": {
"en": "Offers a user experience similar to virtual machines but using Linux containers instead."
},
"version": "4.20~ynh1",
"url": "https://example.com",
"license": "Apache-2.0",
"maintainer": {
"name": "kay0u",
"email": "pierre@kayou.io"
},
"requirements": {
"yunohost": ">= 4.2.8"
},
"multi_instance": false,
"services": [
],
"arguments": {
"install" : [
]
}
}