mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
21 lines
670 B
Plaintext
21 lines
670 B
Plaintext
---
|
|
title: Ntfy
|
|
description: "Simple HTTP-based pub-sub notification service."
|
|
og:
|
|
description: "Host ntfy notification service on Coolify for simple pub/sub push notifications via HTTP, mobile apps, and scriptable alert delivery."
|
|
category: "Notifications"
|
|
icon: "/docs/images/services/ntfy-logo.svg"
|
|
---
|
|
|
|
# Ntfy
|
|
|
|
<ZoomImage src="/docs/images/services/ntfy-logo.svg" alt="Ntfy dashboard" />
|
|
|
|
## What is Ntfy
|
|
|
|
ntfy 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.
|
|
|
|
## Links
|
|
|
|
- [Official Documentation](https://docs.ntfy.sh/?utm_source=coolify.io)
|