decentralized and customizable links page on top of atproto
ligo.at
atproto
link-in-bio
python
uv
1[Unit]
2Description = ligo.at
3After = network.target
4
5[Service]
6ExecStart = uv run -- gunicorn
7Type = simple
8Restart = always
9RestartSec = 5s
10ReadWritePaths = /var/www/ligoat
11WorkingDirectory = /var/www/ligoat
12EnvironmentFile = /var/www/ligoat/.env
13
14[Install]
15WantedBy = multi-user.target