decentralized and customizable links page on top of atproto
ligo.at
atproto
link-in-bio
python
uv
1.PHONY: debug
2debug:
3 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080
4
5.PHONY: tunnel
6tunnel:
7 ssh -R 3000:localhost:8080 $(SERVER)
8
9.PHONY: run
10run:
11 uv run -- dotenv run -- gunicorn
12
13.PHONY: ingestor
14ingestor:
15 uv run -- ingestor
16
17.env:
18 uv run -- etc/generate_secrets.py >> .env