This repository has been archived on 2023-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Renovator Bot 1f543c8967
continuous-integration/drone/push Build is passing Details
chore(deps): update dependency caddyserver/caddy to v2.4.1 (#31)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [caddyserver/caddy](https://github.com/caddyserver/caddy) | patch | `v2.4.0` -> `v2.4.1` |

---

### Release Notes

<details>
<summary>caddyserver/caddy</summary>

### [`v2.4.1`](https://github.com/caddyserver/caddy/releases/v2.4.1)

[Compare Source](https://github.com/caddyserver/caddy/compare/v2.4.0...v2.4.1)

A small patch release that contains a few noncritical but pleasant fixes (unless you're using `/id/` endpoints in the admin API; then you should definitely get this update).

#### Changelog

[`7f26a6b`](https://github.com/caddyserver/caddy/commit/7f26a6b3) admin: Reinstate internal redirect for /id/ requests
[`b82db99`](https://github.com/caddyserver/caddy/commit/b82db994) caddyfile: Add parse error on site address with trailing `{` ([#&#8203;4163](https://github.com/caddyserver/caddy/issues/4163))
[`2aefe15`](https://github.com/caddyserver/caddy/commit/2aefe156) cmd: upgrade: inherit the permissions of the original executable ([#&#8203;4160](https://github.com/caddyserver/caddy/issues/4160))
[`dbe164d`](https://github.com/caddyserver/caddy/commit/dbe164d9) httpcaddyfile: Fix automation policy consolidation again (fix [#&#8203;4161](https://github.com/caddyserver/caddy/issues/4161))
[`e3c369d`](https://github.com/caddyserver/caddy/commit/e3c369d4) logging: Implement dial timeout for net writer (fix [#&#8203;4083](https://github.com/caddyserver/caddy/issues/4083)) ([#&#8203;4172](https://github.com/caddyserver/caddy/issues/4172))
[`aef8d4d`](https://github.com/caddyserver/caddy/commit/aef8d4de) reverseproxy: Set the headers in the replacer before `handle_response` ([#&#8203;4165](https://github.com/caddyserver/caddy/issues/4165))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: docker/link-validator#31
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-05-25 17:37:38 +02:00
.chglog chore: improve generated changelog 2021-05-09 22:42:33 +02:00
overlay/bin fix: replace outdated node web server by caddy 2020-12-30 18:46:58 +01:00
.drone.yml fix pipeline deps 2021-05-09 22:57:24 +02:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:37 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:51 +01:00
.prettierignore chore: improve generated changelog 2021-05-09 22:42:33 +02:00
Dockerfile chore(deps): update dependency caddyserver/caddy to v2.4.1 (#31) 2021-05-25 17:37:38 +02:00
README.md chore: replace master by main as default branch 2020-12-30 16:31:42 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:13:57 +01:00

README.md

link-validator

Custom image for broken-link-checker

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Custom wrapper Docker image for broken-link-checker optimized for CI.

Usage

docker run -v $(pwd)/public:/drone/src link-validator

# or pass arguments to broken-link-checker
# ... but DO NOT set the server url! This will be done automatically. See environment variables.
docker run -v $(pwd)/public:/drone/src link-validator -ro

Environment variables

LINK_VALIDATOR_BASE_DIR=/drone/src
LINK_VALIDATOR_SERVER_PORT=8000

Build

docker build -t link-validator:latest .

License

This project is licensed under the MIT License - see the LICENSE file for details.