2021-02-21 21:01:45 +01:00
|
|
|
{
|
2022-04-30 20:41:25 +02:00
|
|
|
"name": "ifconfig-io",
|
2022-01-15 20:47:26 +01:00
|
|
|
"id": "ifconfig-io",
|
2021-02-21 21:01:45 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "IP API service to get their public IP address."
|
|
|
|
},
|
2023-04-16 06:06:08 +02:00
|
|
|
"version": "2023.03.26~ynh1",
|
2021-02-21 21:01:45 +01:00
|
|
|
"url": "https://github.com/georgyo/ifconfig.io/",
|
2022-01-15 20:47:26 +01:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
2022-01-15 21:04:53 +01:00
|
|
|
"website": "https://ifconfig.io/",
|
2022-01-15 20:47:26 +01:00
|
|
|
"demo": "https://ifconfig.io",
|
2022-01-15 21:04:53 +01:00
|
|
|
"admindoc": "https://github.com/georgyo/ifconfig.io/",
|
|
|
|
"userdoc": "https://github.com/georgyo/ifconfig.io/",
|
2022-01-15 20:47:26 +01:00
|
|
|
"code": "https://github.com/georgyo/ifconfig.io/"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2021-02-21 21:01:45 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "Fabian Wilkens",
|
|
|
|
"email": "46000361+FabianWilkens@users.noreply.github.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2022-01-15 20:47:26 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-02-21 21:01:45 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-01-15 20:47:26 +01:00
|
|
|
"type": "domain"
|
2021-02-21 21:01:45 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/example",
|
|
|
|
"default": "/example"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|