geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.29k stars 448 forks source link

Installation on Synology NAS? #536

Closed colin19889 closed 1 year ago

colin19889 commented 1 year ago

I'm trying to get this installed on my Synology NAS but it doesn't seem to play well with Ansible. What are the chances this can be installed with Docker Compose?

jerzerisz commented 1 year ago

I'm not familiar with Synology's docker interface, but Ansible essentially installs necessary components, generates configuration files including a docker-compose.yml and then deploys.

For a one off, you could deploy to a Linux box/vm, and remove the containers, then use the generated configuration/docker-compose on your Synology , or disable the install/deploy tasks and then just generate the configs.

Actually depending on when Ansible is failing with the Synology, it might have already generated the configuration files, you might want to check around for a internet-monitoring folder with a docker-compose.yml.

colin19889 commented 1 year ago

That seemed to do it. Thank you very much. I installed it on a spare Raspberry Pi 3, took the "internet-monitoring" folder and ran docker-compose. Set everything up beautifully.