Hello @Ryan_Glock - we will all see if we can help you.
There is a possible quick option and that is installing one docker image called " Roon Extension Manager" - this tool installs other tools - Peter has his RHEOS as an option in that tool.
Home · TheAppgineer/roon-extension-manager Wiki
and the massively long thread on it: Roon Extension Manager 1.x (currently at v1.1.2)
However, I know little about QNAPs implementation of Docker –
below is a screen shot of a yaml example - the picture has the indent formatting
also, we will probably need to convert the ‘rem-data’ volume mapping to qnap format…
name:
services:
roon-extension-manager:
network_mode: host
restart: unless-stopped
container_name: roon-extension-manager
group_add:
-
volumes:
- rem_data:/home/node/.rem/
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=
image: theappgineer/roon-extension-manager:v1.x-standalone
volumes:
rem_data:
external: true
name: rem_data
Tomorrow I will see if i can find some QNAP articles on compose yaml examples so i can see what needs to be done…
here is a timezone tool for the TZ line above:
TZ