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
Renovator Bot ce8695c843
continuous-integration/drone/pr Build is passing Подробиці
continuous-integration/drone/push Build is passing Подробиці
chore(docker): update debian:bullseye-slim docker digest to 9bec46e
2023-10-11 19:06:34 +00:00
.chglog changelog (#59) 2021-12-12 13:26:06 +01:00
overlay/bin fix: set minimum sleep to 5 seconds 2022-11-04 09:35:59 +01:00
.drone.yml ci: bump container build plugin to drone-docker-buildx:23 2023-02-09 10:32:20 +01:00
.gitignore refactor: switch to filiph/linkcheck (#76) 2022-05-18 17:42:55 +02:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:51 +01:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:59:33 +01:00
Dockerfile chore(docker): update debian:bullseye-slim docker digest to 9bec46e 2023-10-11 19:06:34 +00:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:33 +01:00
README.md refactor: replace linkcheck with muffet (#93) 2022-11-03 22:03:02 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:13:57 +01:00

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.