I’ve written a bot for [email protected] that I’m currently just running on my desktop. But I’d like to be able to set and forget it (except for when I do updates) by running it on my Synology NAS.

How can I best pull the node app from GitHub and run it on my Synology, preferably automatically running on start-up if the Synology is restarted.

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    The 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.