Add üü.ee

This commit is contained in:
batteredbunny 2024-11-27 19:12:36 +02:00
parent 037a2be90c
commit e366e1dec0
3 changed files with 42 additions and 4 deletions

View file

@ -41,6 +41,21 @@ in
}); });
virtualHosts = { virtualHosts = {
"xn--tdaa.ee" = {
extraConfig = ''
tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
resolvers 1.1.1.1
}
root * ${inputs.xn--tdaa-website}
file_server browse {
hide .git
}
'';
serverAliases = [ "üü.ee" ];
};
"kaya.ee".extraConfig = '' "kaya.ee".extraConfig = ''
tls { tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN} dns cloudflare {env.CLOUDFLARE_API_TOKEN}

25
flake.lock generated
View file

@ -226,11 +226,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1732672456, "lastModified": 1732688645,
"narHash": "sha256-A79pwUWY4/LFNrKpbkJUeL9hC2o1U1GmcBL6LYx7I0c=", "narHash": "sha256-SQBVnfTAhVmNs5mKjoe942GykhAh9RQbcqScK9XlsWM=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "e5fc40d37086cb7e4f8516cd2b4b88c6edc70398", "rev": "6adec7f87f6c1d455f89f57bd697740bd6dc88fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -380,7 +380,8 @@
"lastfm-status": "lastfm-status", "lastfm-status": "lastfm-status",
"nix-minecraft": "nix-minecraft", "nix-minecraft": "nix-minecraft",
"nix-minecraft-plugin-upgrade": "nix-minecraft-plugin-upgrade", "nix-minecraft-plugin-upgrade": "nix-minecraft-plugin-upgrade",
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7",
"xn--tdaa-website": "xn--tdaa-website"
} }
}, },
"rust-overlay": { "rust-overlay": {
@ -460,6 +461,22 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"xn--tdaa-website": {
"flake": false,
"locked": {
"lastModified": 1732727153,
"narHash": "sha256-w0B5gvhVCc3YyAJtuUsShVuOz9U2JlTzsqaB17KD8Xs=",
"ref": "refs/heads/main",
"rev": "b173f5b5cd847fafe5c40204c3ba662d8f1524f6",
"revCount": 1,
"type": "git",
"url": "ssh://forgejo@forge.catnip.ee:2222/batteredbunny/xn--tdaa.ee"
},
"original": {
"type": "git",
"url": "ssh://forgejo@forge.catnip.ee:2222/batteredbunny/xn--tdaa.ee"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -5,11 +5,17 @@
lastfm-status.url = "github:BatteredBunny/lastfm-status"; lastfm-status.url = "github:BatteredBunny/lastfm-status";
nix-minecraft-plugin-upgrade.url = "github:BatteredBunny/nix-minecraft-plugin-upgrade"; nix-minecraft-plugin-upgrade.url = "github:BatteredBunny/nix-minecraft-plugin-upgrade";
nix-minecraft.url = "github:Infinidoge/nix-minecraft"; nix-minecraft.url = "github:Infinidoge/nix-minecraft";
catnip-website = { catnip-website = {
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/catnip.ee"; url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/catnip.ee";
flake = false; flake = false;
}; };
xn--tdaa-website = {
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/xn--tdaa.ee";
flake = false;
};
bsky-website = { bsky-website = {
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/bsky.ee"; url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/bsky.ee";
flake = false; flake = false;