You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
Reviewed-on: #132 Co-authored-by: Renovator Bot <renovator@rknet.org> Co-committed-by: Renovator Bot <renovator@rknet.org> |
1 week ago | |
---|---|---|
.chglog | 2 years ago | |
overlay/bin | 7 months ago | |
.drone.yml | 4 months ago | |
.gitignore | 1 year ago | |
.markdownlint.yml | 3 years ago | |
.prettierignore | 1 year ago | |
Dockerfile | 1 week ago | |
LICENSE | 1 year ago | |
README.md | 7 months ago | |
renovate.json | 2 years ago |
README.md
link-validator
Custom image for muffet
Custom wrapper Docker image for muffet optimized for CI.
Usage
docker run -v $(pwd)/public:/drone/src link-validator
# Pass arguments to muffet
# ... but DO NOT set the server url! This is done automatically.
docker run -v $(pwd)/public:/drone/src link-validator -e
Environment variables
LINK_VALIDATOR_BASE_DIR=/drone/src
LINK_VALIDATOR_SERVER_PORT=8000
LINK_VALIDATOR_RETRIES=0
Build
docker build -t link-validator:latest .
License
This project is licensed under the MIT License - see the LICENSE file for details.