geluk / matrix-webhook-gateway

Webhook gateway for Matrix / Synapse. Create and manage webhooks in Matrix channels for multiple services.
MIT License
18 stars 4 forks source link

How to make hooks persistent? #80

Open odevroed opened 1 year ago

odevroed commented 1 year ago

Hi,

I'm using the docker version of the software but cannot figure out how to make the hooks persistent after a restart. The bot stays present in the room, but it loses its hooks. I have to recreate them each time.

Best regards,

O.

yeehawitsjakester commented 7 months ago

odevroed, are you storing your database in a persistent volume? sounds like either your sqlite file isnt on a volume mounted in docker or your database connection to an external DB may not be up to date