this post was submitted on 08 May 2025
38 points (93.2% liked)

Selfhosted

46674 readers
351 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 2 years ago
MODERATORS
 

I did the whole xcaddy routine with the plugin and I moved it into /usr/bin and it works, displays my site, but I'm not blocking anything. I've edited and edited and restarted and I can't see the issue. My config matches many similar ones online. I figure someone might spot my blunder in my config, so here it is.

jellyfin.nunya.biz {
    reverse_proxy mydude:8096
    @mygeofilter {
        maxmind_geolocation {
        db_path "/mnt/geoip/GeoLite2-Country_20250502/GeoLite2-Country.mmdb
        allow_countries US
        }
    } 
}
top 2 comments
sorted by: hot top controversial new old
[–] Penta@lemmy.world 26 points 17 hours ago* (last edited 17 hours ago) (1 children)

You are defining the geofilter, but not using it. Try doing "reverse_proxy @mygeofilter mydude:8096"

[–] Vanilla_PuddinFudge@infosec.pub 14 points 17 hours ago

You have done a good deed this day. Thank you very much!