You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ Requires following secrets in your Github repository:
14
14
WALLABAG_PASSWORD: Wallabag password
15
15
```
16
16
17
+
Optional environment variables for timeout configuration:
18
+
19
+
```
20
+
WALLABAG_API_TIMEOUT: Timeout for Wallabag API requests in seconds (default: 30)
21
+
HTTP_CHECK_TIMEOUT: Timeout for HTTP link checking in seconds (default: 15)
22
+
TLS_HANDSHAKE_TIMEOUT: Timeout for TLS handshake in seconds (default: 10)
23
+
```
24
+
17
25
Refer to the [Wallabag Documentation](https://doc.wallabag.org/developer/api/oauth/) to create API credentials on your instance.
18
26
19
27
After run you can see job output for results or check tagged articles in your Wallabag instance with `dead`
@@ -44,7 +52,7 @@ jobs:
44
52
45
53
## tipps & tricks
46
54
47
-
* wallabag-checklinks is limited to 10.000 entries
55
+
* wallabag-checklinks now uses pagination to fetch all entries without limit (previously limited to 10,000 entries)
48
56
* your weblinks will exposed if the Github repo is public, be careful. Use private repo or use wallabag-checklinks locally, look at the [release page](https://github.com/eumel8/wallabag-checklinks/releases) for binaries.
0 commit comments