You could split the ui and backend code using fast api and sqlalchemy. so you later could change the ui endpoint to point to your nas hosted remote backend (using vpn), but thanks for the i spiration using a tui.
Or you could create a app user on a ssh server and this user starts this app instead of a shell on the server, like your-app@your-server.con
Textual apps powered by sqlite running on a phone sounds like a superpower for filling your phone with useful tools, thanks for sharing! Does it access a local sqlite file or are you hosting that somewhere? Either way, this is really neat.
Nice experiment. Running a Python terminal app on a phone is more practical than people expect for small tools like this. The demo looks smooth. Looking forward to the code when you release it.
You could split the ui and backend code using fast api and sqlalchemy. so you later could change the ui endpoint to point to your nas hosted remote backend (using vpn), but thanks for the i spiration using a tui.
Or you could create a app user on a ssh server and this user starts this app instead of a shell on the server, like your-app@your-server.con
Source now available:
https://github.com/dharmatech/sqlite-water-tracker.py
Yeah, that would be cool to have apps like this available over ssh!
Textual apps powered by sqlite running on a phone sounds like a superpower for filling your phone with useful tools, thanks for sharing! Does it access a local sqlite file or are you hosting that somewhere? Either way, this is really neat.
Source now available:
https://github.com/dharmatech/sqlite-water-tracker.py
Thanks for checking it out!
Currently yeah, it's accessing a local sqlite file.
Nice experiment. Running a Python terminal app on a phone is more practical than people expect for small tools like this. The demo looks smooth. Looking forward to the code when you release it.
Source now available:
https://github.com/dharmatech/sqlite-water-tracker.py
Thanks for checking it out!
I've used JuiceSSH client for ages, and it has a localhost option. I've played with it but never had a use for it
Source now available:
https://github.com/dharmatech/sqlite-water-tracker.py
If you have Android, check out the UserLand app.
Link to the video:
https://youtu.be/sTj1FalZMVw?si=yZShqGdDBewV8dob
Just tested on termux and it works great there too.