esc
Type to search the docs
Back to catalog

gotify

Tested

Self-hosted push notification server with REST API and web UI

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up gotify

Requires Docker Desktop. No source code needed — pulls pre-built images and starts gotify with all dependencies.

Image: gotify/server:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: gotify
description: "Self-hosted push notification server with REST API and web UI"
repository: https://github.com/gotify/server
logo: https://raw.githubusercontent.com/gotify/logo/master/gotify-logo.svg

image: gotify/server:latest
provides:
  - protocol: http
    port: 80
    exposed: true
storage:
  data:
    path: /app/data
    persistent: true
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

6s

Total Disk

146 MB

Learn More

Spec references for features used in this Launchfile.