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.

Mattti1912

Members
  • Joined

  • Last visited

Everything posted by Mattti1912

  1. Hello people I dont know what has happend, but i am not able to install or update any of my docker containers?? I dont get an error, but it keeps counting down from 10? some of the time it says that it has updated but when i go back to the app, it asks again?? I really hope you can help me:) if you can which logs do you need?? best regards:)
  2. Hello again... I found the problem. There was a error in dns.. Fixed now.. Thank you:)
  3. Hello people I've got a problem with my server?? I've deactivasted and re-enabled my docker containers and now i have a problem .. The error is that i cant install plugins and dockers, and i cant access the one i have..:( Is there a way to remove and reinstall the docker plugin?? Thank you!
  4. Hello I dont know if im in the right forum..:. . But does anyone know how to disable activity-logs in jellyfin?? thanks you
  5. Thank you so much.. I figured it out.. thank you
  6. Hello again... Thank you for reply.. the ip is an internal ip:) how do i add policies?? regards
  7. Hello again I can access the docker through the cloudflare.. But the error is that i cant make the 2fa work. and i get this error : The error now is TOTP code .. And a ip error IP: 172.19.0.1 ... Anyone that know how to resolve this?? thank you
  8. Could the error be because of the tunnels function at cloudflare?? thank you
  9. Hello again.. and thank you.. I use cloudflare tunnels.. When i login over the internet the 2 steps login, will not work? i scan the qr-code... And then the error_: totp error 172.18.0.1 I've tried to change network-type but no difference ? hope you can help?? Thank you
  10. Hello again.. I've tried again.. get the error totp error 172.18.0.1 Hope you can help:) Thank you
  11. Hello again.. Thank you for responding:) How to you do that?? Of what i cant see there are two ways to configure the docker... there are the admin page and the login page.. how do i do this?? thank you
  12. Hello people I have a question:) is it possible to set up a 2fa to this bitwarden?? So that i have to accept with my phone every time i logon on to this service?? I've tried to config in the admin page.. But i cant make smtp email to work with gmail... Any one who might have a guide?? thank you
  13. Hello I've been trying to get my Jellyfin server up and running with nginx.. It all works as it is suppose to except, for the speed.. I don't know what the problem is but i did some research, and i cant figure it our? I hope that you can help me:) Its runs http, block common exploits is active. as well as websocket support.. Also have enabled force ssl, http/2 support, hsts, and htst subdomain.. Thank you..
  14. Hello again.. Hope this works? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='no' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.0.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/NAS-Server/':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' 1c0c150f683edebdcb18e38e4ac7894cce3d73668992044cdf0c40d71faf3f1d The command finished successfully!
  15. Thank you... How do i get the last one? The last one works, so there are no docker run??
  16. Is it this one?? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --cpuset-cpus='0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15' --privileged=true -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-delugevpn" -e 'VPN_ENABLED'='no' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.0.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8112]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png' -p '8333:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8188:8188/tcp' -v '/mnt/user/NAS-Server/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' ffd59352c3c720f34ba34823df569c9c14a62f3bb20b6ff9c91e5dab2b80688c
  17. hello again. it's qbittorrent and deluge both vpn?? thank you
  18. Hello unraid I want more then 1 torrent-client.. but i cant make it work?? I think it has something to do with my Lan_Network.. I can have one of the clients going at the time.. But only 1. when i close one of the containers it works but not 2.. any idea why?? Thank you!
  19. Hello I have a problem, i've installed SftpGo as a docker. But i cant allow my folders to be shared. When i go to my folders i can only choose what not to share? Is it possible to only share 3 of my 8 folders? and anyone with a guide for this?? An other problem is that i can put in a public key, i guess that's for security. But if i do so how do i share my folders with kodi?? And how do i make the files/folders read only?? Thank you
  20. Hello again thank you for reply I use it for kodi? is there another way for this?? thanks
  21. Hello I want to be able to share some files through a FTP-server?? I've tried, the plugin called Proftpd, but cant make it work.. It works internally on Lan, but i cant make it work through the internet.. I have opend the ports in my firewall. But still no luck.. I've used this tutorial: regards
  22. Hello I've seen an youtube video, where it was implied, that i can get back deleted data with this tool.. Is that correct?? thank you, regards.
  23. Hello I've made a terrible mistake.. I've deleted some file on a unarid share. Is it possible to get those back?? Thank you..
  24. hello i am looking for help with nginx and nextcloud .. Im not able to make it work?? i already have my jellyfin server working.. but the nextcloud is not.. anyone who can help?? thanks

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.