Rick_Sanchez

Members
  • Posts

    56
  • Joined

  • Last visited

Converted

  • Personal Text
    32u1EZwksJhpzih61QucVvAntoqTfi1U8E

Recent Profile Visitors

674 profile views

Rick_Sanchez's Achievements

Rookie

Rookie (2/14)

5

Reputation

  1. could anyone share their working changedetection.io + browserless config? I am getting error 200 when searching for a product restock with the chrome browser and am curious if this is a template issue or website issue that I'm trying to track
  2. Has anyone found a way to run gravity sync alongside pihole in a docker image?
  3. I'm trying to build from scratch with HDD: 3x20TB, 2x14TB SSD: 4TB, 2TB, 1TB NVME: two slots available What is the best way to configure to have 1) a media only pool (don't care if this is not backed up or on parity. Size ~20TB) 2) a personal file pool (want this backed up with high fault tolerance to protect data, but infrequently accessed. Size ~5TB) 3) a photography pool (backed up. Fast read access from networked PC. ~6TB) 4) a cache pool for docker and plex, either combined or separate (fastest. ~??? TB required?) I have the option to purchase more hard drives to make the format work from the get go I'm looking for help to determine which way to mix/match drives, and zfs vs brtfs vs xfs I am building a PC for this purpose. I will try to have 10Gbe and USB4 capability to add a DAS or something like that down the road if needed. Thank you for your help!!
  4. I'm still having a slight issue with this -> I've applied the changes above Something continues to change my Pictures SMB folder from 0777 to 0770. Is there somehow to create a new user that can't modify folder permissions?
  5. Could you post a working configuration file for gluetun? Preferably using a Wireguard configuration?
  6. I've got this working when using the path: /dev/bus/usb/001/002 But, after creating a symlink (in case the Bus and Device numbers are changed after a restart) the print jobs are not sent. The symlink is /dev/printer1 Any ideas on how to fix this?
  7. How did you all keep your USB device path static in the container? I think after reboot it resets. I am unable to find this printer in /dev/
  8. This is how I keep mine persistent: Part 1: # lsusb for vendor:product idProduct # udevadm info -a -n /dev/ttyUSB0 | grep '{serial}' | head -n1 where USB0 is the device you are looking for # OR; udevadm info -a -n /dev/bus/usb/000/000 | grep '{serial}' | head -n1 if you can't find the USB device, search if it's in the BUS # nano /etc/udev/rules.d/99-usb-rules.rules make your own rules folder Part 2: # cp /etc/udev/rules.d/99-usb-rules.rules /boot/config/rules.d/99-usb-rules.rules copy your rules to the boot config # nano /boot/config/go # add and save --> cp /boot/config/rules.d/99-serial-rules.rules /etc/udev/rules.d/99-serial-rules.rules # chmod 644 /etc/udev/rules.d/99-serial-rules.rules
  9. Why not docker Duplicacy? Can you expand what you mean about it not supporting local storage? In the docker container you should map the internal path to the share so it can "see" the share to back it up. I've got Borg + Vorta running and it's a pretty nice setup. I was able to set up Borg with a simple config file, and it's been rock solid since. I'm not much of a CLI user myself, but this one is user friendly. You can get a free Borgmatic repo 20GB to practice uploading as well. This would be my first recommendation just because of how powerful the deduplication is. Duplicaci is my secondary that I'm playing with, backing up to a cloud. The GUI was semi-intuitive but I had to do some research on how to use it. rsync is easy CLI that you can set up with a userscript, but, I'm not sure about versioning. This seems like a straight copy. Duplicati can burn in a dumpster fire.
  10. Can anyone muster up a step-by-step install for this? And then maybe pin to the thread?
  11. That's a great question that maybe one of the dev's can answer. This would depend if /etc/udev/ is overwritten during the update process.
  12. Has anyone found a solution to running homeassistant supervised in a Docker container? I've attempted the VM method, but this always seems to cause mounting issues for my zigbee and zwave sticks.
  13. *** [ DIAGNOSING ]: Networking [✓] IPv4 address(es) bound to the eth0 interface: 192.168.20.100/24 does not match the IP found in /etc/pihole/setupVars.conf (https://discourse.pi-hole.net/t/use-ipv6-ula-addresses-for-pi-hole/2127) [✗] No IPv6 address(es) found on the eth0 interface. *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain [✗] Failed to resolve kerebro.com via localhost (127.0.0.1) [✗] Failed to resolve kerebro.com via Pi-hole (192.168.20.100) [✓] doubleclick.com is 216.58.195.14 via a remote, public DNS server (8.8.8.8) *** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds) /opt/pihole/piholeDebug.sh: line 1228: 27046 Killed pihole-FTL dhcp-discover *** [ DIAGNOSING ]: Pi-hole processes [✗] lighttpd daemon is inactive [✗] pihole-FTL daemon is inactive I'm curious if anyone has run into these issues recently and how to solve them.
  14. The Indexer is your news hoster. Sabnzbd is the download client. The URL base is the ip address of where you are hosting it.
  15. NZB just seems to “work” and has great speeds. I’d probably stick with them and use deluge for manual or as a backup, but I’ve turned mine off to make life easier. You might be able to join a private indexer for niche stuff!