That’s really cool, and very smart. Definitely a cut above the neocities one. I think I’ll swap over to use searloc as my default instead. Thanks for the clarification! :)
https://linktr.ee/tomawezome Donations:
- BTC: bc1qu73wa69ey6f4qjhpg0sdtkxhusvtf68946eg6x
- XMR: 4AgRLXVNgMhTWsEjEtZajtULPi6964nuvipGXc6eNyFhWF9CSm7rRpFWQru8hmVzCkS5zBgA2ehhcbk86qLxM9MZ5pTEgYb
- 0 Posts
- 5 Comments
Joined 11 months ago
Cake day: October 31st, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
So this is basically doing what https://searx.neocities.org/ is doing? Or is it going some step beyond? Neat project
TomAwezome@lemmy.worldto Selfhosted@lemmy.world•Anubis is awesome! Stopping (AI)crawlbotsEnglish9·3 months agoThanks for the “incoherent rant”, I’m setting some stuff up with Anubis and Caddy so hearing your story was very welcome :)
TomAwezome@lemmy.worldto Open Source@lemmy.ml•The Open-Source Software Saving the Internet From AI Bot Scrapers171·3 months agoIt’s just image files, you can remove them or replace the images with something more corporate. The author does state they’d prefer you didn’t change the pictures, but the license doesn’t require adhering to their personal request. I know at least 2 sites I’ve visited previously had Anubis running with a generic checkmark or X that replaced the mascot
I’ve used Devuan before with decent success, I run it as a server on an ancient netbook with 1Ghz and 2GB RAM. Works pretty well, but bear in mind so much has become entangled with the expectations of systemd that as more packages get installed you may find things that break. As an example,
apt
gets an error every time it does anything because Mullvad VPN software has a configuration step that expects systemd functionality, and obviously that won’t work on Devuan. The program itself works fine, just have to start it a little differently, but it means thatapt
functionality always returns an error, which itself breaks any other scripts you may run that have steps that useapt
. I had to do a lot of manual patching for PiHole scripting to get that installed because every time it would run anything with apt it thought there was a showstopping error simply because Mullvad complained during apt configurations.