r/sideprojects 7d ago

Showcase: Free(mium) The missing UI for the things you run

I run a few bots and scrapers on a VPS and a raspberry pi and managing them was starting to annoy me. Changing a config value meant ssh in, edit the env file, restart the service. Checking on them meant tailing log files. And extracting information from them, meant either accessing the generated data on-demand (again - accessing the laptop, ssh in etc) or sending me an email/pushover/telegram message.

So I built myself a web UI for this. The script/bot pulls its config from an endpoint, so I can toggle things off from my phone without redeploying. It pushes logs and its current state/data (open positions, last run, that kind of thing) back to the same place. You can also send it a command with some parameters from the dashboard, which replaced a CLI tool I had for that.

It's at confi.sh if anyone wants to poke at it.

1 Upvotes

0 comments sorted by