IMTheNachoMan

Members
  • Posts

    140
  • Joined

  • Last visited

Everything posted by IMTheNachoMan

  1. Each issue/question should get its own thread. Yes, this might result in duplicates but as a user/consumer, duplicate information is a lot better than weeding through 200+ comments to find what I need. The question is, do we want to make it easier for Unraid forum admins, or Unraid users. Alternatively, if folks are putting their container images in GitHub then we can direct folks to use that -- cause then they can create a new issue for each question.
  2. Right now there is one support thread for a Docker container and everyone uses that. It is quite chaotic. It would make more sense to use one thread for each issue. Otherwise it is so hard to trace a discussion on one specific issue.
  3. I know how it gets enabled and can do what you're saying but I'd rather find the file in the boot image, or whatever it is, and edit is, so the line is not commented out by default. So I guess my question is, how can I alter the boot image to make changes to core/system files stick?
  4. I am using the built-in FTP server. It used to be enabled on reboot. Now on 6.10 it seems to always be disabled on reboot and I have to enable it manually. From what I can tell in 6.10 the ftp line is commented out in /etc/inetd.con How can I change that and have it persist on reboot? And yes, I know about the security issues with it but I've created a patch/fix that already fixes those issues.
  5. You are welcome. Right now you can't. You have to create a new one using the command line interface from the Docker shell. But I like the idea of mapping the config file to the OS one. I'll add that feature.
  6. No. I created a Docker container for the GUI. It has some bugs/issues with creating new configs but it works for browsing existing ones.
  7. First, I know we shouldn't use the built-in FTP server (vsftpd) because of security reasons but I actually added an enhancement that addresses those security risks. I'm waiting for them to merge my pull request (https://github.com/limetech/webgui/pull/958) into the codebase but until then I am using it. I have all logging disabled in /etc/vsftpd but for some reason it is still logging to /var/log/syslog and I can't figure out why. root@unraid:/etc# cat /etc/vsftpd.conf # vsftpd.conf for unRAID # with suggestions from forum user 'nars' # connect_from_port_20=NO write_enable=YES local_root=/mnt local_umask=0 # # No anonymous logins anonymous_enable=NO # # Allow only local vsftpd.user_list users to log in. local_enable=YES userlist_enable=YES userlist_deny=NO userlist_file=/boot/config/vsftpd.user_list check_shell=NO # # Logging to syslog syslog_enable=NO log_ftp_protocol=NO xferlog_enable=NO # # Misc. dirmessage_enable=NO ls_recurse_enable=YES listen=NO seccomp_sandbox=NO chroot_local_user=YES allow_writeable_chroot=YES user_config_dir=/boot/config/vsftpd.user_config_dir pasv_min_port=10090 pasv_max_port=10100 Excerpt from /var/log/syslog: Apr 5 21:03:14 unraid vsftpd[4248]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:03:24 unraid vsftpd[4285]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:03:34 unraid vsftpd[4342]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:03:45 unraid vsftpd[4475]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:03:55 unraid vsftpd[4521]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:04:05 unraid vsftpd[4613]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:04:16 unraid vsftpd[4653]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:04:26 unraid vsftpd[4691]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:04:36 unraid vsftpd[4747]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:04:47 unraid vsftpd[4782]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:04:57 unraid vsftpd[5111]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:05:08 unraid vsftpd[5201]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:05:18 unraid vsftpd[5244]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:05:28 unraid vsftpd[5297]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:05:39 unraid vsftpd[5358]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:05:49 unraid vsftpd[5400]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:05:59 unraid vsftpd[5441]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:06:10 unraid vsftpd[5526]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:06:20 unraid vsftpd[5569]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:06:30 unraid vsftpd[5610]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:06:41 unraid vsftpd[5667]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:06:51 unraid vsftpd[5709]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:07:01 unraid vsftpd[5776]: connect from 192.168.1.100 (192.168.1.100) Apr 5 21:07:12 unraid vsftpd[5853]: connect from 192.168.1.100 (192.168.1.100)
  8. I was thinking the same thing. I released a Docker container CA for running rclone's native GUI but I'm hitting some challenges with it for creating a new config -- can't get the backend authentication windows to open in a new tab. Running rclone as a 1st world service directly on unRAID would be better I think. I was thinking to update this plugin or write a new one to run the gui as a service.
  9. I was able to get it added to the app store. Search for nordlynx.
  10. Can't. Long story. Security issue. Basically, once USB stick is plugged into a machine, it can't be used on another machine and then back on the first machine. Requirement by security team.
  11. We're thinking of running some unRAID servers in our LAN and they wouldn't have any internet access -- in or out. With our network configuration we wouldn't even be able to give them internet access through an exception or anything. How will registering new unRAID servers work with the forum registration process? No forum login will work since there is no internet access.
  12. How exactly does one publish something to the store?
  13. I can do that but I don't know how. Do you know? Can you please point me in the right direction?
  14. For those who want to use NordLynx container on unRAID, I put a guide together at https://www.reddit.com/r/unRAID/comments/t48ufr/how_to_get_containers_qbittorrent_sabnzbd_jackett/ .
  15. I see. So for this container I am passing network to another container using --net:container=... So then if I want to change the application's ports I have to do it from within the SabNZBD app, right?
  16. I have changed the port from 8080 to 8081 for my Sabnzbd container but unRAID still shows 8080. I am able to access it on 8081 as expected but for some reason it still shows 8080 on the unRAID screen. Anyone know what is wrong?
  17. I have an unRAID server with one 4 TB HDD. There is nothing wrong with it. I don't need that much space so I want to swap it with a 2 TB HDD I have. My thought is to put the 2 TB in an external enclosure, plug it into my unRAID server, do a data transfer, then swap the 4 TB with the 2 TB. But I assume there are some additional steps I gotta do? How do I make sure the data I copied to the 2 TB from the 4 TB isn't lost when I add it to unRAID.
  18. Hello all. I've got a few questions I'm stuck on. Is killswitch enabled by default? I think I read it is handled by iptables but I'm not clear. The container documentation says we need to use NET_ADMIN and NET_RAW. In unRAID, it auto added NET_ADMIN but not NET_RAW. Do we need to add NET_RAW? Some posts say NordLynx doesn't work, some say it does. Should we use NordLynx or OpenVPN? I was reading that NordVPN doesn't do well with torrenting (seeding) for some countries/types and that in proxy mode it will leak your IP. What are folks putting for Location/CONNECT? I read that only P2P works for torrenting but P2P doesn't hide IP. Just a tad bit confused on what I should use.
  19. I was gonna create a startup job that just runs the: rclone rcd --rc-web-gui command and then allow traffic on my network. But wanted to check with others on what their experience has been like.
  20. I have a tendency to overcomplicate things so I want to check with others before I start. Before I had Unraid I had a Linux box with samba shares and what not. I had a script I wrote that would run every night and backup my data to an encrypted cloud storage using rclone. It would send me an email with a table recapping what was done (files uploaded, files synced, files deleted, etc....). Now that I've moved to Unraid I need to refactor my script. Before I do that I thought I'd check if there are any plugins/tools for Unraid that let you easily (via GUI maybe) configure the system to do what I want -- backup my data to my cloud provider using rclone?