u/Hellboy1776

▲ 9 r/sonarr+1 crossposts

Anime troubles

Anyone know where I can find the all of one piece with dual audio? Maybe just full arcs, trying to use nyaa with sonarr and it’s too spotty to be worth my time. If there’s any good public or private indexers besides nyaa, anything anyone’s got for me I’d really appreciate it. Also trying to find the full original full metal alchemist but it’s nowhere to be found any tips help or indexers would be huge!!!

reddit.com
u/Hellboy1776 — 5 days ago
▲ 7 r/Tailscale+3 crossposts

So I am trying to set up a fully automated Jellyfin server. Of course I’m using qbit to get the media. I’m new to messing with computers like this so any help is appreciated and I apologize in advance for not being very technical.

I got a beelink mini computer and booted it to Ubuntu and was setting up a docker system with gluetun as the kill switch for qbit. Tailscale is there for remote access to Jellyfin server. Proton is to block adds malware and trackers when browsing the web as well as the wire guard for gluetun and something else.

I’ll be straight forward I used ai to help me quite a bit.

I had it set up to the point that literally everything worked and was automated at boot. The only problem was my qbit couldn’t receive incoming data through the routing address. I tried a bunch of fixes but something was off in the containers. I don’t know if I left one as a stationary route number or what but i ended up redoing all of the containers.

Well I broke my dns and ip address and couldn’t get the internet to work and frankly couldn’t remember what all I made and edited. I was far enough down the hole I reinstalled Ubuntu from scratch and would greatly appreciate tips to avoid a repeat of my mistakes.

Sorry for the long post. I have almost every iteration of the container files saved so if you want to see what it was I was doing I can share them. Just think it’s too much for a single post.

Sudo please help…

reddit.com
u/Hellboy1776 — 13 days ago
▲ 4 r/Tailscale+1 crossposts

I’m not the most technical with these things so please bear with me. I have proton vpn and I want to use Tailscale as the tunnel between my Jellyfin server and clients. I also want to use the same mini computer for qbittorrent so I want proton vpn bound to qbittorrent. I had this set up fine on my laptop until I shut it down for a night and when I turned it back on my dns was disrupted, timesync wouldn’t work and a few other problems arose.

I am making a new server on a mini computer so it can run 24/7 and house move films but I don’t want this issue to happen again.

My idea for the fix is Tailscale exit node to proton vpn. Where proton would direct all internet traffic and Tailscale is only the tunnel between devices and not have dns permissions.

I talked to Claude and this was the suggestion.

“sudo apt install protonvpn”

“curl -fsSL https://tailscale.com/install.sh | sh”

“sudo tailscale up --accept-dns=false”

“sudo tailscale up --accept-dns=false --advertise-exit-node”

“echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf

echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.conf

sudo sysctl -p”

Step 5 — qBittorrent binding:

After installing qBittorrent, go to Settings → Advanced → Network Interface and select the ProtonVPN interface (usually proton0 or tun0)

The DNS safety net:

Since ProtonVPN has no kill switch and Tailscale has --accept-dns=false, on reboot the system uses your router’s DNS cleanly until ProtonVPN connects. No more broken DNS on restart.​​​​​​​​​​​​​​​​

Has anyone done anything similar? Any tips or changes to this command line?

Again I’m not the most technical I only have very basic understanding and apologies for such a long post but I’m a little confused and want to make sure what I am doing will work and not make a repeat of my laptop server.

I want all computer input routing through proton but Tailscale as only the tunnel. Is that possible?

reddit.com
u/Hellboy1776 — 14 days ago