You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/anubis/README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# Anubis
2
2
3
-
<center>
4
-
<imgwidth=256src="static/img/happy.webp"alt="A smiling chibi dark-skinned anthro jackal with brown hair and tall ears looking victorious with a thumbs-up" />
5
-
</center>
3
+
> [!IMPORTANT]
4
+
> Anubis has moved to [TecharoHQ/anubis](https://github.com/TecharoHQ/anubis). Please update your configuration to change Docker images from `ghcr.io/xe/x/anubis` to `ghcr.io/techarohq/anubis`.

@@ -22,7 +21,7 @@ If you want to try this out, connect to [git.xeserv.us](https://git.xeserv.us).
22
21
23
22
## Support
24
23
25
-
If you run into any issues running Anubis, please [open an issue](https://github.com/Xe/x/issues/new?template=Blank+issue) and tag it with the Anubis tag. Please include all the information I would need to diagnose your issue.
24
+
If you run into any issues running Anubis, please [open an issue](https://github.com/TecharoHQ/anubis/issues/new?template=Blank+issue) and tag it with the Anubis tag. Please include all the information I would need to diagnose your issue.
26
25
27
26
For live chat, please join the [Patreon](https://patreon.com/cadey) and ask in the Patron discord in the channel `#anubis`.
28
27
@@ -177,7 +176,7 @@ Add Anubis to your compose file pointed at your service:
177
176
```yaml
178
177
services:
179
178
anubis-nginx:
180
-
image: ghcr.io/xe/x/anubis:latest
179
+
image: ghcr.io/techarohq/anubis:latest
181
180
environment:
182
181
BIND: ":8080"
183
182
DIFFICULTY: "5"
@@ -205,7 +204,7 @@ Attach Anubis to your Deployment:
0 commit comments