Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/signal-and-gotify
Send Messages to Gotify Server and Signal recipients from HTML Form by bypassing the CORS errors
https://github.com/mskian/signal-and-gotify
bulma css fetch-api gotify gotify-client html javascript php signal signal-messenger
Last synced: about 1 month ago
JSON representation
Send Messages to Gotify Server and Signal recipients from HTML Form by bypassing the CORS errors
- Host: GitHub
- URL: https://github.com/mskian/signal-and-gotify
- Owner: mskian
- License: mit
- Created: 2024-06-26T10:04:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T10:51:46.000Z (5 months ago)
- Last Synced: 2024-10-01T05:41:27.928Z (about 1 month ago)
- Topics: bulma, css, fetch-api, gotify, gotify-client, html, javascript, php, signal, signal-messenger
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Signal and Gotify Proxy Form
Send Messages to Gotify Server and Signal recipients from HTML Form by bypassing the CORS errors.
- install Required Packages
```sh
composer require symfony/yaml symfony/filesystem
```- Create `yml` File in **Home Directory** to Store the API URL of Gotify and Signal
> `pushnotify.yml`
```yml
api:
signal_url: "https://signal.example.com"
gotify_url: "https://push.example.com"
```## Reference
- Signal API -
- Gotify -## LICENSE
MIT