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 8f7148e4f5
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
add instructions to readme
2020-05-31 21:54:12 +02:00
overlay/bin initial commit 2020-05-31 21:43:54 +02:00
.drone.yml sign drone config 2020-05-31 21:45:56 +02:00
CHANGELOG.md add changelog 2020-05-31 21:49:51 +02:00
Dockerfile initial commit 2020-05-31 21:43:54 +02:00
README.md add instructions to readme 2020-05-31 21:54:12 +02:00

README.md

link-validator

Build Status Docker Hub License: MIT

Simple wrapper 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_ADDRESS=127.0.0.1
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.

Maintainers and Contributors

Robert Kaussow