Everything posted by pervin_1
-
[Support] binhex - rTorrentVPN
1. Unique ports are done, verified with Unraid as well to make sure no conflicts. 2. Also used unique path for /config volume mapping, as you said, each container requires a clean area for config folders and files. 3. Don't use VPN anymore, I am with private trackers at the moment, Privoxy disabled, Flood UI disabled. I tried again this morning, I named the new config folder on the host as "binhex-rtorrent", during the installation, which is unique, and for some reason, docker merged the new container with the old running one after the installation, it does not create the config files for some reason, check the picture down below, please:
-
[Support] binhex - rTorrentVPN
Hey binhex, can you explain how to use this docker image in multiple containers, meaning, if I can use this docker image with multiple running rtorrent clients? I tried to do it myself, started by creating brand new with completely different ports to avoid port conflicts, but for some reason, it does not work, I can see the folder created for the new container, but nothing inside. Can you explain the proper way of doing all this, please. Thank you!!!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Good to know, thank you very much Dlandon!!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hello. I am trying to reduce the load and I/O on my external disk mounter with UD, I am mainly using for storing torrent data, was wondering how to add "noatime" option to reduce read and write, don't know whether edit the fstab or UD has a built-in webUI option, it would be really nice to make the changes to stay persistent after the reboot this is how my fstab file looks like: /dev/disk/by-label/UNRAID /boot vfat auto,rw,exec,noatime,nodiratime,umask=0,shortname=mixed 0 1 /boot/bzmodules /lib/modules squashfs ro,defaults 0 2 /boot/bzfirmware /lib/firmware squashfs ro,defaults 0 2 tmpfs /dev/shm tmpfs defaults 0 0 Attached the screenshot of the drive just in case if needed down below: Would appreciate any input. Thank you!!!
-
[support] dlandon - ownCloud
Anybody knows if this docker has a built in fail2ban or anything like that to avoid brute Force attacks or hacking? Don't wanna to put in important documents and get hacked later. Thanks in advance!!
-
[Support] binhex - rTorrentVPN
Can someone help me to change the default password and login for rtorrent webui, apparently, rtorrent does not have a built in support for account password and management, it's related to nginx web server configuration file, not an expert yet with web servers. Thanks in advance!!
-
[DEPRECATED] Linuxserver.io - Rutorrent
Thank you!
-
[DEPRECATED] Linuxserver.io - Rutorrent
There is no login, open house haha. I stopped the container though, can you help me? I know binhex has another container with rTorrent and password, but I need this docker container instead. Would appreciate any help and support!!!!
-
[DEPRECATED] Linuxserver.io - Rutorrent
delete
-
[DEPRECATED] Linuxserver.io - Rutorrent
I am not sure whether it has been mentioned, but how do you set a password for this rTorrent container? I have an open port through my Asus router, so anybody can login if you they know the port. Thanks!!!
-
[Support] binhex - rTorrentVPN
Does anybody have a strange issue with rTorrent, when a connection drops for some reason, lets, for example, say when modem or router reboots, I log back into the rTorrent console and I see my torrents are gone, but the downloaded files are still on the disk. Its happening all the time, why? And is there a way to restore my torrent files to seed again assuming I have the actual downloads in a designated folder? Edit: Solved!! Found the problem!! Its the session directive in rtorrent.rc, please refer to the wiki for more info..
-
[support] Bungy's docker repository
when ownclound docker gets installed, which other services installed in this container? PHP? Mysql? Which web server? Nginx or Apache? I am trying to Import SSL certificate to my owncloud for secured connection, but Owncloud complains about "An error occurred. please upload an ascii-encoded pem certificate". I am uploading self signed certificate generated by openssl on ubuntu with .pem extension btw I am new to linux and coming from WIndows eco-system, but learned a lot for past 2 weeks and love it so much!!