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
Robert Kaussow 245c406446
continuous-integration/drone/push Build is passing Details
switch to docker-buildx
2021-01-18 21:47:54 +01:00
overlay/bin fix: replace outdated node web server by caddy 2020-12-30 18:46:58 +01:00
.drone.yml switch to docker-buildx 2021-01-18 21:47:54 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:51 +01:00
.prettierignore fix drone trigger 2020-10-17 16:08:37 +02:00
CHANGELOG.md [skip ci] update changelog 2020-12-30 19:12:47 +01:00
Dockerfile chore(deps): update node:lts-alpine3.12 docker digest to 92c8a9d 2021-01-05 19:02:16 +00: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.