2024-11-06 20:14:59 +13:00
{
2025-05-20 11:51:20 +02:00
"name" : "ntfy" ,
"slug" : "ntfy" ,
"categories" : [
19
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
2025-09-10 09:44:09 +02:00
"updateable" : true ,
2025-05-20 11:51:20 +02:00
"privileged" : false ,
"interface_port" : 80 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://docs.ntfy.sh/" ,
2025-05-20 11:51:20 +02:00
"website" : "https://ntfy.sh/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/ntfy.webp" ,
"config_path" : "/etc/ntfy/server.yml" ,
"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" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 2 ,
"os" : "debian" ,
2025-09-25 11:06:39 +02:00
"version" : "13"
2025-05-20 11:51:20 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-04-24 11:49:40 +02:00
}