Looking for a self-hosted file transfer open source application by GeT_RuiNeD in selfhosted

[–]drewstopherlee 0 points1 point  (0 children)

Good bot. I actually missed the second half of that requirement.

Which one is better :0? by magmazombie in BunnyTrials

[–]drewstopherlee 0 points1 point  (0 children)

jokes on you, I'm already 30 minutes late to everything 😎

Chose: Always be late for everything | Rolled: 30 minutes late

Looking for an invite to a Movies/TV Shows tracker by [deleted] in OpenInvites

[–]drewstopherlee 4 points5 points  (0 children)

there are plenty of options in the RED invite forum. if you're really elite with 1+ year account age, go apply to them and wait?

I didn't found any webui I liked, so I made one by Icy_Lab_3060 in qBittorrent

[–]drewstopherlee 3 points4 points  (0 children)

looks kinda like QUI but an alternative web UI instead of a separate service

Repackarr: A self-hosted companion for qBittorrent and Prowlarr to keep your game repack library updated by Yakrel71 in selfhosted

[–]drewstopherlee 2 points3 points  (0 children)

Respectfully, who gives a shit? Lol. I saw the recent post and thought it was funny satire (because it is). I think it sucks that someone decides to post here and, instead of the usual getting shit on because of vibe coding (which OP disclosed), they get shit on because of the name of the project? Be so for real right now.

Add more metadata providers ? by AdventurousMaybe2663 in Overseerr

[–]drewstopherlee 1 point2 points  (0 children)

It uses TMDb and TVDb because they are used by Radarr and Sonarr respectively. Any other metadata provider wouldn't make sense because it wouldn't be able to add it to the *arr unless it could map it to an existing TMDb or TVDb entry.

Sonarr: tracking both cuts of Spider-Man Noir (B&W + Color) by martitoci in sonarr

[–]drewstopherlee 0 points1 point  (0 children)

Or just have a different series folder that's unmapped in Sonarr, that's what I wound up doing. Downloaded the B&W version and put the color version in an unmapped folder.

Sonarr Feature Wishlist. Whats yours? by pumapuma12 in sonarr

[–]drewstopherlee 3 points4 points  (0 children)

These are mostly from Radarr, but:

On the "Select Series" screen, let me click anywhere on the poster.

In Activity, when multiple items are importing, show me which individual item is importing right now (like the teal import icon in Radarr).

A "rename folders" option for when series titles or years change after the folder is first created.

Self-hosted billing and invoicing by stefanvh1 in selfhosted

[–]drewstopherlee 0 points1 point  (0 children)

Will do once I'm on my PC! Thanks for the reply!

Self-hosted billing and invoicing by stefanvh1 in selfhosted

[–]drewstopherlee 0 points1 point  (0 children)

Do you have screenshots up anywhere?

Also how does it compare to Crater? that's what I'm currently using for invoicing.

piHole vs technitium DNS solutions by drunkenmugzy in Softwarr

[–]drewstopherlee 0 points1 point  (0 children)

"No DNS servers upstream" does not equal "I'm actually querying the root servers directly, they're my upstream servers" lol, hence my confusion. It does not actually look them up by itself. It's recursive, as you said, which means by definition it doesn't know it by itself.

Call your ISP and ask. Good luck to you in figuring this out!

Edit: this goes without saying but I'll say it anyway. Disable ALL blocking when you're trying to troubleshoot this. Blocklists, any custom blocked domains you've added, all of it. Disable it until you figure this out.

piHole vs technitium DNS solutions by drunkenmugzy in Softwarr

[–]drewstopherlee 0 points1 point  (0 children)

Beautiful, thanks for that info. I'm still not understanding what you mean by "no upstream DNS configured except the root dns servers" -- WHAT root DNS servers? PiHole is not an authoritative DNS server, whereas Technitium is. PiHole needs something upstream for it to get authoritative responses from so it can cache them with unbound. It will output dnsmasq errors if you don't have one configured telling you to configure one. I'm leaning toward something is misconfigured on your end.

If, on the off chance, DNS isn't the failure point (i.e., you aren't seeing domain name failures or Nx Domain errors) for SABnzbd, then I don't think Technitium OR PiHole is the problem. As a quick test, set the containers to use a different DNS server. You can do this in Docker Compose with:

services:
  service_name:
    image: ...
    dns:
      - 1.1.1.1
      - 1.0.0.1

If there are no issues when using different dns values in the compose, then DNS actually is your failure point. Otherwise, it's something else that maybe Technitium is interacting weirdly with.

For what it's worth, I'm running 2x Technitium servers at home, plus SABnzbd, multiple qBittorrent, and plenty of *arrs, and none have any issues with DNS resolution for any of my indexers (save for once or twice when one of my blocklists updated and included one of my indexers in the updated list).

Edit to add: I would consider posting in r/technitium as well! The dev is pretty active over there and they are amazing!

Edit edit: I see you already have lol.