gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
10.43k stars 593 forks source link

Is there any way to automatically enable plugins after container restart? #616

Closed AmamiyaHotaru closed 6 months ago

AmamiyaHotaru commented 6 months ago

Have you read the documentation?

You are setting up gotify in

Describe your problem

Any errors, logs, or other information that might help us identify your problem

Ex: docker-compose.yml, nginx.conf, android logcat, browser requests, etc.

Name of the information here

contents here

jmattheis commented 6 months ago

Could you elaborate how to reproduce this? The state should persist: restart.webm

AmamiyaHotaru commented 6 months ago

I have found the cause of this issue. When the Gotify server loads the plugin, the WebSocket server is not yet started, causing an error to be thrown. I apologize for taking up your time.