Gotify icon

Gotify

Extension Actions

How to install Open in Chrome Web Store
CRX ID
defcailckfpgaigaiijligpnjipkhhmg
Description from extension meta

Unofficial browser extension for Gotify

Image from store
Gotify
Description from store

An extension for viewing and managing Gotify servers

You must configure your server CORS to allow the extension to make requests, like so:
In your config.yml

server:
cors:
alloworigins:
- "chrome-extension://defcailckfpgaigaiijligpnjipkhhmg"
allowmethods:
- "GET"
- "POST"
- "OPTIONS"
- "DELETE"
allowheaders:
- "Authorization"
- "content-type"
stream:
allowedorigins: # allowed origins for websocket connections (same origin is always allowed, default only same origin)
- "defcailckfpgaigaiijligpnjipkhhmg"

Or, in your docker-compose.yml
environment:
GOTIFY_SERVER_CORS_ALLOWORIGINS: "- \"chrome-extension://defcailckfpgaigaiijligpnjipkhhmg\""
GOTIFY_SERVER_CORS_ALLOWHEADERS: "- \"Authorization\"\n- \"content-type\""
GOTIFY_SERVER_CORS_ALLOWMETHODS: "- \"GET\"\n- \"POST\"\n- \"OPTIONS\"\n- \"DELETE\""
GOTIFY_SERVER_STREAM_ALLOWEDORIGINS: "- \"defcailckfpgaigaiijligpnjipkhhmg\""

Logo is from https://github.com/gotify/logo

More info can be found here: https://gotify.net/docs/config

Latest reviews

Ron Jo
Works fine with gotify/server:latest ! Maybe a tighter UI for not having to scroll so much would be great! Keep up the good job ;)
Maxime SALECROIX
Extension was not able to retreive messages from my gotify server 2.2.4
Maxime SALECROIX
Extension was not able to retreive messages from my gotify server 2.2.4