this post was submitted on 31 Jan 2025
19 points (91.3% liked)

Selfhosted

41650 readers
383 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago (1 children)

How do you run a docker container on Synology? I have a DS923+ which AFAIK should be able to run it, but when I search for Docker in the Package Manager the only thing that comes up is Synology's own container manager, and I have no idea how to work with that.

[–] [email protected] 2 points 1 day ago (1 children)

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.

[–] [email protected] 1 points 1 day ago (2 children)

Is there a way to get a terminal on the Synology itself, or is SSH from my PC the only way?

[–] [email protected] 1 points 21 hours ago

There is not. But I'd say keep SSH closed on the NAS or whitelist only your local IP in the firewall. I do that and turn it off when I don't need it. It can be a bit risqué messing about with SSH on Synology because of how funky they've made the distro it's running and any changes you make might not persist on reboot or after updates.

[–] [email protected] 2 points 1 day ago

I only ever used SSH, so I don't know.