···22222323To test Anubis, [click here](https://git.xeserv.us/xe/anubis-test/src/branch/main/README.md).
24242525-If you want to protect your Gitea, Forgejo, or other self-hosted server with Anubis, check out [the instructions on GitHub](https://github.com/Xe/x/tree/master/cmd/anubis#setting-up-anubis).
2525+If you want to protect your Gitea, Forgejo, or other self-hosted server with Anubis, check out [the instructions on GitHub](https://github.com/TecharoHQ/anubis/#setting-up-anubis).
26262727If you would like to purchase commercial support for Anubis including an unbranded or custom branded version (namely one without the happy anime girl), please [contact me](/contact/).
2828···105105106106Anubis is meant to sit between your reverse proxy (such as Nginx or Caddy) and your target service. One instance of Anubis must be used per service you are protecting.
107107108108-Anubis is shipped in the Docker image [`ghcr.io/xe/x/anubis:latest`](https://github.com/Xe/x/pkgs/container/x%2Fanubis). Other methods to install Anubis may exist, but the Docker image is currently the only supported method.
108108+Anubis is shipped in the Docker image [`ghcr.io/techarohq/anubis:latest`](https://github.com/TecharoHQ/anubis/pkgs/container/anubis). Other methods to install Anubis may exist, but the Docker image is currently the only supported method.
109109110110Anubis has very minimal system requirements. I suspect that 128Mi of ram may be sufficient for a large number of concurrent clients. Anubis may be a poor fit for apps that use WebSockets and maintain open connections, but I don't have enough real-world experience to know one way or another.
111111···126126```yaml
127127services:
128128 anubis-nginx:
129129- image: ghcr.io/xe/x/anubis:latest
129129+ image: ghcr.io/techarohq/anubis:latest
130130 environment:
131131 BIND: ":8080"
132132 DIFFICULTY: "5"
···154154containers:
155155 # ...
156156 - name: anubis
157157- image: ghcr.io/xe/x/anubis:latest
157157+ image: ghcr.io/techarohq/anubis:latest
158158 imagePullPolicy: Always
159159 env:
160160 - name: "BIND"