Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Send Messages to Gotify Server and Signal recipients from HTML Form by bypassing the CORS errors

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