Micro-Feed, an extremely small size feed sync service with GraphQL support(also with a graphql playground). https://github.com/leopku/micro-feed
Extremely small binary size and docker image size.
Docker image size is only 7MB.
https://hub.docker.com/r/leopku/micro-feed-community
/app
/app/micro-feed.toml
/app/micro-feed.db
. This can be changed by modifing /app/micro-feed.toml
http://localhost:9300
mutation {
createFeed(title: "my new feed", description: "feed detail", subscription: "https://path/of/my/feed/rss.xml")
}
After adding feed and waiting for a while (default 15min), entries would be synced from feed.
query {
entries {
id
title
link
}
}
query {
entry(id: 123) {
id
title
link
}
}
mutation {
markEntry(id: 123, mark: 1)
}
1
as read2
as unreadTODO
1
azh7138m 2019-06-11 15:56:13 +08:00
视频好评 :doge:
还以为自己网出问题了 |
3
ZeroW 2019-06-13 18:11:37 +08:00 via Android
我还以为 v 站能插视频外链了
|