mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
16 lines
680 B
Markdown
16 lines
680 B
Markdown
# Gotify
|
|
|
|
Homepage: [https://gotify.net/](https://gotify.net/)
|
|
|
|
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
|
|
|
|
## Usage
|
|
|
|
Set `gotify_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
|
|
|
The Gotify web interface can be found at http://ansible_nas_host_or_ip:2346.
|
|
|
|
Android client: [https://play.google.com/store/apps/details?id=com.github.gotify](https://play.google.com/store/apps/details?id=com.github.gotify)
|
|
iOS client: n/a
|
|
Chrome extension: n/a
|
|
Firefox extension: [https://addons.mozilla.org/en-US/firefox/addon/gotify-for-firefox/](https://addons.mozilla.org/en-US/firefox/addon/gotify-for-firefox/)
|