decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
9
fork

Configure Feed

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

at main 12 lines 250 B view raw
1example.com { 2 handle_path /static/* { 3 # change this to where you have the code 4 root * /var/www/ligoat/src/static 5 file_sever 6 } 7 8 handle { 9 # change this to the port you use 10 reverse_proxy :8080 11 } 12}