Home Catalogus Gotify
Communication

Gotify

A simple server for sending and receiving messages in real-time per web socket with push notifications.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Laag
Standaard Poort: Port 8097

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  gotify:
    image: "gotify/server:latest"
    container_name: njorddeploy-gotify
    restart: unless-stopped
    environment:
      - "GOTIFY_DEFAULTUSER_NAME=admin"
      - "GOTIFY_DEFAULTUSER_PASS=gotify_admin_pass_123"
    ports:
      - "8097:80"
    volumes:
      - "./data/gotify/data:/app/data"
    user: "0:0"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
GOTIFY_WEB_PORT 8097 Web UI and WebSocket port.
GOTIFY_DEFAULT_USER admin Admin username.
GOTIFY_DEFAULT_PASS gotify_admin_pass_123 Admin password.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.