a (hacky, wip) multi-tenant oidc-terminating reverse proxy, written in anger on top of pingora
at wip/primary 61 lines 1.5 kB view raw
1{ 2 "nodes": { 3 "nixpkgs": { 4 "locked": { 5 "lastModified": 1771119812, 6 "narHash": "sha256-Nqo9LfbAz6QPEGeEcoA09u89PIbSAxrkXtLVSUq8BHY=", 7 "owner": "NixOS", 8 "repo": "nixpkgs", 9 "rev": "cd2664195c274d53ba5430006533f3d15ebe1f1f", 10 "type": "github" 11 }, 12 "original": { 13 "owner": "NixOS", 14 "repo": "nixpkgs", 15 "type": "github" 16 } 17 }, 18 "nixpkgs_2": { 19 "locked": { 20 "lastModified": 1744536153, 21 "narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=", 22 "owner": "NixOS", 23 "repo": "nixpkgs", 24 "rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11", 25 "type": "github" 26 }, 27 "original": { 28 "owner": "NixOS", 29 "ref": "nixpkgs-unstable", 30 "repo": "nixpkgs", 31 "type": "github" 32 } 33 }, 34 "root": { 35 "inputs": { 36 "nixpkgs": "nixpkgs", 37 "rust-overlay": "rust-overlay" 38 } 39 }, 40 "rust-overlay": { 41 "inputs": { 42 "nixpkgs": "nixpkgs_2" 43 }, 44 "locked": { 45 "lastModified": 1771125043, 46 "narHash": "sha256-ldf/s49n6rOAxl7pYLJGGS1N/assoHkCOWdEdLyNZkc=", 47 "owner": "oxalica", 48 "repo": "rust-overlay", 49 "rev": "4912f951a26dc8142b176be2c2ad834319dc06e8", 50 "type": "github" 51 }, 52 "original": { 53 "owner": "oxalica", 54 "repo": "rust-overlay", 55 "type": "github" 56 } 57 } 58 }, 59 "root": "root", 60 "version": 7 61}