Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docker/frontend: update the CSS from upstream | Egor Tensin | 2023-05-30 |
| | |||
* | docker: bump base images | Egor Tensin | 2023-05-21 |
| | |||
* | frontend: upgrade cmark-gfm | Egor Tensin | 2023-02-25 |
| | |||
* | more --quiet flags | Egor Tensin | 2023-02-25 |
| | |||
* | add --quiet flags to all installations | Egor Tensin | 2023-02-25 |
| | |||
* | frontend: fix /mnt/cgitize being inaccessible to nginx | Egor Tensin | 2022-12-03 |
| | | | | | I've had problems with doing "FROM nginx" instead of "FROM alpine" in the past, but hopefully fixing a version is enough to prevent them. | ||
* | docker: bump base image | Egor Tensin | 2022-12-02 |
| | |||
* | frontend: use normal Alpine image instead of nginx | Egor Tensin | 2022-10-16 |
| | | | | | I've had a problem with the nginx:1-alpine image switching Alpine versions, so I'm fixing the version at least. | ||
* | frontend: fix Docker builds | Egor Tensin | 2022-10-15 |
| | | | | | | This is what I get for abandoning my stuff for a while. The base image nginx:1-alpine switched Alpine versions, and it doesn't have some packages anymore. Oh well. | ||
* | frontend: nobody wants .tar.bz2 archives | Egor Tensin | 2022-04-12 |
| | |||
* | frontend: dash is not pre-installed on Alpine | Egor Tensin | 2022-04-11 |
| | |||
* | frontend: pip -> pip3 for consistency | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: don't install packages twice | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: get rid of bash in image | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: minimize the image | Egor Tensin | 2022-04-09 |
| | |||
* | frontend: move cgitrc to /etc | Egor Tensin | 2022-03-29 |
| | |||
* | frontend: add a comment to the config | Egor Tensin | 2022-03-26 |
| | |||
* | frontend: serve from / instead of /git/ | Egor Tensin | 2022-03-26 |
| | |||
* | docker: add comments to frontend configuration | Egor Tensin | 2022-03-26 |
| | |||
* | docker: add a frontend nginx image | Egor Tensin | 2022-03-26 |
At first, I built a custom image at https://egort.name/. It had a rather long development history, and I just copied the files from there. |