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.

Greyberry

Members
  • Joined

  • Last visited

Everything posted by Greyberry

  1. Hi, i have to do that periodicly to keep the Click'n'Load feature functional. Is there possibly a way that you create an container, where the programm is not loaded into appdata, but reloaded every restart automatically? Is there maybe a way i can do that? best regards
  2. nice, nearly in the same minute. 🙂
  3. okay this was the solution for me: stop the container delete everything except the "cfg" folder in the jdownloader2 program folder (which is mounted in appdata) start the container again and let it update / reload the program it seems that my installation was in a bad state. maybe it would be worth considering only mounting the cfg folder into appdata and reload the program at each start, but i dont know. 👍🙂
  4. no, it is bridged and not NATed. big difference. yes and no. if people do not know what they are doing, and how everything is working together, they can learn. 🙂
  5. sorry i have to strongly disagree with that. the reason why your internal ip's are not reachable from the internet are that (a) private ips are not routed in the internet (b) your router most likely does NAT in the IPv4 spectrum. unraid does not make any Network Address Translation, but the docker networktraffic (and IP-Addresses) is bridged(!) to the networkinterface. Therefore the ip is indeed reachable. I am able to ping the docker-address 172.17.0.15 and also connect my browser directly to 172.17.0.15:8080. The issue most people run into is that their standard-gateway does not know how to route their docker-subnet (172.17.0.0/12), but i added the route accordingly as a static route. so this does work. 👍
  6. it should work ... don't expect a reasonable output or the opposite closing the connection again after no valid protocol input, but connecting with a socket of any kind should work, just for debugging purposes. to see if the socket is open. would be cool. 🙂 so then happy last vacation-day. yes, i did this in the advanced settings. i am pretty sure it is right. note that this is NOT the destination address. 0.0.0.0 in this case is the listen-address, which represents all nics of the machine. i also tried 127.0.0.1 as listen-address but did not work out either. as for the destination address i tried the unraid-ip and the container-ip, both of which did not work out. at this point i think there is something going on with the container, that the feature is not started or not built into this jdownloader2 build?
  7. as i understand it: the click'n'load feature normally runs a javascript to do a HTTP POST to 127.0.0.1:9666. ... since our jDownloader Countainer is not running on localhost, we want to redirect all the traffic on this port to the unraid machine. 0.0.0.0 (listen an all nics) with port 9666 goes then to 192.168.1.254 (unraid) port 9666 which again forwards the traffic to the docker container at port 9666. i also tried forwarding the traffic directly to the docker ip, which should also work in theory because the corresponding route is set in the router, but did not work out either. the show all command shows that the command is commited as intentioned. PS C:\Windows\system32> netsh interface portproxy show all Abfragen auf ipv4: Verbinden mit ipv4: Adresse Anschluss Adresse Anschluss --------------- ---------- --------------- ---------- 0.0.0.0 9666 192.168.1.254 9666 //edit: issuing the command netsh interface portproxy add v4tov4 9666 192.168.1.254 9666 127.0.0.1 to change the 0.0.0.0 listen address to 127.0.0.1, does not make it work. changing the destination address to the container ip also not, unfortunately. 😞 //edit2: i just tried telneting into 172.17.0.15:9666 with putty, and this does not work either (note: ping to this ip does work), so i assume the socket isn't even opened and therefore the click'n'load feature somehow not activated.
  8. Yes, that is what (2) and (3) supposed to mean. always worked without the plugin though.
  9. I am trying to get Click'n'Load working for the JDownloader2 container four hours now, but it just wont work. Maybe someone can help: (1) I forwarded 9666 to the unraid server on my windows machine: netsh interface portproxy add v4tov4 listenport=9666 listenaddress=0.0.0.0 connectport=9666 connectaddress=192.168.1.254 or mac machine: ssh -L 9666:localhost:9666 -N -o GatewayPorts=yes 192.168.1.254 (2) forwarded tcp:9666 to the docker container (3) disabled "RemoteAPI: Extern Interface Localhost Only" in the extended settings ... but it does not work. Does anyone have an idea why? or a good methode to debug this?
  10. Hey, nextcloud is running fine for small files, but now i have some problems with large files. I wanted to handle a 4GB File and this were the issues i encountered: (A) by uploading the file, i got a message "Error when assembling chunks, status code 504", however the file was uploaded correctly i confirmed it by comparing the hash with the original file, so I dont worry too much about this. (B) when downloading this large file, my docker.img gets filled. Including that no other containers webinterface respond. is there a way to avoid this situation?
  11. Multiple arrays would also mean separated data-array and docker/vm-array. That would be great. 🙂
  12. Is is possible to set up "LAN hub & spoke access" but without the Server-access? So that the clients only can communicate over the server acting as a router, but they don't have access to any server-related stuff like web-ui?
  13. Unfortunately i did not read the first post when installing nzbget, so it was set to 1000. Now i am not able to open the extracted files via windows. Error message: "The given Path does not exist" (translated) even though I browser through the smb share and they are clearly there. They are also there if i ssh into unraid. Is there a way to fix this? chmod 777 does not help 😞 //edit: seemed to have something to do with special characters or folder-name-length. problem solved. 🙂
  14. i would also like to see the progress of the mover
  15. thanks i will look into that. but i would have to move my domain (no ddns) there in order to get a certificate, wouldn't i?
  16. thank you, i will try that. unfortunately i have to use http because my dns-provider is not listed in the "DNSPLUGIN" variable section.
  17. Hey, since i didn't know how to install my wildcard-certificate on the nextcloud-image I installed this container and its working. 🙂 But I do not really feel comfortable with having my router port 80 open AND answering it. Is it possible to turn off answering http requests?
  18. Now that i read it again, it seems pretty clear. I was working the whole day on the unraid-server so i guess I was just tired and susceptible for misunderstanding things. Sorry for that. I remember that i thought PlexPass is required for a test-utility which tests if your hardware is capable of hardware-encoding. 😅
  19. Hey i got another question regarding certificates. I don't really feel the need of a reverse proxy. Nextcloud will be the only service exposed to the Internet. So i have this wildcard certificate of my domain (e.g. *.server.com) which is provided by the company where i bought my Domain. This is a .pem file and in it is the Certificate Request, Private Key and Certificate and gets extended every 30 days automatically. Can I install this Certificate on the container somehow? Or why would this be a bad idea?
  20. Hi, as this is somewhat cryptic in the guide, do I need PlexPass for Hardware-Transcoding or not?
  21. oh, i thought because of it supporting active directory its also supporting ldap. okay, there it goes my vision of one central user-database for all services. 🤷‍♂️ Thank you for your time and clarifying this up. 🙂
  22. They are using both nextcloud and the smb shares. Therefore the question if it is somehow possible to use unraid (+ its credentials) as an ldap server. Because NextClaud should be able to use ldap or use them directly.
  23. I create(d) users on the unraid-server. These users should be able to login into nextcloud aswell, without the hassle of creating them on both.
  24. Hey, I am planning to use NextCloud as Webinterface to UNRAID's shares. However, I feel quite uncomfortable that i would have the same users+passwords stored on more than one location. If a password would have to get changed, we have to change it on unraid AND nextcloud. What is the best way to prevent this? Is there something like using unraid as LDAP server and using this LDAP server on NextCloud?
  25. same here. is there a way to do this beside power-cyceling? I have some weird issues with getting no ip address

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.