QNAP Container Work
Replace 192.168.0.227 with your QNAP IP
- tautulli: http://192.168.0.227:12701
- ombi: http://192.168.0.227:12702
- radarr4k: http://192.168.0.227:12710
- radarr1080: http://192.168.0.227:12711
- sonarr1080: http://192.168.0.227:12720
- sabnzbd4k: http://192.168.0.227:12730
- sabnzbd1080: http://192.168.0.227:12732
- nzbhydra2: http://192.168.0.227:12740
- speedtest: http://192.168.0.227:8088
https://www.qnap.com/en/how-to/knowledge-base/article/how-to-access-qnap-nas-by-ssh/
To update your qnap to the latest version, you will need to copy the files from this repo and replace them in your container station service definitions. This can all be down in a browser with just two tabs. In the steps below, will use (qnap) or (github) to identify what tab the instruction pertains to.
- (qnap) Log into QNAP admin
- (qnap) Open
Container Station
- (github) Navigate to
plex/plex.dc.yml
file - (github) Then click the
Raw
button in the right corner in the file view - (github) Copy the entire file contents (CTRL+A, CTRL+C)
- Note the line after plex, image: linuxserver/plex:version-#.#.#.####-######
- (qnap) Find the row with the name
plex
and click theedit icon
(pencil/paper) in the Actions column - (qnap) Replace the entire YAML with the copied file contents from github (should be in clipboard already, so CTRL+A, CTRL+V)
- To double check: note the line after plex, image: linuxserver/plex:version-#.#.#.####-###### should now match what is in github
- (qnap) Click
Validate YAML
and then clickApply
- (qnap) This might take a few seconds for
plex
to start running again, but you are done andPlex
has been upgraded
- (qnap) Log into QNAP admin
- (qnap) Open
Container Station
- (github) Navigate to
plex/plex-support.dc.yml
file (might need to hitback
if still on raw view from above steps) - (github) Then click the
Raw
button in the right corner in the file view - (github) Copy the entire file contents (CTRL+A, CTRL+C)
- Note the line after radarr4k, image: linuxserver/radarr:version-#.#.#.####
- (qnap) Find the row with the name
plexsupport
and click theedit icon
(pencil/paper) in the Actions column - (qnap) Replace the entire YAML with the copied file contents from github (should be in clipboard already, so CTRL+A, CTRL+V)
- To double check: note the line after radarr4k, image: linuxserver/radarr:version-#.#.#.#### should now match what is in github
- (qnap) Click
Validate YAML
and then clickApply
- (qnap) This might take a few seconds for
plexsupport
to start running again, but you are done andPlex Support
has been upgraded
- (qnap) Log into QNAP admin
- (qnap) Open
Container Station
- (github) Navigate to
speed-test/speedtest.dc.yml
file (might need to hitback
if still on raw view from above steps) - (github) Then click the
Raw
button in the right corner in the file view - (github) Copy the entire file contents (CTRL+A, CTRL+C)
- (qnap) Find the row with the name
speedtest
and click theedit icon
(pencil/paper) in the Actions column - (qnap) Replace the entire YAML with the copied file contents from github (should be in clipboard already, so CTRL+A, CTRL+V)
- (qnap) Click
Validate YAML
and then clickApply
- (qnap) This might take a few seconds for
speedtest
to start running again, but you are done andSpeed Test
has been upgraded
- Install Container Station
- Create new application called "plexsupport" and paste plex-single/plex-support.dc.yml
- Create new application called "plex" and paste plex-single/plex.dc.yml
- Follow the configuration screens for setting up the various applications
- When they are online, create the following Shared Folders in FileStation for convenience
- name: sonarr path: /sonarr
- name: radarr path: /radarr
- name: sabnzbd path: /sabnzbd
- name: nzbhydra2 path /nzbhydra2
- name: plex path: /plex
- When setting up plex, point your TV Shows library to /tv folder and Movies library to /movies folder
- /tv in plex app actually maps to /plex/series in File Station
- /movies in plex app actually maps to /plex/movies in File Status