← すべてのガイド
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.
このガイドは上記リンク先にあるGotify公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Create a data directory
mkdir -p /var/gotify/data2Run the Gotify container
docker run -p 80:80 -v /var/gotify/data:/app/data gotify/serverAn alternate image is available at ghcr.io/gotify/server. /app/data holds the SQLite database, images and certificates — back it up.
3First login
Log in with the default admin account and change the password immediately.
Default credentials: admin / admin