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.

rix

Community Developer
  • Joined

Everything posted by rix

  1. Tell me how/if it works for you! Thanks for the feedback..
  2. Ripper (beta) added Let me know, how automated optical disk ripping works for you
  3. Has this been thought about? I would really love this ability to self-wake up just before 4 am (my daily mover, then backup cycle) and on every 30th day of the month 10 pm (parity check). Would help me greatly improve my power bill. My server successfully wakes up on wan traffic, I just dont have another device to wol it for me. (if this is of the table: any tutorial/starting point for building unraid plugins?)
  4. Any news on the 11 update?
  5. Watch where you defecate
  6. Poop. I was not using FlexGet & am not the right one to support it. http://lime-technology.com/forum/index.php?topic=48629.0 Paul is actively developing his container. Ask him kindly and he surely will release a FlexGet one stripped of deluge.
  7. FlexGet removed Rebase to linuxserver.io/alpine
  8. If the VM service is disabled, then the XML's don't actually exist anywhere (they are mounted in a loopback image) and can't be retrieved. Only if the service is enabled is access to the xml's available. As far as running or not it won't matter I have enabled the backing up of appdata, flash and vms. Only thing not working is vm backup. No file is showing up, even though I have 2 vms up and running daily (24/7).. Any idea why the folder stays empty?
  9. Woot! Thanks for referring to it here and making us aware. You're welcome. He kindly PMed me about it
  10. congrats to Paul_Ber on his delugevpn-flexget container: http://lime-technology.com/forum/index.php?topic=48629.0
  11. Update your plugins, then reinstall flexget. Should do the trick, it's not specific to this container. I have stopped using FlexGet myself and set up my own automation script, so I can't help you on the config.yml part . My container does not pass through any variables (at least I have not set up any in the template). In this case you should be fine passing through the port set in your config file (3539, I assume) from the container. This can be done easily on the container's settings page! Since the FlexGet webinterface is still totally beta (from my last look at it) you might be forced to use the default name: flexget/password: flexget login... and have no way to change this. The way docker works, you can run any console commands using docker exec -it Container-Name your commands In this case docker exec -it FlexGet flexget execute -v Be aware that you might need to run "service flexget stop" or "flexget stop" through docker exec first.
  12. Previously it was all docker with a USB dvbc card. I have just switched to a (techno trend ct2 4500) PCIe card which doesn't work with the custom driver builds. I have just done a quick Ubuntu server install with tvheadend because it works well with my cable provider (and ci card), has German picons and supports Plex. Pretty fine setup if you only require one concurrent stream/recording PCIe pass through has become an ease to set up with the latest betas
  13. So I have stopped using the openelec builds and Wol started working again... seems this had nothing to do with your plugin after all. My tvheadend now works inside a vm, so no need for those custom builds anymore
  14. I have investigated this further. Seems the new default vm config broke things. Setting virbr0 to br0 immediately got things working again. Seems like the unraid vm default bridge needs to be the same as the one set within a vm's template for things to work.thanks for the help update.. doesn't work again. This time the bridges match. Seems this is still an issue
  15. Hi, typing python /usr/local/emhttp/plugins/libvirtwol/scripts/libvirtwol.py br0 And using your Wakeonlan plugin from within my unraid server does indeed wake up the vm. I have no idea why my android app suddenly is not getting through to the plugin anymore. Haven't changed any router settings, nor did I apply new iptables rules... Any idea what could be blocking my access? Okay here is the following: Wake on lan from your Wake On Lan support plugin does only work if I have ssh open with the python /usr/local/emhttp/plugins/libvirtwol/scripts/libvirtwol.py br0 command actively running. Then it still wont work from my phone, but that sounds like the issue. Could it be, that libvirtwol is not listening on the right interface (eth0?) and thus causing issues? Or could it be that it's not running at all (even though it seems to be running without issues)?! Another addition My domain.cfg SERVICE="enable" IMAGE_SIZE="1" IMAGE_FILE="/mnt/user/system/libvirt/libvirt.img" DOMAINDIR="/mnt/user/domains/" MEDIADIR="/mnt/user/isos/" VIRTIOISO="" BRNAME="virbr0" WOL="enable" My network.cfg # Generated settings: USE_DHCP="no" IPADDR="10.10.0.1" NETMASK="255.255.255.0" GATEWAY="10.10.0.100" DHCP_KEEPRESOLV="no" DNS_SERVER1="8.8.8.8" DNS_SERVER2="8.8.4.4" DNS_SERVER3="" BONDING="no" BONDING_MODE="1" BRIDGING="yes" BRNAME="br0" BRSTP="yes" BRFD="0" And my vm is running on br0 also.
  16. Thanks for the swift response. I double checked by completely removing the NerdPack and typing python -v outputs 2.7.11 on my unraid server.. My wake on lan app on android is configured to broadcast the VM's MAC to 10.10.0.255 (10.10.0.1 being my Unraid machine). Also just sending the command to 10.10.0.1 does not work. Changing the MAC has not changed things either. Seems my fiddling with the VMs somehow broke this plugin. It was working without problems for the last few months. Is there any way I could debug or troubleshoot why it suddenly stopped working?
  17. hey, i am running the latest beta (21) and my wol calls go unanswered. i have tried multiple vms, even set up a new one.. the mac adress is most certainly correct. is this plugin still working for other users?
  18. Damn, then there is not much I can do to get it to work myself.. maybe kindly ask the original creater of the delugevpn container to implement flexget.. or try forking his setup and adding flexget yourself.. you never know. That's how I got a community dev
  19. Hey, do the commands work without sudo? Good luck!
  20. try 192.168.1.190:8181/plexpy
  21. Sure, happy to. I'm trying to use the Deluge output option (http://flexget.com/wiki/Plugins/deluge) and that is the error that I get. I have Deluge running in a different Docker. According to what I've ferreted out in my research, FlexGet can't use the Deluge option unless Deluge is also installed where it can get at the code. So, I don't want to run Deluge in the FlexGet container, as I use Binhex's excellent "DelugeVPN" container for it, but I need to add the code in so that FlexGet understands how to interact with the Deluge Daemon. Thanks! Sorry for the late response: You could try to docker exec -it FlexGet sudo apt-get install deluge This would install deluge into the flexget docker. Do however set up all the necessary paths/ports or else deluge will fill up your docker.img in no time Just look up the default deluge paths (maybe taking binhex's github page as a basis) and thus allow files to land "outside" the docker image and on your array. Good luck! A small hint aside: I would recommend you rather install flexget inside deluge via my method (from my Dockerfile:) just a quickly hacked together attempt from my side (might not work): docker exec -it binhex-delugevpn sudo apt-get install -qq --force-yes python2.7 python-dev python-pip wget docker exec -it binhex-delugevpn sudo pip install --upgrade setuptools docker exec -it binhex-delugevpn sudo pip install flexget This will allow your container to run flexget. However, everytime the container is updated the whole setup might break. Also flexget will not start automatically unless you do something along those lines: docker exec -it binhex-delugevpn sudo mkdir /etc/service/flexget/ docker exec -it binhex-delugevpn sudo wget https://raw.githubusercontent.com/rix1337/docker-flexget/master/flexget/flexget.sh docker exec -it binhex-delugevpn sudo move flexget.sh /etc/service/flexget/run docker exec -it binhex-delugevpn sudo chmod +x /etc/service/flexget/run This way (at least in my container) flexget is installed and automatically run. No idea if it works with the deluge thing. Also, deluge might already pass through the /config path to your array. Just place your config.yml file inside the Deluge folder and see what happens. If that works, I might create a delugevpn fork, but I do not have the time to investigate this further.
  22. Sadly load keys is not working for me. Seems like deeper changes are required
  23. As briefly requested in the latest 6.20 beta thread: Please add an option to select the keyboard language used in both the gui and the console boot modes. I am sure a variety of users would benefit from this as typing strong passwords in the gui currently requires an in-depth knowledge of where US-Keys are placed on one's native keyboard. This would resolve my difficulties in reaching the Unraid page from the gui mode, since my server is running on a non-standard port. Typing the colon currently is a real pain from my german layout.. I actually have to go to the Firefox settings page to copy and paste the http:// colon if I intend to use the web-gui. Any solution from simple go script changes to a real setting in the web-gui would suffice. This is not a request to translate the web-gui. Possible duplicate: https://lime-technology.com/forum/index.php?topic=40989.0 I have installed nerdpack with kbd-1.15.3-x86_64-2 remotely and will try adding to my go script as soon as I am home.
  24. Hi, could you elaborate? I don't have any image called deluge in my repo.
  25. Hi, on the public beta (6.20 b18) I cannot connect to my server through ssh anymore. Could you check if this plugin maybe relies on an incompatible SSH version? For other users (without this) the beta build works fine. I can only connect over (insecure) telnet on port 23. Thank you!

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.