Slaviša Arežina 69e947246a
Refactor: Gotify (#6301)
* Refactor Gotify

* Add tools.func fix

* Update gotify.sh
2025-07-28 15:56:22 +02:00

36 lines
800 B
JSON

{
"name": "Gotify",
"slug": "gotify",
"categories": [
19
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://gotify.net/docs/index",
"website": "https://gotify.net/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/gotify.webp",
"config_path": "/etc/gotify/config.yml",
"description": "Gotify is a simple server for sending and receiving messages",
"install_methods": [
{
"type": "default",
"script": "ct/gotify.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}