Rikudou_Sage@lemmings.worldtoSelfhosted@lemmy.world•How to run a Node app on Synology?English
0·
5 days agoThe easiest would be using docker, you can set up the container to always restart, that way it will be started automatically on NAS restart.
You can also download node.js from the Synology software center and manually add a cronjob to run after reboot, but the docker way is probably the best way to go.
IIRC, that’s exactly it. You can either use their GUI (which is not half bad) or you can use the docker command in the terminal after you install the package.