app-store/apps/gotify/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

38 lines
916 B
JSON

{
"$schema": "../schema.json",
"name": "Gotify",
"available": true,
"port": 8129,
"id": "gotify",
"exposable": true,
"tipi_version": 6,
"version": "2.4.0",
"categories": [
"utilities"
],
"description": "Simple server for sending and receiving notification messages.",
"short_desc": "Gotify, a simple server for sending and receiving notification messages.",
"author": "gotigy",
"source": "https://github.com/gotify/server",
"website": "https://gotify.net",
"form_fields": [
{
"type": "text",
"label": "Gotify username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "GOTIFY_DEFAULTUSER_NAME"
},
{
"type": "password",
"label": "Gotify password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "GOTIFY_DEFAULTUSER_PASS"
}
],
"supported_architectures": ["arm64", "amd64"]
}