feat(dnsconfig.js): add AirTrail and Owncast services to RexCloud
feat(flake.nix): pin dnscontrol to v4.38.0 feat(flake.nix): pin git-crypt to v0.8.0-narrowin fork
This commit is contained in:
@@ -99,11 +99,13 @@ cnames("arirex.me", rexbox, [
|
|||||||
"Chhoto URL@l",
|
"Chhoto URL@l",
|
||||||
"ConvertX@convert",
|
"ConvertX@convert",
|
||||||
"Enclosed@bin",
|
"Enclosed@bin",
|
||||||
|
// "HomeBox@homebox", // Needed to setup SSO
|
||||||
"IT Tools@it",
|
"IT Tools@it",
|
||||||
"Karakeep@karakeep",
|
"Karakeep@karakeep",
|
||||||
"Matrix > Element@chat",
|
"Matrix > Element@chat",
|
||||||
"Matrix > Synapse@matrix",
|
"Matrix > Synapse@matrix",
|
||||||
"Ntfy@ntfy",
|
"Ntfy@ntfy",
|
||||||
|
// "Paperless@paperless", // Needed to setup SSO
|
||||||
]);
|
]);
|
||||||
|
|
||||||
cnames("achl.fr", rexbox, [
|
cnames("achl.fr", rexbox, [
|
||||||
@@ -118,13 +120,16 @@ minecraft("The Furry Cult", "thefurrycult.mc", "arirex.me", 54924);
|
|||||||
RexCloud Services
|
RexCloud Services
|
||||||
\* -------------------------------------------------------------------------- */
|
\* -------------------------------------------------------------------------- */
|
||||||
cnames("arirex.me", rexcloud, [
|
cnames("arirex.me", rexcloud, [
|
||||||
|
"AirTrail@airtrail",
|
||||||
"Beszel@beszel",
|
"Beszel@beszel",
|
||||||
"Gitea@git",
|
"Gitea@git",
|
||||||
"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",
|
||||||
|
// "MediaMTX@s", // Archived over Owncast
|
||||||
"Opengist@gist",
|
"Opengist@gist",
|
||||||
"OpenWebUI@ai",
|
"OpenWebUI@ai",
|
||||||
|
"Owncast@stream",
|
||||||
"Pocket ID@id",
|
"Pocket ID@id",
|
||||||
"SearXNG@search",
|
"SearXNG@search",
|
||||||
]);
|
]);
|
||||||
|
|||||||
Generated
+3
-3
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776548001,
|
"lastModified": 1778443072,
|
||||||
"narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=",
|
"narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc",
|
"rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -11,8 +11,22 @@
|
|||||||
in {
|
in {
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
dnscontrol
|
(dnscontrol.overrideAttrs (oldAttrs: {
|
||||||
git-crypt
|
version = "4.38.0";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "DNSControl";
|
||||||
|
repo = "dnscontrol";
|
||||||
|
rev = "v${oldAttrs.version}";
|
||||||
|
sha256 = "sha256-lM+9xuNB88csciIC5eu2oRl0IBqZE7CCPCxf8BEZSz0=";
|
||||||
|
};
|
||||||
|
vendorHash = "sha256-pzdOW+L/w74ANaCKXWQviBMDlSTOfebAVE7Cdd+lZLo=";
|
||||||
|
}))
|
||||||
|
(git-crypt.overrideAttrs (oldAttrs: { src = fetchFromGitHub {
|
||||||
|
owner = "narrowin";
|
||||||
|
repo = "git-crypt";
|
||||||
|
rev = "v0.8.0-narrowin";
|
||||||
|
sha256 = "sha256-sVlX+T67Vbsfr/o7u1y+nI07iRcjHx5HmsBBEULwgTg=";
|
||||||
|
};}))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+302
-520
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user