aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* Makefile: refactoring & cleanupEgor Tensin2023-02-08
|
* Makefile: consistent recipe namesEgor Tensin2023-01-31
|
* workflows/ci: respect .dockerignoreEgor Tensin2023-01-31
|
* workflows/ci: fix Python 3.6 testsEgor Tensin2022-12-07
|
* fix preludes in bash scriptsEgor Tensin2022-12-07
|
* workflows/ci: upgrade actionsEgor Tensin2022-10-16
|
* docker: python image instead of alpineEgor Tensin2022-06-30
|
* docker: fix print() showing nothingEgor Tensin2022-06-30
|
* log real client IP addressEgor Tensin2022-06-30
|
* Makefile: consistent preludeEgor Tensin2022-05-20
|
* app.py: print HTTP status when CGIingEgor Tensin2022-04-13
|
* workflows/ci: deploy to Docker Hub, not to host directlyEgor Tensin2022-03-26
| | | | Copied the relevant workflow bits from my cgitize repo.
* docker: best practicesEgor Tensin2022-03-15
| | | | | Since I don't spawn any processes, I can just use the exec form in the Dockerfile, and it's all fine.
* index.html: less __screaming__ font size, lmaoEgor Tensin2022-03-12
|
* index.html: fix formattingEgor Tensin2022-03-12
|
* server.py: minor refactoringEgor Tensin2022-03-12
|
* README: updateEgor Tensin2022-03-12
|
* fix Pylint warningsEgor Tensin2022-03-12
|
* README: updateEgor Tensin2022-03-12
|
* index.html: disable font boosting on AndroidEgor Tensin2022-03-12
|
* add README.mdEgor Tensin2022-03-12
|
* index.html: Bootstrap JS code is not neededEgor Tensin2022-03-12
|
* index.html: prevent button jumpsEgor Tensin2022-03-12
|
* Makefile: add testEgor Tensin2022-03-12
|
* test: add more tests, fix undetected failuresEgor Tensin2022-03-12
|
* docker-compose: add volume for the state fileEgor Tensin2022-03-12
|
* add MakefileEgor Tensin2022-03-12
|
* workflows/ci: add a deploy jobEgor Tensin2022-03-11
|
* Dockerfile: remove tiniEgor Tensin2022-03-11
| | | | docker-compose.yml takes care of that.
* add docker-compose.ymlEgor Tensin2022-03-11
|
* add DockerfileEgor Tensin2022-03-11
|
* add index.htmlEgor Tensin2022-03-11
|
* add GitHub Actions workflowEgor Tensin2022-03-11
|
* add app.py & server.pyEgor Tensin2022-03-11
| | | | | Quite obviously inspired (a.k.a. copied from) my other project, linux-status. The same goes for test/.
* initial commitEgor Tensin2022-03-11