androidseb25 / iGotify-Notification-Assistent

Docker container for sending Gotify notifications to iOS devices (bridge to gotify websocket)
MIT License
99 stars 3 forks source link

Question: Is it a 1:1 relation between iGotify container and iOS device? #60

Closed cmonty14 closed 1 month ago

cmonty14 commented 1 month ago

Hello, can you please advise how to use multiple iOS devices with this container? Is it a 1:1 relation between iGotify container and iOS device, means I need a dedicated container for each iOS device?

THX

androidseb25 commented 1 month ago

No it's a 1:n relation. The only thing is that the igotify need to reach the gotify websocket

androidseb25 commented 1 month ago

you can add multiple gotify instances in one iGotify container, that can hold multiple iOS/iPadOS devices

cmonty14 commented 1 month ago

This means it's not required to maintain

environment:
  - IGOTIFY_CLIENT_TOKEN="<client-token>"

in _dockercompose.yml?

androidseb25 commented 1 month ago

In the latest version of the container you didn't need the environment variable anymore

Please take a look at the release notes of 1.2.0.0

https://github.com/androidseb25/iGotify-Notification-Assistent/releases/tag/v1.2.0.0

cmonty14 commented 1 month ago

Great. Obviously I didn't notice this improvement, instead I was looking into an outdated tutorial in YT.