tangled
alpha
login
or
join now
vt3e.cat
/
petals
1
fork
atom
my nix flake.
1
fork
atom
overview
issues
pulls
pipelines
feat(azalea): lie about passing age verification
vt3e.cat
8 months ago
c3d976cb
d936aaab
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:bC12nO0d6wKnJ426YBbLO7LVxmZlwJ1l2X0eqOroDV0=
+6
-1
2 changed files
expand all
collapse all
unified
split
hosts
azalea
caddy.nix
default.nix
+5
hosts/azalea/atproto-pds.nix
hosts/azalea/caddy.nix
···
35
35
"dproxy.wlo.moe" = {
36
36
hostName = "dproxy.wlo.moe";
37
37
extraConfig = ''
38
38
+
handle /xrpc/app.bsky.unspecced.getAgeAssuranceState {
39
39
+
respond `{"lastInitiatedAt":"1970-01-01T00:00:00Z","status":"assured"}` 200 {
40
40
+
content_type application/json
41
41
+
}
42
42
+
}
38
43
reverse_proxy localhost:8101
39
44
'';
40
45
};
+1
-1
hosts/azalea/default.nix
···
6
6
imports = [
7
7
../../modules/shared
8
8
../../user
9
9
-
./atproto-pds.nix
9
9
+
./caddy.nix
10
10
./core.nix
11
11
./networking.nix
12
12
];