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.

Aran

Members
  • Joined

  • Last visited

Everything posted by Aran

  1. Same here. Nextcloud + mariadb + swag + nginx proxy manager. I think these are the basic docker containers you need to be able to connect outside LAN safely. If you only need to sync inside your LAN network then there are other (maybe more simple) solutions like eg. syncthing. Browsing images can be a bit slow but the Nextcloud mobile app works very well. It never missed an upload and it syncs a second after a picture is taken. No complaints there.
  2. Hi there. I'm trying to install the Cozy docker but it has no 'official' unraid template. There is some basic info on the Cozy website but i don't really know on how to proceed next. Has anyone tried running Cozy Cloud on Unraid before?
  3. There is a dutch/nederlands section here: https://forums.unraid.net/forum/80-dutch-nederlands/ Weinig topics daar dus er valt momenteel niet veel te lezen maar je kan je vragen daar eventueel in het nederlands stellen. Zo kunnen we elkaar in een beter verstaanbare taal verder helpen. Unraid draait hier nu al 5 jaar zonder problemen dus met de basics kan ik u wel verder helpen. Welkom trouwens!
  4. Pics please! I decided not to use pfsense as a vm because when your server is down, you lose your internet connection.
  5. Ok, lets bump this topic! Those fractal cases are popular. I had one for my previous server. Too bad they don't sell a hot-swap backplate. Here's my humble unraid server: Cheap €30 case - MS-Tech CA-0210 Icy Dock (black vortex something something) 4in3 5.25" drive cage. The ultimate server room! Specs in sig. Post your rig. I'ts very interesting to see what hardware other people are using. Please keep this topic alive!
  6. Yep, i had to update my keys. Problem solved. Sorry for the wall of text.
  7. Ok, i updated unraid to 6.2.4 and none of my dockers worked any more. I installed transmissionvpn yesterday but i can't get it to work. I'm still in a learning-process. The new variables are added and i got this: /plugins/dynamix.docker.manager/scripts/docker create --name="activ-transmissionvpn" --net="bridge" --privileged="true" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "VPN_ENABLED"="yes" -e "VPN_USER"="*****" -e "VPN_PASS"="*****" -e "VPN_REMOTE"="ippower.zapto.org" -e "VPN_PORT"="1194" -e "VPN_PROTOCOL"="tcp" -e "VPN_PROV"="custom" -e "ENABLE_PRIVOXY"="no" -e "LAN_NETWORK"="192.168.8.0/24" -e "WHITELIST"="192.168.*.*" -e "DEBUG"="false" -e "PUID"="99" -e "PGID"="100" -e "STRONG_CERTS"="no" -e "NAME_SERVERS"="8.8.8.8,8.8.4.4" -e "PHP_TZ"="Europe/Paris" -e "VPN_DEVICE_TYPE"="tun" -p 9091:9091/tcp -p 8118:8118/tcp -v "/mnt/user/Films/":"/data":rw -v "/mnt/cache/appdata/activ-transmissionvpn":"/config":rw activ/arch-transmissionvpn usermod: no changes [info] Env var PUID defined as 99 [info] Env var PGID defined as 100 [info] Permissions already set for /config [info] Starting Supervisor... 2017-02-03 12:22:57,782 CRIT Set uid to user 0 2017-02-03 12:22:57,782 INFO Included extra file "/etc/supervisor/conf.d/transmission.conf" during parsing 2017-02-03 12:22:57,783 INFO supervisord started with pid 20 2017-02-03 12:22:58,787 INFO spawned: 'checkproc-script' with pid 23 2017-02-03 12:22:58,789 INFO spawned: 'start-script' with pid 24 2017-02-03 12:22:58,791 INFO spawned: 'transmission-script' with pid 25 2017-02-03 12:22:58,791 INFO spawned: 'privoxy-script' with pid 26 2017-02-03 12:22:58,794 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2017-02-03 12:22:58,794 INFO success: checkproc-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-02-03 12:22:58,794 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-02-03 12:22:58,794 INFO success: transmission-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-02-03 12:22:58,794 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-02-03 12:22:58,796 DEBG 'transmission-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2017-02-03 12:22:58,797 DEBG 'privoxy-script' stdout output: [info] Privoxy set to disabled 2017-02-03 12:22:58,797 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 47382796251216 for <Subprocess at 47382795261856 with name privoxy-script in state RUNNING> (stderr)> 2017-02-03 12:22:58,797 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 47382795772200 for <Subprocess at 47382795261856 with name privoxy-script in state RUNNING> (stdout)> 2017-02-03 12:22:58,797 INFO exited: privoxy-script (exit status 0; expected) 2017-02-03 12:22:58,797 DEBG received SIGCLD indicating a child quit 2017-02-03 12:22:58,799 DEBG 'start-script' stdout output: [info] VPN config file (ovpn extension) is located at /config/openvpn/pfSense-TCP-1194-tvpn.ovpn 2017-02-03 12:22:58,820 DEBG 'start-script' stderr output: mknod: /dev/net/: File exists 2017-02-03 12:22:58,822 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2017-02-03 12:22:58,824 DEBG 'start-script' stdout output: [info] Adding 192.168.8.0/24 as route via docker eth0 2017-02-03 12:22:58,824 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2017-02-03 12:22:58,824 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2 192.168.8.0/24 via 172.17.0.1 dev eth0 2017-02-03 12:22:58,825 DEBG 'start-script' stdout output: -------------------- 2017-02-03 12:22:58,826 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2017-02-03 12:22:58,839 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2017-02-03 12:22:58,839 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 1194 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9091 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 9091 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 9091 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9091 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2017-02-03 12:22:58,839 DEBG 'start-script' stdout output: -------------------- 2017-02-03 12:22:58,839 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2017-02-03 12:22:58,843 DEBG 'start-script' stdout output: [info] OpenVPN started root@powernas:~# docker exec -it activ-transmissionvpn ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.0.2 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:ac:11:00:02 txqueuelen 0 (Ethernet) RX packets 11 bytes 666 (666.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 11 bytes 570 (570.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1 (Local Loopback) RX packets 640 bytes 49280 (48.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 640 bytes 49280 (48.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 I guess it never connects to the vpn and transmission is not starting.
  8. Same here. I spend 3 weeks gathering info from github, docker.com, this forum and openvpn itself. Could not get it up and running until someone posted the link to this topic. I somehow must have over looked it. (don't get me wrong, appreciate the hard work put into this) After reading the full 18 pages i was able to solve all problems but one. The vpn-server was up and running without errors but i could not connect. Turned out that my ISP router was able to port forward only TCP, not UDP. (is this normal?) My problems: no webui: changed eth0 to bond0 in config file (i use bonding) TUN/TAP error: a simple reboot fixed it our second router is set to 'bridge mode' but nat was still enabled. Disabled nat manualy. port forwarding didn't work with UDP. Using TCP fixed it. At the end of the day, I've learned A LOT.
  9. Ok, so i managed to log in to the webui. I also use bonding so post #45 was helpfull, thanks! Then i configured everything as described in post #9 but stumbled upon the TUN/TAP error... ['Sat Oct 1 20:06:36 2016 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)'] I'm still in a learning process and searched the web but i have no idea where to start.

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.