aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-20 13:51:45 -0400
committerXe Iaso <me@xeiaso.net>2025-04-20 13:51:45 -0400
commitb15017d097666b40124ccc07c697d60a25a38ec8 (patch)
treed6e7dcabe7e38f0b88803d089d0776708f48e171
parent2d22491e8c6b4c855542f091d2159e7013885a04 (diff)
downloadanubis-b15017d097666b40124ccc07c697d60a25a38ec8.tar.xz
anubis-b15017d097666b40124ccc07c697d60a25a38ec8.zip
docs/admin/native-install: point people to the right places to get started easier
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--docs/docs/admin/native-install.mdx7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docs/admin/native-install.mdx b/docs/docs/admin/native-install.mdx
index 4a2f386..8faa5cb 100644
--- a/docs/docs/admin/native-install.mdx
+++ b/docs/docs/admin/native-install.mdx
@@ -5,6 +5,8 @@ title: Installing Anubis with a native package
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
+Download the package for your system from [the most recent release on GitHub](https://github.com/TecharoHQ/anubis/releases).
+
Install the Anubis package using your package manager of choice:
<Tabs>
@@ -129,3 +131,8 @@ curl http://localhost:8240/metrics
```
Then set up your reverse proxy (Nginx, Caddy, etc.) to point to the Anubis port. Anubis will then reverse proxy all requests that meet the policies in `/etc/anubis/gitea.botPolicies.json` to the target service.
+
+For more details on particular reverse proxies, see here:
+
+- [Apache](./environments/apache.mdx)
+- [Nginx](./environments/nginx.mdx)