aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app.py (follow)
Commit message (Collapse)AuthorAge
* put things into proper directoriesEgor Tensin2022-04-11
|
* app.py: add Docker container statusEgor Tensin2022-04-11
|
* app.py: refactoringEgor Tensin2022-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 instanceEgor Tensin2022-01-25
|
* app.py: don't query user info if no usersEgor Tensin2022-01-25
|
* app.py: include command's output in the exceptionEgor Tensin2022-01-23
|
* dump exceptions to browser's consoleEgor Tensin2022-01-23
|
* app.py: fix loginctl output parsingEgor Tensin2022-01-23
|
* top: run with -E/-e if supportedv1.1.0Egor Tensin2021-10-04
|
* app.py: pretty print the JSONEgor Tensin2021-03-04
|
* add journalctl outputEgor Tensin2021-03-04
|
* get rid of the /timers endpoit, use /statusEgor Tensin2021-03-04
|
* update README, add some comments, etc.Egor Tensin2021-03-04
|
* app.py: fix a typing bugEgor Tensin2021-03-03
|
* no more CGIEgor Tensin2021-03-03
The server.py script now launches a web server and handles all the requests internally, without delegating anything to external scripts.