Gotify in Chrome with OffiDocs
Ad
DESCRIPTION
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
Additional Information:
- Offered by gostew.art
- Average rating : 0 stars (hated it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.
Gotify web extension integrated with the OffiDocs Chromium online