1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifconfig-io_ynh.git synced 2024-09-03 20:36:27 +02:00
ifconfig-io_ynh/manifest.json
2022-01-15 21:04:53 +01:00

49 lines
1.3 KiB
JSON

{
"name": "ifconfig.io",
"id": "ifconfig-io",
"packaging_format": 1,
"description": {
"en": "IP API service to get their public IP address."
},
"version": "2021.02.16~ynh2",
"url": "https://github.com/georgyo/ifconfig.io/",
"upstream": {
"license": "MIT",
"website": "https://ifconfig.io/",
"demo": "https://ifconfig.io",
"admindoc": "https://github.com/georgyo/ifconfig.io/",
"userdoc": "https://github.com/georgyo/ifconfig.io/",
"code": "https://github.com/georgyo/ifconfig.io/"
},
"license": "MIT",
"maintainer": {
"name": "Fabian Wilkens",
"email": "46000361+FabianWilkens@users.noreply.github.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}