Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Makefile: consistent recipe names | Egor Tensin | 2023-01-31 |
| | |||
* | workflows/ci: respect .dockerignore | Egor Tensin | 2023-01-31 |
| | |||
* | workflows/ci: fix Python 3.6 tests | Egor Tensin | 2022-12-07 |
| | |||
* | fix preludes in bash scripts | Egor Tensin | 2022-12-07 |
| | |||
* | workflows/ci: upgrade actions | Egor Tensin | 2022-10-16 |
| | |||
* | docker: python image instead of alpine | Egor Tensin | 2022-06-30 |
| | |||
* | docker: fix print() showing nothing | Egor Tensin | 2022-06-30 |
| | |||
* | log real client IP address | Egor Tensin | 2022-06-30 |
| | |||
* | Makefile: consistent prelude | Egor Tensin | 2022-05-20 |
| | |||
* | app.py: print HTTP status when CGIing | Egor Tensin | 2022-04-13 |
| | |||
* | workflows/ci: deploy to Docker Hub, not to host directly | Egor Tensin | 2022-03-26 |
| | | | | Copied the relevant workflow bits from my cgitize repo. | ||
* | docker: best practices | Egor Tensin | 2022-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, lmao | Egor Tensin | 2022-03-12 |
| | |||
* | index.html: fix formatting | Egor Tensin | 2022-03-12 |
| | |||
* | server.py: minor refactoring | Egor Tensin | 2022-03-12 |
| | |||
* | README: update | Egor Tensin | 2022-03-12 |
| | |||
* | fix Pylint warnings | Egor Tensin | 2022-03-12 |
| | |||
* | README: update | Egor Tensin | 2022-03-12 |
| | |||
* | index.html: disable font boosting on Android | Egor Tensin | 2022-03-12 |
| | |||
* | add README.md | Egor Tensin | 2022-03-12 |
| | |||
* | index.html: Bootstrap JS code is not needed | Egor Tensin | 2022-03-12 |
| | |||
* | index.html: prevent button jumps | Egor Tensin | 2022-03-12 |
| | |||
* | Makefile: add test | Egor Tensin | 2022-03-12 |
| | |||
* | test: add more tests, fix undetected failures | Egor Tensin | 2022-03-12 |
| | |||
* | docker-compose: add volume for the state file | Egor Tensin | 2022-03-12 |
| | |||
* | add Makefile | Egor Tensin | 2022-03-12 |
| | |||
* | workflows/ci: add a deploy job | Egor Tensin | 2022-03-11 |
| | |||
* | Dockerfile: remove tini | Egor Tensin | 2022-03-11 |
| | | | | docker-compose.yml takes care of that. | ||
* | add docker-compose.yml | Egor Tensin | 2022-03-11 |
| | |||
* | add Dockerfile | Egor Tensin | 2022-03-11 |
| | |||
* | add index.html | Egor Tensin | 2022-03-11 |
| | |||
* | add GitHub Actions workflow | Egor Tensin | 2022-03-11 |
| | |||
* | add app.py & server.py | Egor Tensin | 2022-03-11 |
| | | | | | Quite obviously inspired (a.k.a. copied from) my other project, linux-status. The same goes for test/. | ||
* | initial commit | Egor Tensin | 2022-03-11 |