this post was submitted on 31 Jul 2023
149 points (97.5% liked)

Selfhosted

38773 readers
1019 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] A10@kerala.party 27 points 1 year ago (3 children)

I use this , really great software, great dev too. Loads of support and features. I keep all my *arr stuff behind gluetun

[–] Concept1037@lemmy.world 3 points 1 year ago (1 children)

I only have qbittorrent behind it, is it important to have sonarr and such behind it as well?

[–] httpjames@sh.itjust.works 2 points 1 year ago (2 children)

I do it anyways just to prevent any leaks. What's more important than those two is your source aggregator, like Jackett

[–] dan@upvote.au 2 points 1 year ago (2 children)

Do people still use Jackett when NZBHydra2 and Prowlarr exist?

[–] httpjames@sh.itjust.works 2 points 1 year ago

I guess I'm just old school

[–] narc0tic_bird@lemm.ee 1 points 1 year ago

I switched to Prowlarr recently and while the autoconfiguration of the other *arrs and the consistent UI is great, Jackett works just fine and achieves the same goal.

[–] Concept1037@lemmy.world 1 points 1 year ago
[–] subtext@lemmy.world 3 points 1 year ago (1 children)

I just set it up this weekend, really enjoying it so far, really good documentation in general as well. Only thing that gave me some pause was how to get port forwarding working with it, but I was able to set up a script & cron job to automatically grab the current port with the Gluetun API.

[–] rambos@lemmy.world 2 points 1 year ago (1 children)

I was also struggling a bit with that, but didnt need a script or chron job. Maybe Im missing something, but I used this

[–] subtext@lemmy.world 1 points 1 year ago

That integration with Proton VPN is what I’m using as well. However, to automate the updates of my service’s port to match the currently forwarded port is what I wanted a script and cron job for. In this manner, the service will always have the latest forwarded port even after docker service restarts, machine reboots, etc. (since Proton uses a dynamic port allocation that changes quite quickly when disconnected).

[–] dolla@lemmy.world 2 points 1 year ago (1 children)
[–] rambos@lemmy.world 1 points 1 year ago

Same awesomenest here