1
0
Fork 0
Commit Graph

508 Commits

Author SHA1 Message Date
Nicolas Duchon d56d1aa9fd
ci: rebuild and push the latest image on schedule
Rebuild and push the last commit of the default branch every monday at 00:00 UTC
2021-04-06 13:46:17 +02:00
Nicolas Duchon ddb6ebd8a4
doc: typo 2021-04-05 21:27:53 +02:00
Nicolas Duchon a1440194ea
docs: replace microbadger's image info badge
MicroBadger.com will shutdown on 1st July 2021
2021-04-05 17:09:07 +02:00
Nicolas Duchon 4bdb229e51
ci: double the tests timeout duration 2021-04-05 14:37:14 +02:00
Nicolas Duchon ab930cba5f
chore: nginx-proxy default branch renamed to main (#778) 2021-04-05 14:31:53 +02:00
Nicolas Duchon 595d52c7e3
chore: rename default branch master -> main 2021-04-05 12:48:49 +02:00
Nicolas Duchon 35a0b89a61
Merge pull request #777 from nginx-proxy/projects-name-change
chore: projects name change
2021-04-05 00:40:30 +02:00
Nicolas Duchon e9abac8b12
chore: project name change 2021-04-05 00:27:52 +02:00
Nicolas Duchon 11a534ecc1
chore: use the nginxproxy/nginx-proxy registry 2021-04-05 00:21:31 +02:00
Nicolas Duchon c8c1f69e89
ci: start pushing to nginxproxy/acme-companion 2021-04-02 16:22:32 +02:00
Nicolas Duchon a503be2667
docs: don't redirect users to the project's wiki
The wiki contains outdated infos and need updating.
2021-04-01 15:39:15 +02:00
dependabot[bot] f30084d1fd
chore(docker): Bump alpine from 3.13.3 to 3.13.4 (#773)
Bumps alpine from 3.13.3 to 3.13.4.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 10:19:36 +02:00
Nicolas Duchon 53d2ac18a5
Merge pull request #772 from nginx-proxy/doc-volume
Update volume-related docs and examples
2021-03-26 15:30:22 +01:00
Nicolas Duchon a5e3b3b6b1
docs: discourage use of anonymous volumes 2021-03-26 15:25:53 +01:00
Nicolas Duchon 90de0cec71
docs: user named volumes in all examples 2021-03-26 15:25:46 +01:00
dependabot[bot] 3a037b3a18
Bump alpine from 3.13.2 to 3.13.3 (#771) 2021-03-26 10:56:34 +00:00
Nicolas Duchon 1bfbb9bb11
docs: add a warning about external examples
As they might not include the additional volume needed by version >= 2.0
2021-03-16 22:58:45 +01:00
Nicolas Duchon df13071394
Merge pull request #767 from LoganK/master
Fix unintentional file globbing during wildcard lookup
2021-03-16 22:51:08 +01:00
Logan Kennelly ffffdc86bd Fix unintentional file globbing during wildcard lookup
Matching globs are common because the script runs in the certs
directory.

The test uses a suffix match as the test domains don't include
subdomains, although such cases should probably be considered.

Fix the le3.wtf test. The existing add_location_configuration modifies
"default"; a second add is not necessary.

Fixes #763
2021-03-15 18:14:22 -07:00
dependabot[bot] 87432987b2
Bump alpine from 3.13.1 to 3.13.2 (#757) 2021-03-02 00:43:47 +00:00
dependabot[bot] 74f901417f
Bump golang from 1.15.7-alpine to 1.15.8-alpine (#753) 2021-02-05 09:04:46 +00:00
dependabot[bot] b966ed76e9
Bump alpine from 3.13.0 to 3.13.1 (#752) 2021-01-31 17:12:46 +00:00
dependabot[bot] d0965158b5
Bump golang from 1.15.6-alpine to 1.15.7-alpine (#749) 2021-01-31 17:12:29 +00:00
dependabot[bot] acb3c404b8
Merge pull request #748 from nginx-proxy/dependabot/docker/alpine-3.13.0 2021-01-15 10:06:03 +00:00
dependabot[bot] 4e4ccf9a80
Bump alpine from 3.12.3 to 3.13.0
Bumps alpine from 3.12.3 to 3.13.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-15 06:53:06 +00:00
Nicolas Duchon 5be695c3b1
Merge pull request #747 from bradym/linkTypoFix
Fix broken data persistence link in README.md
2021-01-12 21:16:18 +01:00
Brady Mitchell 60c537b942
Fix broken data persistence link in README.md 2021-01-12 13:04:34 -07:00
Nicolas Duchon 5d890e76d6
Merge pull request #744 from danil-smirnov/parametrize-time-to-wait
Making time to wait configurable
2021-01-04 10:04:26 +01:00
Danil Smirnov a8b921109b Documentation fix 2020-12-29 15:14:24 +02:00
Danil Smirnov 42ddbcb580 Renaming and adding documentation 2020-12-29 15:09:03 +02:00
Danil Smirnov b47755b875 Making time to wait configurable 2020-12-29 13:13:45 +02:00
Nicolas Duchon b91ec66d7e
Merge pull request #743 from buchdag/gha-pebble
Use Pebble for tests.
2020-12-28 22:05:14 +01:00
Nicolas Duchon cc2fa069c0
Enable local tests with both Boulder and Pebble 2020-12-28 16:28:18 +01:00
Nicolas Duchon 203f7a0bc9
CI/CD: Upgrade Boulder to release-2020-12-14 2020-12-28 16:27:16 +01:00
Nicolas Duchon dc4255d8fa
CI/CD: Refactor the run_nginx_container() function 2020-12-28 11:32:04 +01:00
Nicolas Duchon 2222adc954
CI/CD: Enable Pebble random nonce rejection 2020-12-28 11:31:47 +01:00
Nicolas Duchon 38782a6acc
CI/CD: Upgrade Pebble to v2.3.1 2020-12-28 11:31:40 +01:00
Nicolas Duchon 2a5e34100e
CI/CD: Re-order integration tests strategy matrix 2020-12-28 11:31:31 +01:00
Nicolas Duchon b77392a5c8
CI/CD: Test against both Boulder and Pebble 2020-12-28 11:31:20 +01:00
Nicolas Duchon 3f65c8c6c1
CI/CD: Test against Pebble 2020-12-28 11:31:12 +01:00
Nicolas Duchon c610b59006
Add CA_BUNDLE environment variable
Allows acme.sh to use an alternative trusted root CA
2020-12-28 11:31:01 +01:00
Nicolas Duchon a428655084
Remove most markdown from bug_report.md 2020-12-27 00:28:28 +01:00
Nicolas Duchon ad072092c9
Update CI badge for GitHub Actions 2020-12-25 23:31:40 +01:00
Nicolas Duchon ed07a99ca0
Use patch level releases in Dockerfile's FROM (#741)
Now that we use dependabot we can update dependencies more often.
2020-12-25 23:28:20 +01:00
Nicolas Duchon e427c1c582 Add issue template 2020-12-25 20:42:45 +01:00
Nicolas Duchon be654b5d27
Add OCSP Must-Staple extension feature (#740) 2020-12-25 18:23:33 +01:00
Nicolas Duchon 5e40af0d6d
Merge pull request #738 from buchdag/github-actions
Migrate CI to GitHub Actions as Travis CI is ending their free OSS builds
2020-12-23 19:51:40 +01:00
Nicolas Duchon 3ac0f260e9
CI/CD: Patch the companion's Dockerfile for tests 2020-12-23 19:15:11 +01:00
Nicolas Duchon 3d35839f31
CI/CD: Don't run tests for doc-only changes 2020-12-23 10:39:04 +01:00
Nicolas Duchon cc66f42bae
Remove default volumes from Dockerfile (#736) 2020-12-23 00:32:56 +01:00