mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
26 lines
562 B
JSON
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.22~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" : [
|
|
|
|
]
|
|
}
|
|
}
|