MirrorNest
← Todas las guías

Gotify

Gotify is a simple, self-hosted server for sending and receiving push notifications, distributed as a small Go binary or an official multi-arch Docker image.

Sistema: Any Docker hostUtilitiesSitio oficial ↗Documentación oficial ↗
Esta guía se elaboró a partir de la documentación oficial de Gotify, enlazada arriba — verifica siempre ahí los nombres exactos de paquetes/versiones antes de ejecutar estos comandos en un servidor de producción, ya que las versiones de la distribución y del proyecto cambian con el tiempo.
  1. 1Create a data directory

    mkdir -p /var/gotify/data
  2. 2Run the Gotify container

    docker run -p 80:80 -v /var/gotify/data:/app/data gotify/server

    An alternate image is available at ghcr.io/gotify/server. /app/data holds the SQLite database, images and certificates — back it up.

  3. 3First login

    Log in with the default admin account and change the password immediately.

    Default credentials: admin / admin