Skip to content

Commit e21b8ab

Browse files
committed
v2.5.0
1 parent e51db93 commit e21b8ab

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM nginx:1.25.1-alpine3.17
1+
FROM nginx:1.25.3-alpine3.18
22

33
ARG VERSION=0.0.0
44
ENV VERSION=${VERSION}
55

66
# CGit
7-
ARG CGIT_VERSION=1.2.3-r3
7+
ARG CGIT_VERSION=1.2.3-r5
88
ENV CGIT_VERSION=${CGIT_VERSION}
99

1010
# CGit default options

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
- Commit feeds (atom format).
1515
- Discovery of Git repositories.
1616
- On-the-fly archives for tags and commits.
17-
- Plugin support for e.g. syntax highlighting.
17+
- Plugin support e.g. syntax highlighting.
1818
- Side-by-side diffs.
1919
- Simple time/author statistics.
2020
- Simple virtual hosting support (macro expansion).
2121
- Understands GitWeb project-lists.
22-
- Understands gitweb.owner in Git config files.
23-
- Has extensive filtering framework using scripts or a built-in lua interpreter.
22+
- Understands `gitweb.owner` in Git config files.
23+
- Has an extensive filtering framework using scripts or a built-in Lua interpreter.
2424

2525
See [CGit project](https://git.zx2c4.com/cgit/about/) for more details.
2626

@@ -49,19 +49,19 @@ Note that all these paths can be overwritten via [Bind Mounts](https://docs.dock
4949

5050
## Settings via environment variables
5151

52-
CGit Docker image can be configured via environment variables. This is the default behaviour.
52+
CGit Docker image can be configured via environment variables. This is the default behavior.
5353

5454
- `CGIT_TITLE`: Website title.
5555
- `CGIT_DESC`: Website description.
5656
- `CGIT_VROOT`: Virtual root directory.
5757
- `CGIT_SECTION_FROM_STARTPATH`: How many path elements from each repo path to use as a default section name.
5858
- `CGIT_MAX_REPO_COUNT`: Number of entries to list per page on the repository index page.
5959

60-
## Settings via custom configration file
60+
## Settings via custom configuration file
6161

62-
By default this Docker image will use a template file located at [cgit/cgit.conf](./cgit/cgit.conf) which is replaced with the env settings (mentioned above) at start up time.
62+
By default, this Docker image will use a template file located at [cgit/cgit.conf](./cgit/cgit.conf) which is replaced with the env settings (mentioned above) at start-up time.
6363

64-
However if you want to use a custom `/etc/cgitrc` file then follow these steps:
64+
However, if you want to use a custom `/etc/cgitrc` file then follow these steps:
6565

6666
1. Provide the env variable `USE_CUSTOM_CONFIG=true` to prevent using the default config file.
6767
2. Provide the custom config file as a [Bind Mount](https://docs.docker.com/storage/bind-mounts/) or [Docker Volume](https://docs.docker.com/storage/volumes/). For example `--volume my-config-file:/etc/cgitrc`
@@ -75,7 +75,7 @@ See [`cgitrc` man page](https://linux.die.net/man/5/cgitrc) for more detailed in
7575

7676
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in current work by you, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.
7777

78-
Feel free to send some [Pull request](https://github.com/joseluisq/alpine-cgit/pulls) or [issue](https://github.com/joseluisq/alpine-cgit/issues).
78+
Feel free to send some [Pull request](https://github.com/joseluisq/alpine-cgit/pulls) or file an [issue](https://github.com/joseluisq/alpine-cgit/issues).
7979

8080
## License
8181

0 commit comments

Comments
 (0)