mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 09:48:08 -04:00

* feat(lib/challenge): HTTP meta refresh challenge method Closes #95 This challenge method enables users that don't (or won't) support JavaScript to pass Anubis challenges. It works by using HTML meta refresh directives to ensure that the client is a browser. This is OFF by default. In order to enable it, an administrator MUST choose to make the default challenge method `metarefresh`. TODO(Xe): - [ ] Documentation on this challenge method - [ ] Amend wording around Anubis being a proof of work proxy in the docs - [ ] Add configuration file syntax for the default challenge method and settings - [ ] Test with early customers Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: spelling Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(lib/challenge/metarefresh): use this value of err Signed-off-by: Xe Iaso <me@xeiaso.net> * docs: add metarefresh challenge info, Web AI Firewall Utility Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
83 lines
4.2 KiB
Markdown
83 lines
4.2 KiB
Markdown
# Anubis
|
|
|
|
<center>
|
|
<img width=256 src="./web/static/img/happy.webp" alt="A smiling chibi dark-skinned anthro jackal with brown hair and tall ears looking victorious with a thumbs-up" />
|
|
</center>
|
|
|
|

|
|

|
|

|
|

|
|

|
|
|
|
## Sponsors
|
|
|
|
Anubis is brought to you by sponsors and donors like:
|
|
|
|
### Diamond Tier
|
|
|
|
<a href="https://www.raptorcs.com/content/base/products.html">
|
|
<img src="./docs/static/img/sponsors/raptor-computing-logo.webp" alt="Raptor Computing Systems" height=64 />
|
|
</a>
|
|
|
|
### Gold Tier
|
|
|
|
<a href="https://distrust.co?utm_campaign=github&utm_medium=referral&utm_content=anubis">
|
|
<img src="./docs/static/img/sponsors/distrust-logo.webp" alt="Distrust" height="64">
|
|
</a>
|
|
<a href="https://terminaltrove.com/?utm_campaign=github&utm_medium=referral&utm_content=anubis&utm_source=abgh">
|
|
<img src="./docs/static/img/sponsors/terminal-trove.webp" alt="Terminal Trove" height="64">
|
|
</a>
|
|
<a href="https://canine.tools?utm_campaign=github&utm_medium=referral&utm_content=anubis">
|
|
<img src="./docs/static/img/sponsors/caninetools-logo.webp" alt="canine.tools" height="64">
|
|
</a>
|
|
<a href="https://weblate.org/">
|
|
<img src="./docs/static/img/sponsors/weblate-logo.webp" alt="Weblate" height="64">
|
|
</a>
|
|
<a href="https://uberspace.de/">
|
|
<img src="./docs/static/img/sponsors/uberspace-logo.webp" alt="Uberspace" height="64">
|
|
</a>
|
|
<a href="https://wildbase.xyz/">
|
|
<img src="./docs/static/img/sponsors/wildbase-logo.webp" alt="Wildbase" height="64">
|
|
</a>
|
|
|
|
## Overview
|
|
|
|
Anubis is a Web AI Firewall Utility that [weighs the soul of your connection](https://en.wikipedia.org/wiki/Weighing_of_souls) using one or more challenges in order to protect upstream resources from scraper bots.
|
|
|
|
This program is designed to help protect the small internet from the endless storm of requests that flood in from AI companies. Anubis is as lightweight as possible to ensure that everyone can afford to protect the communities closest to them.
|
|
|
|
Anubis is a bit of a nuclear response. This will result in your website being blocked from smaller scrapers and may inhibit "good bots" like the Internet Archive. You can configure [bot policy definitions](./docs/docs/admin/policies.mdx) to explicitly allowlist them and we are working on a curated set of "known good" bots to allow for a compromise between discoverability and uptime.
|
|
|
|
In most cases, you should not need this and can probably get by using Cloudflare to protect a given origin. However, for circumstances where you can't or won't use Cloudflare, Anubis is there for you.
|
|
|
|
If you want to try this out, connect to [anubis.techaro.lol](https://anubis.techaro.lol).
|
|
|
|
## Support
|
|
|
|
If you run into any issues running Anubis, please [open an issue](https://github.com/TecharoHQ/anubis/issues/new?template=Blank+issue). Please include all the information I would need to diagnose your issue.
|
|
|
|
For live chat, please join the [Patreon](https://patreon.com/cadey) and ask in the Patron discord in the channel `#anubis`.
|
|
|
|
## Star History
|
|
|
|
<a href="https://www.star-history.com/#TecharoHQ/anubis&Date">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date&theme=dark" />
|
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date" />
|
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date" />
|
|
</picture>
|
|
</a>
|
|
|
|
## Packaging Status
|
|
|
|
[](https://repology.org/project/anubis-anti-crawler/versions)
|
|
|
|
## Contributors
|
|
|
|
<a href="https://github.com/TecharoHQ/anubis/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=TecharoHQ/anubis" />
|
|
</a>
|
|
|
|
Made with [contrib.rocks](https://contrib.rocks).
|