Skip to content

Commit 13e98e8

Browse files
authored
cmd/anubis: mark as a tombstone (#705)
Signed-off-by: Xe Iaso <[email protected]>
1 parent b620696 commit 13e98e8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cmd/anubis/README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Anubis
22

3-
<center>
4-
<img width=256 src="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`.
65
76
![enbyware](https://pride-badges.pony.workers.dev/static/v1?label=enbyware&labelColor=%23555&stripeWidth=8&stripeColors=FCF434%2CFFFFFF%2C9C59D1%2C2C2C2C)
87
![GitHub Issues or Pull Requests by label](https://img.shields.io/github/issues/Xe/x/anubis)
@@ -22,7 +21,7 @@ If you want to try this out, connect to [git.xeserv.us](https://git.xeserv.us).
2221

2322
## Support
2423

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.
2625

2726
For live chat, please join the [Patreon](https://patreon.com/cadey) and ask in the Patron discord in the channel `#anubis`.
2827

@@ -177,7 +176,7 @@ Add Anubis to your compose file pointed at your service:
177176
```yaml
178177
services:
179178
anubis-nginx:
180-
image: ghcr.io/xe/x/anubis:latest
179+
image: ghcr.io/techarohq/anubis:latest
181180
environment:
182181
BIND: ":8080"
183182
DIFFICULTY: "5"
@@ -205,7 +204,7 @@ Attach Anubis to your Deployment:
205204
containers:
206205
# ...
207206
- name: anubis
208-
image: ghcr.io/xe/x/anubis:latest
207+
image: ghcr.io/techarohq/anubis:latest
209208
imagePullPolicy: Always
210209
env:
211210
- name: "BIND"

0 commit comments

Comments
 (0)