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 1ad9c4721b7eb43304664b734d599e8ec3f69c41 15 lines 325 B view raw
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