Qnap [ LinkAce ] [ 1.11.3 ] A selfhosted bookmark manager with advanced features

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
50
France
www.qnap.com
68747470733a2f2f692e696d6775722e636f6d2f777443414a52302e706e67


Source : https://github.com/Kovah/LinkAce

Download :

Apache80 https://www.myqnap.org/product/linkace80/
Apache81 https://www.myqnap.org/product/linkace81/
Apache82 https://www.myqnap.org/product/linkace82/


Note :

edit and setup /opt/LinkAce73/www/.env to reflect your need
setup your MySQL DB and import the dump file downloadable here :

https://www.linkace.org/docs/v1/setup/setup-without-docker#4-import-a-database-dump-to-your-database

About :

LinkAce is a bookmark manager similar to Shaarli and other tools. I built this tool to have something that fits my actual needs that other bookmark managers couldn't solve, even if most features are almost the same.

Features

Bookmark links with automatic title and description generation
Organize bookmarks in categories and tags
A bookmarklet to quickly save links from any browser
Private or public links, so friends or internet strangers can see your collection
Add notes to links to add thoughts
Advanced search for your bookmarks
A built-in light and dark color theme
Import existing bookmarks from HTML exports (other methods planned)
Automated link checks to make sure your bookmarks stay available
Automated “backups” of your bookmarks via the Waybackmachine
Implemented support for complete database and app backups to Amazon AWS S3
More features are already planned. Take a look at our project board for more information.

68747470733a2f2f7777772e6c696e6b6163652e6f72672f696d616765732f707265766965772f6c696e6b6163655f64617368626f6172642e706e67
 
Dernière édition:
1.6.0
Released at 2021-04-18

Code:
LinkAce now saves a thumbnail URl for a link if it is provided through og:image or twitter:image in the HTML meta tags. Thumbnails are shown on the detail page in and lists with many details. This is a “light” version of providing screenshots for links. (#18)
A new command for updating the thumbnails of all links is now available.
Restructuring of some internal components, as well as minor code quality improvements.
Update checks were updates to use less traffic.
Dependencies were updated.
 
1.6.1
Released at 2021-04-19

Code:
Youtube links with underscores now get the correct thumbnail. (#263)
Update checks are cached for a day as intended by default.
The Docker update script was corrected. (#259)
LinkAce now provides basic social meta information for sharing and a social media image.
Minor optimizations for internal SVG usage.
 

v1.10.3​


  • Added the Vietnamese translation provided by Dzung Do
  • Typo fix in SearchTrait by Ahmad Khalili
  • Updated dependencies
  • Updates to Readme, contribution and issue templates