Send Messages to Gotify Server and Signal recipients from HTML Form by bypassing the CORS errors.
- install Required Packages
composer require symfony/yaml symfony/filesystem
- Create
yml
File in Home Directory to Store the API URL of Gotify and Signal
pushnotify.yml
api:
signal_url: "https://signal.example.com"
gotify_url: "https://push.example.com"
- Signal API - https://github.com/bbernhard/signal-cli-rest-api
- Gotify - https://gotify.net/
MIT