GithubHelp home page GithubHelp logo

topsvcloud / huntly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lcomplete/huntly

0.0 0.0 0.0 634 KB

Huntly, information management tool, rss reader, automatic saving browsed contents include tweets, github stars management tool.

Home Page: http://huntly.rom666.com:8000/

License: Apache License 2.0

Shell 0.23% JavaScript 0.30% Java 45.98% PowerShell 0.02% TypeScript 42.72% CSS 8.50% HTML 0.24% Mustache 2.01%

huntly's Introduction

Huntly

English | 中文

Huntly is a self-hosted information management tool, in simple terms, contains the following features.

  • RSS subscription and reading.
  • Automatically saves the pages that have been viewed, then you can saves them as read later, favorites or archives.
  • There is a special treatment for Twitter sites that automatically saves the requested tweet timeline, recording whether it has been viewed or not, and in huntly you can even revisit these tweets in a more convenient way.
  • You can search by title, content, type, favorite method, and other dimensions.
  • Connect to other services, currently GitHub is supported, so it's also a Github stars management tool.
  • In the future, it may support connections to services like Pocket, Hypothesis, etc.

Demo: http://huntly.rom666.com:8000/

Username: demo

Password: huntlydemo


Requirements

  • Java 11

Usage

Running the server side

Download the jar package from Releases, in which the react client is also packaged.

After downloading, cd to the current directory from the command line and run it with the following Java command.

java -Xms128m -Xmx1024m -jar huntly-server-client-0.1.0-SNAPSHOT.jar

By default it runs on port 8080, you can open the http://localhost:8080/ port for access, or if you need to use another port, such as port 80, you can run the following command.

java -Xms128m -Xmx1024m -jar huntly-server-client-0.1.0-SNAPSHOT.jar --server.port=80

Note that the Jar package name needs to be modified appropriately according to the downloaded package name.

Install the browser extension

Note: The plugin is still under development and is not yet available on the Google Play Store.

Download the browser-extension.zip from Releases and unpack it.

Manage the extension in your browser, enable developer mode, and load the unpacked extension.

Browser extension settings

Click the huntly extension icon, choose to set huntly's server address, for example, when using the demo server, then set it to http://huntly.rom666.com:8000/, for the remote address, in formal use, it is highly recommended to use the https protocol, after all, the browsing history is quite private. If the server is running locally, then set it to the local address.

Login and enjoy it

When you open huntly website for the first time, you will be prompted to register an administrator user, currently only single user is supported.

After registration, you will be automatically logged into the system, and the huntly extension will only send browsing history to the server if you are logged in.

Enjoy it.

huntly's People

Contributors

lcomplete avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.