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

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Aug 10, 2016
1 parent fbebaf9 commit e1fe53a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

**latest**
**1.5.1**
- Upgrade toran proxy to version 1.5.1
- Fix update github token
- Fix update github token

**1.5.0**
- Upgrade toran proxy to version 1.5.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 80:80 \
cedvan/toran-proxy:1.5.0
cedvan/toran-proxy:1.5.1
```
Go with your browser to **localhost**

Expand All @@ -33,7 +33,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.5.0
cedvan/toran-proxy:1.5.1
```

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

Expand All @@ -52,7 +52,7 @@ docker run --name toran-proxy -d \
docker run --name toran-proxy -d \
-p 443:443 \
-e "TORAN_CRON_TIMER=half" \
cedvan/toran-proxy:1.5.0
cedvan/toran-proxy:1.5.1
```

## Enabled HTTPS
Expand All @@ -62,7 +62,7 @@ docker run --name toran-proxy -d \
-p 443:443 \
-e "TORAN_HTTPS=true" \
-v /opt/toran-proxy/certs:/data/toran-proxy/certs \
cedvan/toran-proxy:1.5.0
cedvan/toran-proxy:1.5.1
```
Add **toran-proxy.key** and **toran-proxy.crt** in folder **certs**

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

0 comments on commit e1fe53a

Please sign in to comment.