Skip to content

Commit 6bb3be7

Browse files
committed
ADD: documentation to only static files server
1 parent e274944 commit 6bb3be7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ Update Repository
5656
$ curl http://localhost:8080/_pull
5757
````
5858

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+
5969
### Implementation with Basic Authentication
6070

6171
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

Comments
 (0)