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 2490b779eb
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
fix: fix build version in ci
2022-05-20 15:26:49 +02:00
.chglog changelog (#59) 2021-12-12 13:26:06 +01:00
overlay/bin refactor: switch to filiph/linkcheck (#76) 2022-05-18 17:42:55 +02:00
.drone.yml fix: fix build version in ci 2022-05-20 15:26:49 +02: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 fix: fix build version in ci 2022-05-20 15:26:49 +02:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:33 +01:00
Makefile chore(deps): update dependency filiph/linkcheck to v2.0.23 (#78) 2022-05-18 17:49:31 +02:00
README.md refactor: switch to filiph/linkcheck (#76) 2022-05-18 17:42:55 +02:00
renovate.json chore: use renovate preset config 2020-12-30 16:13:57 +01:00

README.md

link-validator

Custom image for linkcheck

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

Custom wrapper Docker image for linkcheck optimized for CI.

Usage

docker run -v $(pwd)/public:/drone/src link-validator

# or pass arguments to linkcheck
# ... but DO NOT set the server url! This will be done automatically. See environment variables.
docker run -v $(pwd)/public:/drone/src link-validator -e

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.