# [link-validator](https://gitea.rknet.org/docker/link-validator) [![Build Status](https://img.shields.io/drone/build/docker/link-validator?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/link-validator) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/link-validator) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE) Simple wrapper for [broken-link-checker](https://github.com/stevenvachon/broken-link-checker) optimized for CI. ## Usage ```Shell 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 ```Shell LINK_VALIDATOR_BASE_DIR=/drone/src LINK_VALIDATOR_SERVER_PORT=8000 ``` ## Build ```Shell docker build -t link-validator:latest . ``` ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE) file for details. ## Maintainers and Contributors [Robert Kaussow](https://gitea.rknet.org/xoxys)