Wolfgang Gassler
8f4907c42c
fix exclude pattern in example ( #1154 )
2023-07-13 17:31:42 +02:00
Techassi
67af7ef6d3
feat: add support for basic auth per URI ( #1110 )
...
* Add support for basic auth per domain
* Move URI matching to link collection phase
* Allow AsRef for BasicAuthExtractor::new to avoid clone
* Add tests
---------
Co-authored-by: Matthias Endler <matthias@endler.dev>
2023-06-26 12:06:24 +02:00
Matthias
08466ad59b
Ignore config smoketest output report file
2023-03-03 12:13:09 +01:00
Lucy Voigt
ea03754934
Update 'verbose' in lychee TOML example to be Verbosity instead of boolean ( #971 )
...
Co-authored-by: Lucy Voigt <lvoigt@launchdarkly.com>
2023-02-28 22:51:20 +01:00
Andy Grunwald
a67b513238
Extend description of "--exclude" to also exclude email addresses, not only URLs ( #801 )
2022-10-23 12:17:20 +02:00
Matthias
a557cba0b4
Add support for parsing list of status codes from config file ( #636 )
2022-06-02 18:53:04 +02:00
Matthias
9b4dfadffd
Fix parsing errors with config options ( #632 )
2022-05-31 19:43:46 +02:00
vpereira01
d48a3279a8
Improve configuration example ( #631 )
...
* Add missing parameters
* Remove deprecated `--exclude-file` parameter
* Improve TOML comments
* Add config smoketest
2022-05-31 19:05:27 +02:00
Itamar Haber
bb6c1377c8
Update scheme to sequence ( #576 )
2022-03-30 14:44:20 +02:00
Matthias
591cbdbebb
Add support for .lycheeignore file #308 ( #402 )
...
This is similar to files like .gitignore and .dockerignore
and gets merged into exclude_files
2021-11-23 01:39:53 +01:00
MichaIng
b648b5e914
Imply "localhost" when loopback IPs are excluded ( #351 )
...
as "localhost" is usually mapped via "hosts" file to a loopback IP address.
Resolves: https://github.com/lycheeverse/lychee/issues/319
Signed-off-by: MichaIng <micha@dietpi.com>
2021-10-06 11:33:23 +02:00
dblock
dcee4a1058
Added support for --exclude-file.
2021-09-03 16:29:57 +02:00
Yiyao Wei
43860b329d
Improve example configuration file ( #206 )
...
* no need of double quote here
* update example configuration file
2021-04-04 16:59:22 +02:00
Matthias
f0e4c3adc1
Add support for include patterns ( #23 )
...
In one or more `include` arguments are specified, only check the URLs that match the patterns.
In case `exclude` arguments are also
specified, make an exception from the
excluded URLs if they also match the
`include` patterns.
2020-10-25 13:41:06 +01:00
Alexander Krantz
3a12b3e220
Configuration file (lychee.toml) ( #16 )
2020-10-21 02:10:25 +02:00