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.

create a tunnel with make

+4
+4
Makefile
··· 5 5 debug: 6 6 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080 7 7 8 + .PHONY: tunnel 9 + tunnel: 10 + ssh -R 3000:localhost:8080 $(SERVER) 11 + 8 12 .PHONY: run 9 13 run: 10 14 uv run -- dotenv run -- gunicorn