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/
ssh [username]
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.ymlfile - (github) Then click the
Rawbutton 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
plexand 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 YAMLand then clickApply - (qnap) This might take a few seconds for
plexto start running again, but you are done andPlexhas been upgraded
- (qnap) Log into QNAP admin
- (qnap) Open
Container Station - (github) Navigate to
plex/plex-support.dc.ymlfile (might need to hitbackif still on raw view from above steps) - (github) Then click the
Rawbutton 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
plexsupportand 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 YAMLand then clickApply - (qnap) This might take a few seconds for
plexsupportto start running again, but you are done andPlex Supporthas been upgraded
- (qnap) Log into QNAP admin
- (qnap) Open
Container Station - (github) Navigate to
speed-test/speedtest.dc.ymlfile (might need to hitbackif still on raw view from above steps) - (github) Then click the
Rawbutton 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
speedtestand 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 YAMLand then clickApply - (qnap) This might take a few seconds for
speedtestto start running again, but you are done andSpeed Testhas 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