Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Release 1.1.7-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Mar 14, 2016
1 parent 2581138 commit 44c4234
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

**latest**
**1.1.7-2**
- Add supervisor
- Redirect logs to stdout
- Start first sync on startup
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Toran acts as a proxy for Packagist and GitHub. It is meant to be set up on your
```bash
docker run --name toran-proxy -d \
-p 8080:80 \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```
Go with your browser to **localhost:8080**

Expand All @@ -21,7 +21,7 @@ Files are saved to `/data/toran-proxy` in container. Just mount this volume for
```bash
docker run --name toran-proxy -d \
-v /opt/toran-proxy:/data/toran-proxy \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```

## Add ssh config for private repository
Expand All @@ -30,7 +30,7 @@ docker run --name toran-proxy -d \
docker run --name toran-proxy -d \
-p 8443:443 \
-v /opt/toran-proxy/ssh:/data/toran-proxy/ssh \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```
*Files supported : `id_rsa`, `id_rsa.pub` and `known_hosts`*

Expand All @@ -41,7 +41,7 @@ docker run --name toran-proxy -d \
-p 8443:443 \
-e "TORAN_HTTPS=true" \
-v /opt/toran-proxy/certs:/data/toran-proxy/certs \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```
Add **toran-proxy.key** and **toran-proxy.crt** in folder **certs**

Expand All @@ -51,7 +51,7 @@ Add **toran-proxy.key** and **toran-proxy.crt** in folder **certs**
docker run --name toran-proxy -d \
-p 8443:443 \
-e "TORAN_CRON_TIMER=half" \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```

### Generation of Self Signed Certificates
Expand Down Expand Up @@ -99,7 +99,7 @@ Next add environment variables **VIRTUAL_HOST** and **VIRTUAL_PROTO** to contain
docker run --name toran-proxy -d \
-e "VIRTUAL_HOST=toran-proxy.domain.tld" \
-e "VIRTUAL_PROTO=http" \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```
Go with your browser to **http://toran-proxy.domain.tld**

Expand All @@ -111,7 +111,7 @@ docker run --name toran-proxy -d \
-e "VIRTUAL_HOST=toran-proxy.domain.tld" \
-e "VIRTUAL_PROTO=https" \
-v /opt/toran-proxy/certs:/data/toran-proxy/certs \
cedvan/toran-proxy:1.1.7-1
cedvan/toran-proxy:1.1.7-2
```
Go with your browser to **https://toran-proxy.domain.tld**

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7-1
1.1.7-2

0 comments on commit 44c4234

Please sign in to comment.