geerlingguy / internet-pi

Raspberry Pi config for all things Internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation on Synology NAS?

colin19889 opened this issue · comments

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?

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.

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.