概要
Unofficial browser extension for Gotify
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
5 点満点で 2.73 件の評価
詳細
プライバシー
このデベロッパーは、お客様のデータについて以下を宣言しています
- 承認されている以外の用途で第三者に販売しないこと
- アイテムの中心機能と関係のない目的で使用または転送しないこと
- 信用力を判断する目的または融資目的で使用または転送しないこと
サポート
質問や提案、問題がある場合は、デベロッパーのサポートサイトにアクセスしてください。