ntfy logo

ntfy

HTTP 기반의 간단한 pub-sub 알림 서비스

DevTool 최신: 2.19.2

Introduction

ntfy is a simple HTTP-based publish-subscribe notification service. With ntfy, you can send notifications from any computer script to your phone or desktop without registration or fees.

Features

  • Cross-Platform Support: Available on Android, iOS, Windows, Linux, and macOS.
  • Multiple Transmission Methods: Notifications can be sent and received via HTTP API, command-line tools, email, WebSocket, and more.
  • Self-Hosting: Users can deploy ntfy on their own servers for complete control and privacy.
  • Subscription Model: Allows users to subscribe to specific topics and receive only relevant notifications.
  • Simple Integration: Easily integrates with various applications and scripts through simple HTTP requests.
  • Real-Time Notifications: Supports real-time notifications for instant updates.
  • Open Source: Fully open-source, allowing users to view, customize, and extend the source code.

1Panel로 ntfy 배포

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for ntfy and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.