aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app.py (follow)
Commit message (Collapse)AuthorAge
* 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.