2019-02-16 15:00:20 +01:00
|
|
|
{
|
|
|
|
"name": "Gotify",
|
|
|
|
"id": "gotify",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-09-13 08:30:21 +02:00
|
|
|
"en": "Simple server for sending and receiving messages",
|
|
|
|
"fr": "Simple serveur pour envoyer et recevoir des messages"
|
2019-02-16 15:00:20 +01:00
|
|
|
},
|
2023-01-11 07:19:05 +01:00
|
|
|
"version": "2.2.4~ynh1",
|
2019-02-16 15:00:20 +01:00
|
|
|
"url": "http://gotify.net",
|
2022-07-29 00:43:33 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "http://gotify.net",
|
|
|
|
"admindoc": "https://gotify.net/docs/index",
|
|
|
|
"code": "https://github.com/gotify/server"
|
|
|
|
},
|
2019-02-16 15:00:20 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "plopoyop",
|
|
|
|
"email": "plopoyop@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2023-01-11 17:52:33 +01:00
|
|
|
"yunohost": ">= 11.0.9"
|
2019-02-16 15:00:20 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-07-29 00:43:33 +02:00
|
|
|
"install": [
|
2019-02-16 15:00:20 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-07-29 00:43:33 +02:00
|
|
|
"type": "domain"
|
2019-02-16 15:00:20 +01:00
|
|
|
},
|
2021-04-17 15:47:43 +02:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/gotify",
|
|
|
|
"default": "/gotify"
|
|
|
|
},
|
2019-02-16 15:00:20 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
2022-07-29 00:43:33 +02:00
|
|
|
"type": "user"
|
2019-02-16 15:00:20 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
2022-09-13 08:30:21 +02:00
|
|
|
"type": "password"
|
2019-02-16 15:00:20 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|