mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
Instruction to the docker image
This commit is contained in:
@@ -58,6 +58,8 @@ The anonymization of the URL is achieved though proxying all requests.
|
||||
Installing Anonymous Github
|
||||
----------------------------
|
||||
|
||||
## From Source
|
||||
|
||||
```
|
||||
git clone https://github.com/tdurieux/anonymous_github/
|
||||
cd anonymous_github
|
||||
@@ -65,6 +67,13 @@ pip install -r requirements.txt
|
||||
python server.py -token <github_auth_token>
|
||||
```
|
||||
|
||||
## From Docker
|
||||
|
||||
```bash
|
||||
docker pull tdurieux/anonymous_github:latest
|
||||
docker run tdurieux/anonymous_github -token <github_auth_token> --host <hostname> --port <port>
|
||||
```
|
||||
|
||||
Related tools
|
||||
--------------
|
||||
[gitmask](https://www.gitmask.com/) is a tool to anonymously contribute to a Github repository.
|
||||
|
||||
Reference in New Issue
Block a user