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

27 lines
562 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
},
2021-06-11 10:01:48 +02:00
"version": "4.15~ynh1",
2021-03-01 14:53:57 +01:00
"url": "https://example.com",
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": {
"yunohost": ">= 4.1.3"
},
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
]
}
}