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.
 
 
Go to file
Renovator Bot 8666f56e0d
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency raviqqe/muffet to v2.8.1 (#132)
Reviewed-on: #132
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
1 week ago
.chglog changelog (#59) 2 years ago
overlay/bin fix: set minimum sleep to 5 seconds 7 months ago
.drone.yml ci: bump container build plugin to drone-docker-buildx:23 4 months ago
.gitignore refactor: switch to filiph/linkcheck (#76) 1 year ago
.markdownlint.yml enable markdownlint 3 years ago
.prettierignore chore: end of the year maintenance 1 year ago
Dockerfile chore(deps): update dependency raviqqe/muffet to v2.8.1 (#132) 1 week ago
LICENSE chore: end of the year maintenance 1 year ago
README.md refactor: replace linkcheck with muffet (#93) 7 months ago
renovate.json chore: use renovate preset config 2 years ago

README.md

link-validator

Custom image for muffet

Build Status Docker Hub Quay.io Source: Gitea License: MIT

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.