A minimal AT Protocol Personal Data Server written in JavaScript.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 123 B view raw
1{ 2 auto_https off 3} 4 5host.docker.internal:3443 { 6 tls internal { 7 on_demand 8 } 9 reverse_proxy host.docker.internal:3000 10}