forked from
tangled.org/core
this repo has no description
Go
74.3%
HTML
17.6%
CSS
6.1%
Nix
1.7%
Dockerfile
0.4%
40
305
25
Clone this repository
https://tangled.org/tjh.dev/core
https://tangled.org/did:plc:65gha4t3avpfpzmvpbwovss7/core
git@knot.tjh.dev:tjh.dev/core
git@knot.tjh.dev:did:plc:65gha4t3avpfpzmvpbwovss7/core
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
- new table tracks access levels between each DID and a repo
- creators of a repo are owners by default
- newly added members are writers by default
- introduces AccessLevel middleware to mask routes based on level
we can start clicking links and stuff now
So handles are now purely cosmetic and are resolved to DIDs in the middleware.
auth.ResolveIdent seems to add a lot of latency, so we cache the resolved ident
for 24 hours. It's still not as perfomant but we can come back to this later.