Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nebur692

Members
  • Joined

  • Last visited

Everything posted by Nebur692

  1. Support to Salicru SPS SOHO+ ?
  2. Sorry, I don't speak english and I use the translator and citing me must be translated to the Spanish UNMS introduction and roadmap: https://community.ubnt.com/t5/UNMS-Next-Generation-Network/UNMS-Introduction-and-Roadmap/m-p/1784236#U1784236 UNMS demo - https://unms-demo.ubnt.com/devices
  3. OK, I will try. Unifi is to control the range of Unifi products. UNMS is to control the range of products EdgeRouter (ER-X/ER-X-SFP/EP-R6/ER-8/ERPro-8/EP-R8/ERLite-3/ERPoe-5/UF-OLT). I thought that LinuxServer.io would make the docker just as they have done with the Unifi docker.
  4. How do I install your version? When I look for the app in unraid it does not appear.
  5. Hi, Can you make this docker for unraid? https://github.com/Ubiquiti-App/UNMS/wiki/Installation-%26-Update
  6. The DVB plugin and the tvheadend docker has nothing to do with each other, so I don't understand why you uninstalled the plugin. You need it for changing the permissions and updating unraid when a new version is released. I use the "Community Applications" plugin and installed the applications with it, so I did not see need to have both. The only thing I do to older ones is to download the drivers and replace them in the pendrive. The plugin just install it to verify that it had the usb dvb-t drivers properly.
  7. Yes, you can. Problem is, so can everyone else in the world. If you leave your server open, it will get ruined eventually. But that's what users are for with their passwords, right? The problem is that only works with the applications, through the browser does not let me log in.
  8. Don't expose anything directly to the internet! You should be using a vpn to connect to home for that stuff. I use the app outside perfect: https://www.microsoft.com/es-es/store/p/tvhplayer-beta/9nblggh5k12j
  9. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic For some reason your adapter doesn't get the right permissions. Did you have the device connected when you booted unraid? If not, reboot while your device is connected. The DVB plugin changes the owner of the device to nobody:users when it's installed. Yes, I have the device connected when I booted unraid Then stop the tvheadend container and connect to your server through ssh/telnet and issue the command below. chown -R nobody:users /dev/dvb Then start the tvheadend container again to see if your tuner shows up. Wow, its perfect!!! One last question, do I have to do it every time I reboot? Thank you very much for your help and sorry for my English Did you remove the DVB Plugin? I can't find it being installed at boot in the syslog. If you removed the plugin, it's no wonder the permissions are wrong. Yes, I delete the plugin and install the dock directly
  10. Ok, thanks. Another question. I can only log in to the web interface from the local network and it does not always leave me, I have to login several times. From the internet, despite having correctly open the ports, I can not log in, it only works for me if I use the applications to play the channels. What do I do wrong? user admin: { "index": 2, "enabled": true, "username": "admin", "prefix": "0.0.0.0/0,::/0", "change": [ "change_rights", "change_chrange", "change_chtags", "change_dvr_configs", "change_profiles", "change_conn_limit", "change_lang", "change_lang_ui", "change_theme", "change_uilevel" ], "uilevel": -1, "uilevel_nochange": -1, "streaming": [ "htsp" ], "profile": [ ], "dvr": [ "htsp", "all", "failed" ], "htsp_anonymize": false, "dvr_config": [ ], "webui": true, "admin": true, "conn_limit_type": 0, "conn_limit": 0, "channel_min": 0, "channel_max": 0, "channel_tag_exclude": false, "channel_tag": [ ], "comment": "New entry", "wizard": true }
  11. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic For some reason your adapter doesn't get the right permissions. Did you have the device connected when you booted unraid? If not, reboot while your device is connected. The DVB plugin changes the owner of the device to nobody:users when it's installed. Yes, I have the device connected when I booted unraid Then stop the tvheadend container and connect to your server through ssh/telnet and issue the command below. chown -R nobody:users /dev/dvb Then start the tvheadend container again to see if your tuner shows up. Wow, its perfect!!! One last question, do I have to do it every time I reboot? Thank you very much for your help and sorry for my English
  12. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic For some reason your adapter doesn't get the right permissions. Did you have the device connected when you booted unraid? If not, reboot while your device is connected. The DVB plugin changes the owner of the device to nobody:users when it's installed. Yes, I have the device connected when I booted unraid
  13. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic server-diagnostics-20170216-1852.zip
  14. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully!
  15. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10
  16. No detect my usb AverMedia Volar HD Pro

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.