You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a user of Gorush and think it is a fantastic tool for sending push notifications.
Currently, Gorush uses a single configuration file for all push requests. This means that if we want to use different configurations for different push messages, we need to run multiple Gorush instances on our server.
It would be pretty cool if we could select a configuration file when we call api/push:
Maybe the function already exists, but today I had massive difficulties to include my own configuration in my Docker instance, because the documentation does not describe that the config.yml has to be located under /home/gorush/config.yml.
Maybe the function already exists, but today I had massive difficulties to include my own configuration into my Docker instance, because the documentation does not describe that the config.yml has to be located under /home/gorush/config.yml.
In the meantime it works at least once with a single configuration:
I am a user of Gorush and think it is a fantastic tool for sending push notifications.
Currently, Gorush uses a single configuration file for all push requests. This means that if we want to use different configurations for different push messages, we need to run multiple Gorush instances on our server.
It would be pretty cool if we could select a configuration file when we call
api/push
:Maybe the function already exists, but today I had massive difficulties to include my own configuration in my Docker instance, because the documentation does not describe that the
config.yml
has to be located under/home/gorush/config.yml
.Maybe the function already exists, but today I had massive difficulties to include my own configuration into my Docker instance, because the documentation does not describe that the
config.yml
has to be located under/home/gorush/config.yml
.In the meantime it works at least once with a single configuration:
The text was updated successfully, but these errors were encountered: