this post was submitted on 28 Nov 2025
315 points (95.1% liked)

Selfhosted

53204 readers
2159 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 got into the self-hosting scene this year when I wanted to start up my own website run on old recycled thinkpad. A lot of time was spent learning about ufw, reverse proxies, header security hardening, fail2ban.

Despite all that I still had a problem with bots knocking on my ports spamming my logs. I tried some hackery getting fail2ban to read caddy logs but that didnt work for me. I nearly considered giving up and going with cloudflare like half the internet does. But my stubbornness for open source self hosting and the recent cloudflare outages this year have encouraged trying alternatives.

collapsed inline media

Coinciding with that has been an increase in exposure to seeing this thing in the places I frequent like codeberg. This is Anubis, a proxy type firewall that forces the browser client to do a proof-of-work security check and some other nice clever things to stop bots from knocking. I got interested and started thinking about beefing up security.

I'm here to tell you to try it if you have a public facing site and want to break away from cloudflare It was VERY easy to install and configure with caddyfile on a debian distro with systemctl. In an hour its filtered multiple bots and so far it seems the knocks have slowed down.

https://anubis.techaro.lol/

My botspam woes have seemingly been seriously mitigated if not completely eradicated. I'm very happy with tonights little security upgrade project that took no more than an hour of my time to install and read through documentation. Current chain is caddy reverse proxy -> points to Anubis -> points to services

Good place to start for install is here

https://anubis.techaro.lol/docs/admin/native-install/

you are viewing a single comment's thread
view the rest of the comments
[–] natecox@programming.dev 0 points 9 hours ago (3 children)

I can’t access the page to validate this because I don’t allow JS; isn’t that gated behind a paywall?

[–] orbituary@lemmy.dbzer0.com 5 points 9 hours ago (1 children)

Not sure why you're getting down votes for just asking a question.

[–] natecox@programming.dev 0 points 5 hours ago (1 children)

Lots of idol worship in the dev community, question the current darling and people get upset.

[–] Lemminary@lemmy.world 1 points 2 hours ago* (last edited 2 hours ago) (1 children)

Not idol worship, rather, it's silly to complain about JS when tools like NoScript allow you to selectively choose what runs instead of guessing what it is. It's simply a documentation page like it says on the URL. I mean, they're incredibly tame on the danger scale to leave your guard all the way up and instead take a jab at the entire community that had nothing to do with your personal choices.

[–] natecox@programming.dev 0 points 2 hours ago (1 children)

Who jabbed at anything?

I can’t get to that page, so I asked a question about the contents.

Someone here is being silly, we just disagree about who.

[–] Lemminary@lemmy.world 1 points 2 hours ago* (last edited 2 hours ago)

It gets quite silly when you blame the entire dev community for supposedly downvoting you over ideals rather than being overly strict about them. I also prefer HTML-first and think it should be the norm, but I draw the line somewhere reasonable.

I can’t get to that page, so I asked a question

Yeah, and you can run the innocuous JS or figure out what it is from the URL. You're tying your own hands while dishing it out to everyone else.

[–] MissingInteger@lemmy.zip 4 points 8 hours ago

You can just fork it and replace the image.

The authors talks about it here on their blog a bit more.

[–] CoyoteFacts@piefed.ca 2 points 9 hours ago (1 children)

It looks like it might be; I just know someone that has a site using it and they use a different mascot, so I thought it would have been trivial. I kind of wonder why it wouldn't be possible to just docker bind mount a couple images into the right path, but I'm guessing maybe they obfuscate/archive the file they're reading from or something?

[–] Axolotl_cpp@feddit.it 4 points 8 hours ago

It's actually possible, also, it's open source so nothing stop you from making your fork with your own images and build it