docs: add funding page
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
c49c039fae
commit
d82c12de28
4 changed files with 12 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
sidebar_position: 20
|
||||
title: Setting up Anubis
|
||||
---
|
||||
|
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
sidebar_position: 30
|
||||
title: Policy Definitions
|
||||
---
|
||||
|
||||
# Policy Definitions
|
||||
|
||||
Out of the box, Anubis is pretty heavy-handed. It will aggressively challenge everything that might be a browser (usually indicated by having `Mozilla` in its user agent). However, some bots are smart enough to get past the challenge. Some things that look like bots may actually be fine (IE: RSS readers). Some resources need to be visible no matter what. Some resources and remotes are fine to begin with.
|
||||
|
||||
Bot policies let you customize the rules that Anubis uses to allow, deny, or challenge incoming requests. Currently you can set policies by the following matches:
|
10
docs/docs/funding.md
Normal file
10
docs/docs/funding.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
sidebar_position: 998
|
||||
title: Supporting Anubis financially
|
||||
---
|
||||
|
||||
Anubis is provided to the public for free in order to help advance the common good. In return, we ask (but not demand, these are words on the internet, not word of law) that you not remove the Anubis character from your deployment.
|
||||
|
||||
If you want to run an unbranded or white-label version of Anubis, please [contact Xe](https://xeiaso.net/contact) to arrange a contract. This is not meant to be "contact us" pricing, I am still evaluating the market for this solution and figuring out what makes sense.
|
||||
|
||||
You can donate to the project [on Patreon](https://patreon.com/cadey).
|
|
@ -105,7 +105,7 @@ const config: Config = {
|
|||
},
|
||||
{
|
||||
label: "Installation",
|
||||
to: "/docs/installation",
|
||||
to: "/docs/admin/installation",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue