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

Commit

Permalink
Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Aug 10, 2016
1 parent 625f98c commit 7701573
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.4**
- Upgrade toran proxy to version 1.4.4

**1.4.3**
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.4.3
cedvan/toran-proxy:1.4.4
```
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.4.3
cedvan/toran-proxy:1.4.4
```

## 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.4.3
cedvan/toran-proxy:1.4.4
```
*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.4.3
cedvan/toran-proxy:1.4.4
```

## 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.4.3
cedvan/toran-proxy:1.4.4
```
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.4.3
1.4.4

0 comments on commit 7701573

Please sign in to comment.