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 96a847aa04
continuous-integration/drone/tag Build is passing Details
[skip ci] migrate namespace
2020-09-22 22:06:19 +02:00
overlay/bin change defaults to localhost:80 2020-06-01 21:54:09 +02:00
.drone.yml migrate to thegeeklab namespace 2020-09-21 22:11:02 +02:00
CHANGELOG.md [skip ci] migrate namespace 2020-09-22 22:06:19 +02:00
Dockerfile change defaults to localhost:80 2020-06-01 21:54:09 +02:00
README.md migrate to thegeeklab namespace 2020-09-21 22:11:02 +02:00

README.md

link-validator

link-validator - Simple broken-link-checker wrapper made for CI

Build Status Docker Hub Quay.io Source: Gitea 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_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