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.
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
---
|
|
title: "Gotify"
|
|
description: "Open-source push notifications for web and mobile apps."
|
|
og:
|
|
description: "Deploy Gotify on Coolify for self-hosted push notifications, real-time messaging, REST API integration, and Android/iOS notification delivery."
|
|
category: "Notifications"
|
|
icon: "/docs/images/services/gotify-logo.svg"
|
|
---
|
|
|
|
<ZoomImage src="/docs/images/services/gotify-logo.svg" alt="Gotify" width="200" />
|
|
|
|
## What is Gotify?
|
|
|
|
Gotify is a simple server for sending and receiving messages in real-time per WebSocket. It includes a sleek web UI for managing notifications and provides complete control over your notification data.
|
|
|
|
## Features
|
|
|
|
- **Self-Hosted & Privacy-Focused:** Complete control over your data with no reliance on third-party services
|
|
- **REST API:** Send messages through a simple and powerful REST API
|
|
- **WebSocket:** Receive messages in real-time using WebSocket connections
|
|
- **Cross-Platform:** Written in Go, works on multiple platforms including Docker
|
|
- **Android & iOS Support:** Native mobile apps available for push notifications
|
|
- **User Management:** Manage multiple users, clients, and applications
|
|
- **Lightweight:** Efficient server that doesn't consume excessive resources
|
|
- **Open Source:** MIT licensed and community-maintained
|
|
- **Easy Integration:** Simple API makes it easy to integrate with existing applications and services
|
|
|
|
## Use Cases
|
|
|
|
Perfect for receiving notifications from:
|
|
|
|
- Monitoring systems and alerts
|
|
- CI/CD pipelines
|
|
- Home automation services
|
|
- Custom scripts and applications
|
|
- Server and application monitoring
|
|
- Backup notifications
|
|
|
|
## Screenshots
|
|
|
|
<ZoomImage src="/docs/images/services/gotify-ui.webp" alt="Gotify-UI" />
|
|
|
|
## Links
|
|
|
|
- [The official website](https://gotify.net/)
|
|
- [GitHub](https://github.com/gotify/server)
|
|
- [Documentation](https://gotify.net/docs/)
|
|
- [Android App (Google Play)](https://play.google.com/store/apps/details?id=com.github.gotify)
|
|
- [Android App (F-Droid)](https://f-droid.org/de/packages/com.github.gotify/)
|