1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00
wireguard_ynh/manifest.json
2023-06-17 22:11:01 +02:00

40 lines
1,014 B
JSON

{
"name": "WireGuard",
"id": "wireguard",
"packaging_format": 1,
"description": {
"en": "Fast and modern VPN server, including a configuration webapp",
"fr": "Serveur VPN rapide et moderne, incluant une webapp pour le configurer"
},
"version": "0.5.0~ynh1",
"url": "https://github.com/ngoduykhanh/wireguard-ui",
"upstream": {
"license": "MIT",
"website": "https://www.wireguard.com/",
"code": "https://github.com/ngoduykhanh/wireguard-ui"
},
"license": "MIT",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 11"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
}
]
}
}