-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
lychee.toml
38 lines (32 loc) · 1.26 KB
/
lychee.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
exclude = [
"https://accounts.hetzner.com/login",
"http://localhost:9093",
"https://api.star-history.com/svg",
"https://dash.cloudflare.com/profile/api-tokens",
"https://console.ory.sh/",
"https://username.github.io/REPOSITORY",
"http://vmagent.localhost.com:8080/",
".*internal/rss-to-email-py/templates/%7B%7B%20UnsubscribeURL%20%7D%7D$",
".*internal/rss-to-email-py/templates/%7B%7B%20\\.Tx\\.Data\\..*%20%7D%7D",
"https://(www\\.)?linkedin.com/in/meysamazad",
"https://newsletter.developer-friendly.blog/subscription/form",
".*overrides/partials/%7B%7B%20author.avatar%20|%20url%20%7D%7D",
".*overrides/%7B%7B%20author.url%20%7D%7D",
".*overrides/partials/%7B%7B%20category.url%20|%20url%20%7D%7D",
".*overrides/partials/%7B%7B%20post.url%20|%20url%20%7D%7D",
"docs/blog/category/",
# TODO: remove this when he takes back his account
"https://medium.com/@seifeddinerajhi/victoriametrics-a-comprehensive-guide-comparing-it-to-prometheus-and-implementing-kubernetes-03eb8feb0cc2",
]
exclude_path = [
"venv",
"site",
".ruff_cache",
"secrets",
"internal/newsletter/index.html",
]
accept = [429, 403, 200]
cache = true
max_cache_age = "7d"
timeout = 10
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"