aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* debian: update package descriptionEgor Tensin2021-03-08
|
* Merge tag 'v0.0.2' into debianEgor Tensin2021-03-08
|\
| * img: update example.pngv0.0.2Egor Tensin2021-03-07
| |
| * README: updateEgor Tensin2021-03-07
| |
* | debian: 0.0.1-3debian/v0.0.1-3Egor Tensin2021-03-08
| |
* | debian: add `make dch` commandEgor Tensin2021-03-08
| |
* | debian: add README.DebianEgor Tensin2021-03-08
| |
* | debian: lint VagrantfileEgor Tensin2021-03-08
| |
* | debian: target the lowest denominator bionicEgor Tensin2021-03-08
| |
* | debian: 0.0.1-2debian/v0.0.1-2Egor Tensin2021-03-07
| |
* | debian: add `make tag` commandEgor Tensin2021-03-07
| |
* | debian: set DEB* variables in VagrantfileEgor Tensin2021-03-07
| |
* | debian: more one-liners in MakefileEgor Tensin2021-03-08
| |
* | debian: add Vagrantfile for building packagesEgor Tensin2021-03-08
| |
* | debian: lower debhelper-compat levelEgor Tensin2021-03-08
| | | | | | | | | | That way, it can be build on Bionic too (and the systemd unit is picked up automatically).
* | add Debian packaging filesdebian/v0.0.1-1Egor Tensin2021-03-07
|/
* export pacman packaging to a separate branchv0.0.1Egor Tensin2021-03-06
|
* blacklist aux files for `git archive`Egor Tensin2021-03-06
|
* README: updateEgor Tensin2021-03-06
|
* workflows/test.yml: format strings are Python 3.6+Egor Tensin2021-03-06
|
* server.py: ThreadingHTTPServer is Python 3.7+ onlyEgor Tensin2021-03-06
|
* add GitHub Actions workflowEgor Tensin2021-03-06
|
* add test.shEgor Tensin2021-03-06
|
* server.py: only run from the script's directoryEgor Tensin2021-03-06
|
* pacman: call systemctl on (de)installationEgor Tensin2021-03-04
|
* app.py: pretty print the JSONEgor Tensin2021-03-04
|
* put status refresh interval next to headerEgor Tensin2021-03-04
|
* add journalctl outputEgor Tensin2021-03-04
|
* get rid of the /timers endpoit, use /statusEgor Tensin2021-03-04
|
* server.py: port number is a parameterEgor Tensin2021-03-04
|
* update README, add some comments, etc.Egor Tensin2021-03-04
|
* pacman: add dependency on procps-ngEgor Tensin2021-03-04
|
* systemd: don't write __pycache__/Egor Tensin2021-03-04
|
* pacman: fix PKGBUILDEgor Tensin2021-03-04
|
* app.py: fix a typing bugEgor Tensin2021-03-03
|
* server.py: return status 500 on error in app.pyEgor Tensin2021-03-03
|
* fix the systemd unitEgor Tensin2021-03-03
|
* remove the sudoers.d fileEgor Tensin2021-03-03
| | | | | There're no CGI scripts anymore => they are not run as user nobody => they don't need the special permissions.
* 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.
* merge {reboot,poweroff}.sh into get.pyEgor Tensin2021-03-03
|
* add server.pyEgor Tensin2021-03-03
| | | | | | 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).
* prune obsolete entry from .gitignoreEgor Tensin2021-03-03
|
* get.py: refactoringEgor Tensin2021-03-03
|
* Revert "get.py: don't import cgi"Egor Tensin2021-03-03
| | | | | | | This reverts commit 2eaa4fc9ab517b0ef0c21272766551ab3191c5ea. On second thought, I have a plan on how to deal with the performance issue.
* get.py: don't import cgiEgor Tensin2021-03-01
| | | | | I only use it for FieldsStorage, and it can be trivially replaced with urllib.parse while being really bad for performance.
* get.py: don't import cgitbEgor Tensin2021-02-28
| | | | It's terrible for performance.
* get.py: add licensing notesEgor Tensin2021-02-28
|
* get.py: run commands in parallel + refactoringEgor Tensin2021-02-28
| | | | | I _thought_ that executing many `systemctl` calls was the performance culprit, but it's not.
* dist: add Pacman's PKGBUILDEgor Tensin2021-02-27
|
* dist: add the sudoers.d fileEgor Tensin2021-02-27
|