Commit message (Collapse) | Author | ||
---|---|---|---|
2022-04-11 | index.html: add Docker status section | Egor Tensin | |
2022-01-23 | dump exceptions to browser's console | Egor Tensin | |
2021-10-04 | fix whitespace | Egor Tensin | |
2021-10-03 | index.html: safer DOM generation using jQueryv1.0.1 | Egor Tensin | |
I learned how to do it, currently evaluating if it's actually safer and maintanable. | |||
2021-03-04 | put status refresh interval next to header | 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-03 | merge {reboot,poweroff}.sh into get.py | Egor Tensin | |
2021-03-03 | add server.py | Egor Tensin | |
It runs a web server and imports the request handling classes from get.py directly, hence eliminating the performance culprit (which was the `import` processing for each request). | |||
2021-02-27 | remove obsolete user panels | Egor Tensin | |
2021-02-27 | Python server can now be run as root | Egor Tensin | |
If run as root, the server queries all the users. | |||
2021-02-27 | merge CGI scripts into one | Egor Tensin | |
2018-10-29 | "updated" -> "refreshed" | Egor Tensin | |
2018-08-12 | show failed units by default | Egor Tensin | |
2018-07-18 | use Bootstrap's pre-scrollable | Egor Tensin | |
2018-07-10 | add `systemctl --failed` output | Egor Tensin | |
2018-07-05 | add dependencies locally | Egor Tensin | |
2018-07-05 | add reboot/shutdown buttons | Egor Tensin | |
2018-07-05 | code style | Egor Tensin | |
2018-07-04 | minor layout tweaks | Egor Tensin | |
2018-07-04 | add expand/collapse buttons | Egor Tensin | |
2018-07-03 | remove trailing colons | Egor Tensin | |
2018-07-03 | minor design tweaks | Egor Tensin | |