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-03-01 19:00:42 +01:00

26 lines
560 B
JSON

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