We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e274944 commit 6bb3be7Copy full SHA for 6bb3be7
README.md
@@ -56,6 +56,16 @@ Update Repository
56
$ curl http://localhost:8080/_pull
57
````
58
59
+### Implementation only as a http server ([To support angular operator](https://github.com/jarpsimoes/git-http-server-operator))
60
+
61
+```shell
62
+$ docker run \
63
+ -p 8081:8081 \
64
+ -e REPO_URL="" \
65
+ ghcr.io/jarpsimoes/git_http_server
66
+```
67
68
69
### Implementation with Basic Authentication
70
71
The implementation with basic authentication can be used with username and password method, or PAT(Personal Access Token) method (like Gitlab Token).
0 commit comments