All Projects → mskian → gotify-push

mskian / gotify-push

Licence: MIT license
Chrome Extension for Send Push Notification 🔔 to gotify/server ☁

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gotify-push

Android-Firebase-Notification-With-PHP-Backend
This is a practice repository of Android Firebase Push Notification with PHP Backend. I wrote a blog post about this topic on my Bengali blog site.
Stars: ✭ 51 (+59.38%)
Mutual labels:  push-notifications, notification
janitor
Availability monitoring and alerting for IOT devices
Stars: ✭ 55 (+71.88%)
Mutual labels:  notification, gotify
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+665.63%)
Mutual labels:  fetch, cors
spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (+9.38%)
Mutual labels:  push-notifications, notification
Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (+5693.75%)
Mutual labels:  push-notifications, notification
Django Webpush
Web Push Notification Package for Django
Stars: ✭ 217 (+578.13%)
Mutual labels:  push-notifications, notification
apprise-ga
GitHub Action to send a dynamic push notification to every single platform thanks to the Apprise library
Stars: ✭ 18 (-43.75%)
Mutual labels:  push-notifications, notification
Tomatobean
集成react + react-router + react-redux的轻量级前端框架。提供keep-live功能,快速构建项目。在构建中大型项目时优势明显。
Stars: ✭ 15 (-53.12%)
Mutual labels:  notification
mobile-messaging-cordova-plugin
Mobile Messaging SDK plugin for Cordova projects
Stars: ✭ 19 (-40.62%)
Mutual labels:  push-notifications
sysfetch
A super tiny system information fetch script written in BASH
Stars: ✭ 197 (+515.63%)
Mutual labels:  fetch
miniprogram-network
Redefine the Network API of Wechat MiniProgram (小程序网络库)
Stars: ✭ 93 (+190.63%)
Mutual labels:  fetch
Natours
An awesome tour booking web app written in NodeJS, Express, MongoDB 🗽
Stars: ✭ 94 (+193.75%)
Mutual labels:  cors
Pure
Pure is a free social networking App. it is simple, reliable and it makes it easy to keep in touch with your friends and family. Pure works across mobile devices even on slow internet connections.
Stars: ✭ 28 (-12.5%)
Mutual labels:  push-notifications
rx-postmessenger
Minimal RxJS adapter for the window.postMessage API for request-response streams and notification streams across frame windows.
Stars: ✭ 27 (-15.62%)
Mutual labels:  notification
vectre
Most complete implementation of Spectre.css on Vue.js
Stars: ✭ 63 (+96.88%)
Mutual labels:  spectre-css
spectre-canjs
A data administration component library built on the Spectre.css framework enabled with CanJS
Stars: ✭ 25 (-21.87%)
Mutual labels:  spectre
keycloak-spring-boot-rest-angular-demo
Demo for configuring Keycloak authentication for a spring-boot rest service and AngularJs web client
Stars: ✭ 24 (-25%)
Mutual labels:  cors
snmp notifier
A webhook to relay Prometheus alerts as SNMP traps, because sometimes, you have to deal with legacy
Stars: ✭ 33 (+3.13%)
Mutual labels:  notification
i18next-http-backend
i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
Stars: ✭ 270 (+743.75%)
Mutual labels:  fetch
terraform-aws-api-gateway-enable-cors
Easily add an OPTIONS method to an API Gateway resource to enable CORS
Stars: ✭ 56 (+75%)
Mutual labels:  cors

Gotify push

Gotify Google Chrome Extension

Chrome Extension for Send Push Notification to gotify/server 🔔

Gotify Push

🖥 System Font
💅 Spectre.css Framework
💯 Light Weight and Optimized
Fetch API

Requirments

  • Gotify API

Installation

  • Download or Clone this Github Respo
  • Open the Extension Management Page - chrome://extensions
  • Enable Developer Mode by clicking the toggle switch next to Developer mode.
  • Click the LOAD UNPACKED button and select the unzipped extension directory

Usage

  • you can Find the Plugin Option page on Chrome toolbar Right side of the Address bar
  • Click Gotify Setup Button and Enter your Gotify APP API URL and Save it
  • That's all Successfully Setup Gotify Push Extension on your Brower

Allow CORS

You must configure your server CORS allow this extension to Send push notification from this Extension

  • Open config.yml File and Update this Setup
server:
  cors:
    alloworigins:
        - "chrome-extension://cbegkpikakpajcaoblfkeindhhikpfmd"
    allowmethods:
        - "GET"
        - "POST"
    allowheaders:
        - "Authorization"
        - "content-type"
  stream:
    allowedorigins: # allowed origins for websocket connections (same origin is always allowed, default only same origin)
      - "cbegkpikakpajcaoblfkeindhhikpfmd"

Features

  • Send Custom Push Notification
  • Send Current page INFO
  • Send Image URL
  • Send Link
  • Send Selected Text

Gotify push

Gotify push

Gotify push

Gotify push

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].