Current location: home page > Share findings > An article takes you to quickly understand the open source free bookmark (navigation) management program OneNav

An article takes you to quickly understand the open source free bookmark (navigation) management program OneNav

Published on: March 9, 2022 Last updated: May 19, 2023 Share findings 84 comments 71,805 views
This website provides Linux server operation and maintenance, automated script writing and other services. If you need, please contact the blogger on WeChat: xiaozme

OneNav is an open source free bookmark (navigation) management program, developed by xiaoz using PHP+SQLite 3, with simple interface, simple installation and convenient use. OneNav can help you manage browser bookmarks in a centralized way, solve the problem of synchronization and access difficulties across devices, platforms and browsers, and achieve one deployment and access anywhere.

Functional features

  • Support background management
  • Support for private links
  • Support Chrome/Firefox/Edge bookmark batch import
  • Support multiple theme styles
  • Support automatic identification of link information
  • API support
  • Docker deployment is supported
  • Support uTools plug-in
  • Support Chrome extension

install

Environmental requirements:

  • five point six <= PHP <= seven point four
  • PHP needs to support pdo_sqlite Components (supported by default in most environments)

Download source code:

Installation:

  1. Upload the source code to the root directory of your site and unzip it
  2. Visit your site homepage and wait for 5s to automatically complete the installation
  3. Be sure to refer to the installation help document for further security settings: https://doc.xiaoz.org/books/onenav/page/a1d0c

Docker installation:

 docker run -itd --name="onenav" -p 80:80 \ -v /data/onenav:/data/wwwroot/default/data \ helloz/onenav
  • eighty : The first 80 port is the access port, which can be modified by itself. The second 80 port is the internal port of the container. Please do not modify it
  • /data/onenav : The local mount directory is used to store Onenav data persistently

use

This article introduces some functions of OneNav, OneNav is in the process of being updated actively, and its functions may change with the iteration of the version in the later stage. Students who are interested in it can have a further experience after installation.

Enter OneNav background link management bookmark import to export .html Bookmarks are imported into OneNav in batch. Currently, Chrome Bookmark import for Firefox and Edge browsers.

In Category Management - Add Category - Support Settings Font Awesome 4 Icon, try setting the font icon to fa fa-book , and then visit the foreground to see the effect. (For more font icons, go to: https://fontawesome.dashgame.com/ Select). Oh, by the way, if you set the category or link as private, users who are not logged in cannot see or access it.

If you use the default theme and log in as an administrator, a "+" button will appear in the lower right corner. Click it to quickly add links.

Move the mouse over a link and click the right mouse button to pop up the right-click menu, where you can quickly edit, delete, display the QR code, copy the original link and other operations.

If you don't like the default theme, it doesn't matter. The netizen @ baisu has also made it for OneNav baisuTwo Subject (only 0.9.16 Version and later support), which has been integrated into the OneNav project, and you only need to modify data/config.php , will:

 define('TEMPLATE','default');

Revised as:

 define('TEMPLATE','baisuTwo');

Then visit the foreground to see the effect:

Default theme and baisuTwo Responsive layout is used for themes, PC、 Tablet and mobile phone access can be easily and perfectly displayed.

Default theme and baisuTwo The theme also supports bookmark search, which is convenient for you to reach directly.

If you are uTools Users can also search for "OneNav" installation plug-ins in uTools plug-in market to facilitate your use in uTools and further improve efficiency.

last

One article is not enough to introduce the complete functions of OneNav. For more details, you can deploy your own experience. The OneNav project has lasted for more than 2 years and is currently under active development. If there are any problems in the use, you can also use my Ask the community Give feedback and thank you for your support.


Post reply

Your email address will not be disclosed. Required items have been used * tagging


84 comments


  1. Hello, xiaoz, How come the weather of baidutwo theme has disappeared these days? Troubled to fix it and asked a lot of users

    1. The weather component is installed under Hefeng. Please update baisuTwo to 1.0.9 in the background and temporarily replace it with Weibo Hot Search.