Compare commits

..

2 Commits

Author SHA1 Message Date
Ari 0184d4b37a feat(dnsconfig.js): add Anubis CNAME record to arirex.me domain for RexBox services 2026-04-22 10:44:09 -04:00
Ari ce496008a6 feat(dns): add ConvertX & Opengist records
Add ConvertX, Opengist; move OpenWebUI and Pocket ID to rexcloud;
rename Matrix entries to use explicit client/server names (Element/Synapse);
remove Traefik and Traefik Forward Auth entries.
2026-04-19 20:20:05 -04:00
2 changed files with 12 additions and 11 deletions
+9 -8
View File
@@ -95,22 +95,20 @@ D("achlfr.email", REG_101DOMAIN,
RexBox Services RexBox Services
\* -------------------------------------------------------------------------- */ \* -------------------------------------------------------------------------- */
cnames("arirex.me", rexbox, [ cnames("arirex.me", rexbox, [
"Anubis@anubis",
"Chhoto URL@l", "Chhoto URL@l",
"ConvertX@convert",
"Enclosed@bin", "Enclosed@bin",
"IT Tools@it", "IT Tools@it",
"Karakeep@karakeep", "Karakeep@karakeep",
"Matrix > Client@chat", "Matrix > Element@chat",
"Matrix > Server@matrix", "Matrix > Synapse@matrix",
"Ntfy@ntfy", "Ntfy@ntfy",
"OpenWebUI@ai",
"Pocket ID@id",
"Traefik@traefik",
"Traefik Forward Auth@auth",
]); ]);
cnames("achl.fr", rexbox, [ cnames("achl.fr", rexbox, [
"Matrix > Client@chat", "Matrix > Element@chat",
"Matrix > Server@matrix", "Matrix > Synapse@matrix",
]); ]);
minecraft("Frantic", "frantic.mc", "arirex.me", 63548); minecraft("Frantic", "frantic.mc", "arirex.me", 63548);
@@ -125,6 +123,9 @@ cnames("arirex.me", rexcloud, [
"IPFS Path Gateway@gw", "IPFS Path Gateway@gw",
"IPFS Subdomain Gateway@*.ipfs.gw", "IPFS Subdomain Gateway@*.ipfs.gw",
"IPFS Subdomain Gateway@*.ipns.gw", "IPFS Subdomain Gateway@*.ipns.gw",
"Opengist@gist",
"OpenWebUI@ai",
"Pocket ID@id",
"SearXNG@search", "SearXNG@search",
]); ]);
Generated
+3 -3
View File
@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1773821835, "lastModified": 1776548001,
"narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", "narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", "rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc",
"type": "github" "type": "github"
}, },
"original": { "original": {