Huntly Docker

Huntly, information management tool, rss reader, automatic saving browsed contents include tweets, github stars management tool. 信息管理工具、RSS 阅读器、GitHub stars 管理、推文管理、自动记录浏览过的文章

Docker

mkdir huntly && cd huntly
docker run -itd --name huntly --restart=always -p 8123:80 -v `pwd`/data:/data lcomplete/huntly

http://localhost:8123/

Java

java -Xms128m -Xmx1024m -jar huntly-server.jar --server.port=8123

Runtime Environment

Screenshots

https://github.com/lcomplete/huntly/raw/main/static/images/intro1.png

https://github.com/lcomplete/huntly/raw/main/static/images/intro2.png

References