app-store/apps/gotify/config.json

35 lines
859 B
JSON
Raw Normal View History

{
"$schema": "../schema.json",
"name": "Gotify",
"available": true,
"port": 8129,
"id": "gotify",
2022-09-29 20:56:09 +00:00
"exposable": true,
local domain configs A-G (#676) * feat(actual-budget): change config to support local domain * feat(adguard): change config to support local domain * feat(autobrr): change config to support local domain * feat(barrage): change config to support local domain * feat(bazarr): change config to support local domain * feat(booksonic): change config to support local domain * feat(bookstack): change config to support local domain * feat(calibre-web): change config to support local domain * feat(chatgpt-ui): change config to support local domain * feat(chatpad): change config to support local domain * feat(code-server): change config to support local domain * feat(codex-docs): change config to support local domain * feat(dailytxt): change config to support local domain * feat(dashdot): change config to support local domain * feat(deemix): change config to support local domain * feat(deluge): change config to support local domain * feat(dokuwiki): change config to support local domain * feat(dozzle): change config to support local domain * feat(duplicati): change config to support local domain * feat(emulatorjs): change config to support local domain * feat(excalidraw): change config to support local domain * feat(filebrowser): change config to support local domain * feat(filestash): change config to support local domain * feat(firefly-iii): change config to support local domain * feat(fireshare): change config to support local domain * feat(flatnotes): change config to support local domain * feat(freshrss): change config to support local domain * feat(ghost): change config to support local domain * feat(gitea): change config to support local domain * feat(gotify): change config to support local domain * feat(gotosocial): change config to support local domain * feat(grafana): change config to support local domain * feat(grav): change config to support local domain * feat(grocy): change config to support local domain
2023-06-10 14:46:05 +00:00
"tipi_version": 3,
2023-04-04 18:24:29 +00:00
"version": "2.2.4",
"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",
2022-09-29 20:56:09 +00:00
"label": "Gotify username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "GOTIFY_DEFAULTUSER_NAME"
},
{
"type": "password",
2022-09-29 20:56:09 +00:00
"label": "Gotify password",
"max": 50,
2022-09-29 20:56:09 +00:00
"min": 8,
"required": true,
"env_variable": "GOTIFY_DEFAULTUSER_PASS"
2022-09-29 20:56:09 +00:00
}
]
}