ohUrlShortener short link system v1.2 officially released

In response to the issue proposal of an unknown netizen in Gitee , ohUrlShortener released version v1.2. The main change is to add HTTP API support to complete the following operations:

  1. Add short linkPOST /api/url
  2. Disable/enable shortlinksPUT /api/url/:url/change_state
  3. Query short link statisticsGET /api/url/:url
  4. New administratorPOST /api/account
  5. Modify administrator passwordPUT /api/account/:account/update

Linux, Windows, Mac and other system release downloads: https://gitee.com/barat/ohurlshortener/releases/v1.2

 

ohUrlShortener is a short link service system suitable for small and medium-sized community websites. It supports short link production, query and 302 redirection, and comes with click statistics, independent IP statistics, and access log query:

  1. Support Docker One Step Start deployment, Makefile compilation and packaging
  2. Support short link production, query, storage, 302 redirect
  3. Support access log query, traffic statistics, independent IP statistics
  4. Support HTTP API method to create new short links, disable/enable short links, view short link statistics, create new administrators, and modify administrator passwords

Screenshot

 

The source code is open, and interested friends are welcome to participate in the joint construction.

Guess you like

Origin www.oschina.net/news/190546/ohurlshortener-1-2-released