File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11# Change Log
22### Version 2.2.3
33- fix: sub_path '' => '/', like GitHub pages
4+ - fix: redirect with no querystring
5+ - feat: support ACME Pebble integration test, and change config
6+ - deps: update server deps
47
58### Version 2.2.2
69
Original file line number Diff line number Diff line change 44
55- bench: add benchmark
66- [x] integration check of files list
7- - ** big break change** : config format change from honcon to yaml (honcon lib is archived)
8- - [x] support Let's Encrypt with [ acme-lib ] ( https://crates.io/crates/acme-lib )
7+ - ** big break change** : config format change from hocon to yaml (hocon lib is archived)
8+ - [x] support Let's Encrypt
99- admin server support HTTPS
10- - use it in production environment
10+ - [x] use it in production environment
Original file line number Diff line number Diff line change 11#! /bin/bash
2- docker run --network=host -d
3- --name pebble \
4- ghcr.io/letsencrypt/pebble:2.6.0 && \
5- exit 0;
6-
7- # # next command is for mac test.
8- export IP=192.168.1.255 # change it to self
9- docker run -p 14000:14000 -p 15000:15000 --rm \
10- --add-host=local.fornetcode.com:$( IP) \
2+ docker run --network=host -d \
113--name pebble \
124ghcr.io/letsencrypt/pebble:2.6.0
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # change it to self
3+ export IP=192.168.1.255
4+ docker run -p 14000:14000 -p 15000:15000 --rm \
5+ --add-host=local.fornetcode.com:$( IP) \
6+ --name pebble \
7+ ghcr.io/letsencrypt/pebble:2.6.0
You can’t perform that action at this time.
0 commit comments