Nicolas Duchon
b7e1362115
tests: jwilder/docker-gen -> nginxproxy/docker-gen
2021-06-16 17:12:25 +02:00
Nicolas Duchon
cb6a3f4495
build: jwilder/docker-gen -> nginxproxy/docker-gen
2021-06-16 17:12:05 +02:00
Nicolas Duchon
0a7153e646
Merge pull request #821 from nginx-proxy/dependabot/docker/golang-1.16.5-alpine
...
chore(deps): Bump golang from 1.16.3-alpine to 1.16.5-alpine
2021-06-16 00:08:37 +02:00
Nicolas Duchon
5341b3fac0
ci: update Dependabot label
2021-06-15 23:56:13 +02:00
dependabot[bot]
9bacd370ef
chore(deps): Bump golang from 1.16.3-alpine to 1.16.5-alpine
...
Bumps golang from 1.16.3-alpine to 1.16.5-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 06:24:01 +00:00
Nicolas Duchon
cd3b51bd7e
Merge pull request #790 from umireon/patch-1
...
Fix typo
2021-05-06 22:41:36 +02:00
Kaito Udagawa
eec7dacc1e
Fix typo
...
avanced to advanced
2021-05-07 02:01:19 +09:00
dependabot[bot]
8837acfa8d
Merge pull request #774 from nginx-proxy/dependabot/docker/golang-1.16.3-alpine
2021-04-26 16:53:20 +00:00
dependabot[bot]
616d585dc1
chore(deps): Bump alpine from 3.13.4 to 3.13.5 ( #783 )
2021-04-26 15:37:52 +00:00
dependabot[bot]
057752279c
chore(deps): Bump golang from 1.15.8-alpine to 1.16.3-alpine
...
Bumps golang from 1.15.8-alpine to 1.16.3-alpine.
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 15:21:36 +00:00
Nicolas Duchon
1b0104200e
Merge pull request #785 from nginx-proxy/dockergen-0.7.6
...
Bump docker-gen from 0.7.4 to 0.7.6
2021-04-26 17:20:54 +02:00
Nicolas Duchon
140e487827
ci: don't run default_cert test on GitHub Actions
...
For some yet unknown reason, this test is fine on local
but has a very high rate of failure on GitHub Actions
2021-04-26 17:11:32 +02:00
Nicolas Duchon
61e5156ed3
ci: fix tests w/ upstream nginx-proxy & docker-gen
2021-04-26 16:10:56 +02:00
Nicolas Duchon
03787386d1
chore: bump docker-gen from 0.7.4 to 0.7.6
2021-04-26 16:04:22 +02:00
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
v2.1.0
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