2024-11-06 20:14:59 +13:00
{
"name" : "ntfy" ,
"slug" : "ntfy" ,
"categories" : [
2025-01-20 13:38:32 +01:00
19
2024-11-06 20:14:59 +13:00
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 15:50:40 +01:00
"interface_port" : 80 ,
2024-11-06 20:14:59 +13:00
"documentation" : null ,
"website" : "https://ntfy.sh/" ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/ntfy.svg" ,
2025-04-24 11:49:40 +02:00
"config_path" : "/etc/ntfy/server.yml" ,
2024-11-06 20:14:59 +13:00
"description" : "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/ntfy.sh" ,
"resources" : {
2024-11-28 15:50:40 +01:00
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 2 ,
2024-11-06 20:14:59 +13:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-04-24 11:49:40 +02:00
}