1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homarr_ynh.git synced 2024-09-03 19:26:00 +02:00
homarr_ynh/manifest.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2022-12-28 22:35:57 +01:00
{
"name": "Homarr",
"id": "homarr",
"packaging_format": 1,
"description": {
"en": "Customizable browser's home page to interact with your homeserver's Docker containers",
2022-12-28 22:45:49 +01:00
"fr": "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
2022-12-28 22:35:57 +01:00
},
2023-01-07 18:03:35 +01:00
"version": "0.10.7~ynh2",
2022-12-28 22:35:57 +01:00
"url": "https://homarr.dev/",
"upstream": {
"license": "MIT",
"website": "https://homarr.dev/",
2022-12-28 22:45:49 +01:00
"demo": "https://homarr.ajnart.fr/fr",
"admindoc": "https://homarr.dev/docs/about",
"userdoc": "https://homarr.dev/docs/about",
2022-12-28 22:35:57 +01:00
"code": "https://github.com/ajnart/homarr"
},
"license": "MIT",
"maintainer": {
2023-01-07 18:03:57 +01:00
"name": "eric_G",
2022-12-28 22:35:57 +01:00
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}