Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | app.py: refactoring | Egor Tensin | 2022-04-10 |
| | | | | | | * Every Command is now a Task. * Introduce TaskList. * This allows for shorter and more generic code. | ||
* | app.py: don't do systemctl --user if no user instance | Egor Tensin | 2022-01-25 |
| | |||
* | app.py: don't query user info if no users | Egor Tensin | 2022-01-25 |
| | |||
* | app.py: include command's output in the exception | Egor Tensin | 2022-01-23 |
| | |||
* | dump exceptions to browser's console | Egor Tensin | 2022-01-23 |
| | |||
* | app.py: fix loginctl output parsing | Egor Tensin | 2022-01-23 |
| | |||
* | top: run with -E/-e if supportedv1.1.0 | Egor Tensin | 2021-10-04 |
| | |||
* | app.py: pretty print the JSON | Egor Tensin | 2021-03-04 |
| | |||
* | add journalctl output | Egor Tensin | 2021-03-04 |
| | |||
* | get rid of the /timers endpoit, use /status | Egor Tensin | 2021-03-04 |
| | |||
* | update README, add some comments, etc. | Egor Tensin | 2021-03-04 |
| | |||
* | app.py: fix a typing bug | Egor Tensin | 2021-03-03 |
| | |||
* | no more CGI | Egor Tensin | 2021-03-03 |
The server.py script now launches a web server and handles all the requests internally, without delegating anything to external scripts. |