Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 556 Bytes

Signal and Gotify Proxy Form

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"

Reference

LICENSE

MIT