You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 days ago | |
---|---|---|
.chglog | 2 months ago | |
overlay/bin | 3 months ago | |
.drone.yml | 2 months ago | |
.gitignore | 2 months ago | |
.markdownlint.yml | 6 months ago | |
.prettierignore | 6 months ago | |
Dockerfile | 5 days ago | |
README.md | 3 months ago | |
renovate.json | 3 months ago |
README.md
link-validator
Custom image for broken-link-checker
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.