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

Commit 5b71b73

Browse files
author
Cédric Vanet
committed
Release 1.5.4-2
1 parent 9c9b4dd commit 5b71b73

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
**latest**
4+
5+
**1.5.4-2**
46
- Upgrade Ubuntu 18.04 to 20.04
57
- Upgrade PHP 7.2 to 7.4
68

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Toran Proxy
22

3-
[![Version](https://images.microbadger.com/badges/version/cedvan/toran-proxy:1.5.4-1.svg)](https://microbadger.com/images/cedvan/toran-proxy:1.5.4-1 "Get your own version badge on microbadger.com")
3+
[![Version](https://images.microbadger.com/badges/version/cedvan/toran-proxy:1.5.4-2.svg)](https://microbadger.com/images/cedvan/toran-proxy:1.5.4-2 "Get your own version badge on microbadger.com")
44
[![Docker Pulls](https://img.shields.io/docker/pulls/cedvan/toran-proxy.svg?style=flat-square)](https://hub.docker.com/r/cedvan/toran-proxy/)
55
[![Docker Stars](https://img.shields.io/docker/stars/cedvan/toran-proxy.svg?style=flat-square)](https://hub.docker.com/r/cedvan/toran-proxy/)
66
[![Docker image](https://images.microbadger.com/badges/image/cedvan/toran-proxy.svg?style=flat-square)](https://microbadger.com/#/images/cedvan/toran-proxy "Size docker image on Docker Hub")
@@ -27,7 +27,7 @@ Toran acts as a proxy for Packagist and GitHub. It is meant to be set up on your
2727
```bash
2828
docker run --name toran-proxy -d \
2929
-p 80:80 \
30-
cedvan/toran-proxy:1.5.4-1
30+
cedvan/toran-proxy:1.5.4-2
3131
```
3232
Go with your browser to **localhost**
3333

@@ -38,7 +38,7 @@ Files are saved to `/data/toran-proxy` in container. Just mount this volume for
3838
```bash
3939
docker run --name toran-proxy -d \
4040
-v /opt/toran-proxy:/data/toran-proxy \
41-
cedvan/toran-proxy:1.5.4-1
41+
cedvan/toran-proxy:1.5.4-2
4242
```
4343

4444
## Add ssh config for private repository
@@ -47,7 +47,7 @@ docker run --name toran-proxy -d \
4747
docker run --name toran-proxy -d \
4848
-p 443:443 \
4949
-v /opt/toran-proxy/ssh:/data/toran-proxy/ssh \
50-
cedvan/toran-proxy:1.5.4-1
50+
cedvan/toran-proxy:1.5.4-2
5151
```
5252
*Files supported : `id_rsa`, `id_rsa.pub`, `config` and `known_hosts`*
5353

@@ -57,7 +57,7 @@ docker run --name toran-proxy -d \
5757
docker run --name toran-proxy -d \
5858
-p 443:443 \
5959
-e "TORAN_CRON_TIMER=half" \
60-
cedvan/toran-proxy:1.5.4-1
60+
cedvan/toran-proxy:1.5.4-2
6161
```
6262

6363
## Enabled HTTPS
@@ -67,7 +67,7 @@ docker run --name toran-proxy -d \
6767
-p 443:443 \
6868
-e "TORAN_HTTPS=true" \
6969
-v /opt/toran-proxy/certs:/data/toran-proxy/certs \
70-
cedvan/toran-proxy:1.5.4-1
70+
cedvan/toran-proxy:1.5.4-2
7171
```
7272
Add your **toran-proxy.key** and **toran-proxy.crt** in folder **certs**. If `toran-proxy.key` and `toran-proxy.crt` do not exist, the container will create self-signed certificates
7373

@@ -132,7 +132,7 @@ echo "echo 'hello world'" > $custdir/hello.sh
132132
docker run --name toran-proxy -d \
133133
-p 443:443 \
134134
-v $custdir:/data/toran-proxy/scripts
135-
cedvan/toran-proxy:1.5.4-1
135+
cedvan/toran-proxy:1.5.4-2
136136
```
137137

138138
## Toran Proxy License

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.4-1
1+
1.5.4-2

0 commit comments

Comments
 (0)