@@ -11,11 +11,15 @@ selected branch (in variable REPO_BRANCH) and can be pulled new version on defin
11
11
12
12
## RELEASE NOTES: v0.0.3-alpha
13
13
14
- | Feature | Description |
15
- | ---------| ---------------------------------------------------|
16
- | Done | Add support to proxy redirect with HTTPS backends |
17
- | FIX | Bump golang.org/x/text from 0.3.7 to 0.3.8 |
18
-
14
+ | Feature | Description |
15
+ | ---------| --------------------------------------------------------------------------------------------------------------------|
16
+ | Done | Add support to proxy redirect with HTTPS backends |
17
+ | FIXED | Bump golang.org/x/text from 0.3.7 to 0.3.8 |
18
+ | FIXED | Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 |
19
+ | FIXED | Bump golang.org/x/sys from 0.0.0-20220209214540-3681064d5158 to 0.1.0 |
20
+ | FIXED | Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 |
21
+ | FIXED | Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.17.0 in |
22
+ | FIXED | Vulnerability issue Uncontrolled data used in path [ Issue] ( https://github.com/jarpsimoes/git-http-server/issues/8 ) |
19
23
20
24
21
25
## Authentication Methods
@@ -25,22 +29,22 @@ The GIT-HttpServer only support basic authentication on repositories by protocol
25
29
## Configuration
26
30
27
31
### Environment Variables
28
- | Name | Description | Default | Mandatory |
29
- | ---------------------------| ----------------------------------------------------------| ---------------------------------------------------| -----------|
30
- | PATH_CLONE | Set clone path | _ clone | Yes |
31
- | PATH_PULL | Set pull path | _ pull | Yes |
32
- | PATH_VERSION | Set get git commit version path | _ version | Yes |
33
- | PATH_WEBHOOK | Set webhook path | _ hook | Yes |
34
- | PATH_HEALTH | Set health check path | _ health | Yes |
35
- | REPO_BRANCH | Set default branch to clone content | main | No |
36
- | REPO_TARGET_FOLDER | Set folder to clone source | target-git | No |
37
- | REPO_URL | Set url as a source origin | https://github.com/jarpsimoes/git-http-server.git | No |
38
- | REPO_USERNAME | Set username or token identifier to basic authentication | N/D | No |
39
- | REPO_PASSWORD | Set password or token to basic authentication | N/D | No |
40
- | HTTP_PORT | Set port to expose content | 8081 | Yes |
41
- | GHS_CUSTOM_PATH_ <path > | Custom path to work as a proxy server | N/D | No |
42
- | GHS_CUSTOM_REWRITE_ <path > | Set to remove from proxy request base path | N/D | No |
43
- | FOLDER_ROOT | Select root folder inside cloned repository | $REPO_TARGET_FOLDER/ | No |
32
+ | Name | Description | Default | Mandatory |
33
+ | ---------------------------| ------------------------------------------------------------------------ | ---------------------------------------------------| -----------|
34
+ | PATH_CLONE | Set clone path | _ clone | Yes |
35
+ | PATH_PULL | Set pull path | _ pull | Yes |
36
+ | PATH_VERSION | Set get git commit version path | _ version | Yes |
37
+ | PATH_WEBHOOK | Set webhook path | _ hook | Yes |
38
+ | PATH_HEALTH | Set health check path | _ health | Yes |
39
+ | REPO_BRANCH | Set default branch to clone content | main | No |
40
+ | REPO_TARGET_FOLDER | Set folder to clone source (only allowed letters, numbers, underscore) | target-git | No |
41
+ | REPO_URL | Set url as a source origin | https://github.com/jarpsimoes/git-http-server.git | No |
42
+ | REPO_USERNAME | Set username or token identifier to basic authentication | N/D | No |
43
+ | REPO_PASSWORD | Set password or token to basic authentication | N/D | No |
44
+ | HTTP_PORT | Set port to expose content | 8081 | Yes |
45
+ | GHS_CUSTOM_PATH_ <path > | Custom path to work as a proxy server | N/D | No |
46
+ | GHS_CUSTOM_REWRITE_ <path > | Set to remove from proxy request base path | N/D | No |
47
+ | FOLDER_ROOT ** (Removed) ** | The base path will be always root folder of the application | REMOVED | N/D |
44
48
45
49
46
50
## Implementation
0 commit comments