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 b94579b1a7
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency caddyserver/caddy to v2.5.1 (#75)
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2022-05-11 08:21:33 +02:00
.chglog changelog (#59) 2021-12-12 13:26:06 +01:00
overlay/bin fix: replace outdated node web server by caddy 2020-12-30 18:46:58 +01:00
.drone.yml improve drone-matrix template 2021-09-22 09:22:37 +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: end of the year maintenance 2021-12-21 10:59:33 +01:00
Dockerfile chore(deps): update dependency caddyserver/caddy to v2.5.1 (#75) 2022-05-11 08:21:33 +02:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:33 +01: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.