Could anyone share with me a docker Compose or methodology he is using with Container Manager on a NAS SYNOLOGY to install n8n?
I’m setting it up manually but every time I want to update n8n, I need to update credentials and import again my flows…
I saw there are some possibility with PostgreSql also, but I can not manage to install properly.
So any methodology, tutorials sharing would be much appreciated!
It sounds like you are missing the storage requirement which is why you have to set up everything again. Don’t forget that we need /home/node/.n8n to be a docker volume / mount to keep the data.
Hey @Jon
Thanks a lot,
Unfortunately, Container Manager in Synology do not allow me to point /home
I can see all other folder, but no permissions are allowed.
That’s why I thought I maybe using a docker compose.
All the ones I found are using POSTGRES… As I do not understand Docker, I’m very quickly lost with the setup.
Thanks a lot for your help again.
Since I could not select /home/node/.n8n in the environment, I have exported it to a JSON and imported it again…
It still remains the same: “Init Problem: There was a problem loading init data: Unauthorized”
I’m really disappointed it was working fine before Docker was moved to Container Manager. Even if each time I was updating I had to setup everything again
I hope someone can help me, I can’t run n8n anymore… I miss it!
Hello all,
I finally managed to install self-hosted n8n with Container Manager using the excellent tutorial made by MariusHosting Link
It is super complete and really handy step by step installation guide to install n8n on a Synology NAS on Docker by using Portainer.
I only got one error with Portainer that was use local IP instead of Public IP (or Domain name). This was creating an EAI_AGAIN error as DNS servers did not know where to send back the answers.
Hope this can help someone who is discovering this world with low level like me!
Philippe