Jump to content

ritty

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by ritty

  1. Actually, it might be an issue with nginx now that im investigating more. Regardless, i got it figured. If anybody else has an issue where they cannot see rtorrent via reverse proxy with a phone, disable the extsearch plugin. Took awhile to figure that one out. Hope it helps somebody else!
  2. I figured it out. It's because I block port 80 on my router but keep 443 open for my domain/nginx. For some reason when i load the webui outside my home network, it does not load the mobile plugin but when i load it from inside, it works. Very strange but at least i figured out the issue. Thanks Binhex.
  3. One last thing: after i delete the 'mobile' folder and restart the container. When i go to the plugins tab, 'mobile' is still there. Is there a way i can delete that out of the plugins tab? I feel like a complete refresh would help the situation. I already tried deleting the "rutorrent" folder then reloading the container and the mobile plugin still shows up in the web ui which is weird.
  4. Okay thanks Binhex. I will keep trying I guess and try to figure out what else is going on. Appreciate the help!
  5. In your plugins tab on the web ui, does it say "mobile" is "loaded" or "not loaded"?
  6. hmmm okay i will keep trying. Doesnt make sense what I am doing wrong. It's literally as easy as dropping the 'mobile' folder in user-plugins and then restarting the container. Weird. Should be straightforward.
  7. Tried both mobile and desktop with the ?mobile=1 and neither work...dang... well i appreciate the help binhex but it is all good.. i guess it just isnt compatible. Thanks for the help.
  8. As shown, it is "Not loaded" and when i disable and re-enable, it just shows not loaded
  9. I put the extracted "mobile" folder in /config/rutorrent/user-plugins/ and then restarted rtorrentvpn i.e there is now a directory /config/rutorrent/user-plugins/mobile/. The webui loads up and there isn't a "mobile" plugin under the plugins tab as shown in pic.
  10. I did try that first but that didn’t work. I was hoping it was gonna be that simple but after it didn’t work I moved in to the instructions on github.
  11. I went through a long haul installing my unraid server with dockers and was first mostly linuxserver containers BUT have completely switched to solely binhex containers due to compatibility with paths etc. My very last thing to set up is to access rtorrentvpn from my mobile browser. I have an iPhone so can’t use Transdroid but found this plug-in. I followed the exact instructions (changing paths to account for binhex-rtorrentvpn of course) but it would not load. Then I modified the plugins.ini file to include [mobile] enabled = yes but noticed that as soon as I restart rtorrentvpn the line is removed from the .ini file. Just wanted to see if it is even possible to use this plugin with the binhex container. If not, I’ll give up and call it a day. https://github.com/xombiemp/rutorrentMobile
  12. Good day, thank you kindly for all your efforts is the first thing I would like to say!! I am wanting to increase the php memory limit. I saw in the code that the memory limit is increased to 768 MB with this code line "sed -i -e "s~.memory_limit\s=\s.~memory_limit = 768M~g" "${php_ini}"" I am wondering if in a future iteration you can make that an environment variable? I would prefer to have it at 2048 MB. Also, I saw the line "sed -i -e "s~.upload_max_filesize\s=\s.~upload_max_filesize = 20M~g" "${php_ini}" I think some people would want to change this line as well closer to 1GB. Anyways, I appreciate it big time! I saw in the topic thread that a lot of people suffer from rutorrent being sluggish or slow - I think increasing the PHP memory limit would do wonders; however, i also know not everyone has the RAM capacity to do so. Would just be a nice feature to have if somebody wanted to increase the memory limit. It is definitely operating very sluggish for me but delugevpn is snappy as can be. Thanks again! Cheers
×
×
  • Create New...