Question: Is it a 1:1 relation between iGotify container and iOS device?
Closed this issue · 5 comments
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
No it's a 1:n relation.
The only thing is that the igotify need to reach the gotify websocket
you can add multiple gotify instances in one iGotify container, that can hold multiple iOS/iPadOS devices
This means it's not required to maintain
environment:
- IGOTIFY_CLIENT_TOKEN="<client-token>"
in docker_compose.yml?
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
Great.
Obviously I didn't notice this improvement, instead I was looking into an outdated tutorial in YT.