Add bsky website
This commit is contained in:
parent
9102a1f784
commit
09d475c219
3 changed files with 30 additions and 1 deletions
|
@ -48,7 +48,14 @@ in
|
|||
resolvers 1.1.1.1
|
||||
}
|
||||
|
||||
reverse_proxy :${config.services.pds.settings.PDS_PORT}
|
||||
handle /xrpc/* {
|
||||
reverse_proxy :${config.services.pds.settings.PDS_PORT}
|
||||
}
|
||||
|
||||
root * ${inputs.bsky-website}
|
||||
file_server browse {
|
||||
hide .git
|
||||
}
|
||||
'';
|
||||
serverAliases = [ "*.bsky.ee" ];
|
||||
};
|
||||
|
|
17
flake.lock
generated
17
flake.lock
generated
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"nodes": {
|
||||
"bsky-website": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1731427435,
|
||||
"narHash": "sha256-robJMHtqP+3eB85cQlDXrDvez3wZtbc+xBkzPU+mWHA=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "d6e463655b4923823422e3df142f4396fed03da9",
|
||||
"revCount": 2,
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@forge.catnip.ee:2222/batteredbunny/bsky.ee"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@forge.catnip.ee:2222/batteredbunny/bsky.ee"
|
||||
}
|
||||
},
|
||||
"buildNodeModules": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -285,6 +301,7 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"bsky-website": "bsky-website",
|
||||
"catnip-website": "catnip-website",
|
||||
"common-modules": "common-modules",
|
||||
"confess": "confess",
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
bsky-website = {
|
||||
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/bsky.ee";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
common-modules = {
|
||||
url = "git+https://forge.catnip.ee/batteredbunny/common.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue