The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog/2025/anubis: point to TecharoHQ

Ref TecharoHQ/anubis#1

Signed-off-by: Xe Iaso <me@xeiaso.net>

+4 -4
+4 -4
lume/src/blog/2025/anubis.mdx
··· 22 22 23 23 To test Anubis, [click here](https://git.xeserv.us/xe/anubis-test/src/branch/main/README.md). 24 24 25 - 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). 25 + 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). 26 26 27 27 If 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/). 28 28 ··· 105 105 106 106 Anubis 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. 107 107 108 - 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. 108 + 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. 109 109 110 110 Anubis 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. 111 111 ··· 126 126 ```yaml 127 127 services: 128 128 anubis-nginx: 129 - image: ghcr.io/xe/x/anubis:latest 129 + image: ghcr.io/techarohq/anubis:latest 130 130 environment: 131 131 BIND: ":8080" 132 132 DIFFICULTY: "5" ··· 154 154 containers: 155 155 # ... 156 156 - name: anubis 157 - image: ghcr.io/xe/x/anubis:latest 157 + image: ghcr.io/techarohq/anubis:latest 158 158 imagePullPolicy: Always 159 159 env: 160 160 - name: "BIND"