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.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Aug 19, 2020
1 parent 9c9b4dd commit 5b71b73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

**latest**

**1.5.4-2**
- Upgrade Ubuntu 18.04 to 20.04
- Upgrade PHP 7.2 to 7.4

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Toran Proxy

[![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")
[![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")
[![Docker Pulls](https://img.shields.io/docker/pulls/cedvan/toran-proxy.svg?style=flat-square)](https://hub.docker.com/r/cedvan/toran-proxy/)
[![Docker Stars](https://img.shields.io/docker/stars/cedvan/toran-proxy.svg?style=flat-square)](https://hub.docker.com/r/cedvan/toran-proxy/)
[![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")
Expand All @@ -27,7 +27,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.4-1
cedvan/toran-proxy:1.5.4-2
```
Go with your browser to **localhost**

Expand All @@ -38,7 +38,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.4-1
cedvan/toran-proxy:1.5.4-2
```

## Add ssh config for private repository
Expand All @@ -47,7 +47,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.4-1
cedvan/toran-proxy:1.5.4-2
```
*Files supported : `id_rsa`, `id_rsa.pub`, `config` and `known_hosts`*

Expand All @@ -57,7 +57,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.4-1
cedvan/toran-proxy:1.5.4-2
```

## Enabled HTTPS
Expand All @@ -67,7 +67,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.4-1
cedvan/toran-proxy:1.5.4-2
```
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

Expand Down Expand Up @@ -132,7 +132,7 @@ echo "echo 'hello world'" > $custdir/hello.sh
docker run --name toran-proxy -d \
-p 443:443 \
-v $custdir:/data/toran-proxy/scripts
cedvan/toran-proxy:1.5.4-1
cedvan/toran-proxy:1.5.4-2
```

## Toran Proxy License
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.4-1
1.5.4-2

0 comments on commit 5b71b73

Please sign in to comment.