1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/integration
jvoisin 79b0d0b9cc feat(integration): add integration with archive.org
Tested locally:

```console
$ Tue 26 Aug 17:34:05 CEST 2025
$ go build && ./miniflux.app -c ./config.ini  -debug
level=DEBUG msg="Starting daemon..."
level=DEBUG msg="Starting background scheduler..."
level=DEBUG msg="Worker started" worker_id=15
level=DEBUG msg="Worker started" worker_id=0

[…]

level=DEBUG msg="Incoming request" client_ip=127.0.0.1 request.method=POST request.uri=/entry/save/29773 request.protocol=HTTP/1.1 request.execution_time=5.57385ms
level=DEBUG msg="Sending entry to archive.org" user_id=1 entry_id=29773 entry_url=https://sumnerevans.com/portfolio/
level=DEBUG msg="Sending entry to archive.org" title=Portfolio url=https://sumnerevans.com/portfolio/
^C
$ curl -I -H "User-Agent: Mozilla"  https://web.archive.org/web/20250826153413/https://sumnerevans.com/portfolio/ | grep orig-date
x-archive-orig-date: Tue, 26 Aug 2025 15:34:13 GMT
$
```
2025-09-26 19:46:12 -07:00
..
apprise Don't use defer in a loop 2025-01-23 19:20:13 -08:00
archiveorg feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00
betula Add Betula integration 2024-07-04 12:59:47 -07:00
cubox feat(integration): add cubox integration 2024-10-18 18:06:09 -07:00
discord Don't use defer in a loop 2025-01-23 19:20:13 -08:00
espial Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
instapaper Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
karakeep refactor: avoid unnecessary usage of Printf 2025-09-08 11:54:16 -07:00
linkace fix: update Linkace integration to support API v2 2025-02-02 12:40:02 -08:00
linkding Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
linktaco feat(integration): add LinkTaco service for saving articles 2025-08-20 20:35:33 -07:00
linkwarden feat(integration): use Bearer token authorization instead of cookie for Linkwarden client 2025-07-22 21:13:48 -07:00
matrixbot chore: fix function name in comment 2024-04-10 19:36:30 -07:00
notion Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
ntfy refactor: avoid unnecessary usage of Printf 2025-09-08 11:54:16 -07:00
nunuxkeeper Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
omnivore refactor: replace interface{} with any 2025-08-05 20:26:07 -07:00
pinboard Fix: Integration with Pinboard: Preserve Existing Bookmarks 2024-06-28 20:27:52 -07:00
pushover feat(pushover): add integration with pushover.net 2025-02-13 20:50:37 -08:00
raindrop integration/raindrop: initial draft implementation 2024-05-02 16:23:00 -07:00
readeck fix(integration): define content encoding explicitly when sending article body to Readeck 2024-07-13 13:07:50 -07:00
readwise Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
rssbridge feat(rssbridge): support auth token for RSS-Bridge 2025-05-19 20:47:12 -07:00
shaarli Fix and simplify shaarli's integration 2024-03-13 21:34:57 -07:00
shiori feat(integration-shiori): updated shiori API to new endpoint for login/bookmark 2024-11-02 20:19:14 -07:00
slack feat(integration): add Slack integration 2025-01-27 17:37:22 -08:00
telegrambot feat(telegrambot): replace "Go to website" button with "Go to Miniflux" 2025-04-06 18:30:42 -07:00
wallabag feat(integration): add support for Wallabag tags 2025-09-09 17:47:51 -07:00
webhook integration/webhook: add category title to request body 2024-03-29 16:37:05 -07:00
integration.go feat(integration): add integration with archive.org 2025-09-26 19:46:12 -07:00