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 6663046169c9c55f5fb53da87f67a002db347dfe 14 lines 234 B view raw
1.env: 2 uv run -- generate_secrets.py >> .env 3 4.PHONY: debug 5debug: 6 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080 7 8.PHONY: run 9run: 10 uv run -- dotenv run -- gunicorn 11 12.PHONY: ingestor 13ingestor: 14 uv run -- ingestor