mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-12 08:16:33 +02: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
|
Installing Anonymous Github
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
## From Source
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/tdurieux/anonymous_github/
|
git clone https://github.com/tdurieux/anonymous_github/
|
||||||
cd anonymous_github
|
cd anonymous_github
|
||||||
@@ -65,6 +67,13 @@ pip install -r requirements.txt
|
|||||||
python server.py -token <github_auth_token>
|
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
|
Related tools
|
||||||
--------------
|
--------------
|
||||||
[gitmask](https://www.gitmask.com/) is a tool to anonymously contribute to a Github repository.
|
[gitmask](https://www.gitmask.com/) is a tool to anonymously contribute to a Github repository.
|
||||||
|
|||||||
Reference in New Issue
Block a user