File tree 4 files changed +14
-12
lines changed
4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
### Version 2.2.3
3
3
- 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
4
7
5
8
### Version 2.2.2
6
9
Original file line number Diff line number Diff line change 4
4
5
5
- bench: add benchmark
6
6
- [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
9
9
- 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 1
1
#! /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 \
11
3
--name pebble \
12
4
ghcr.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