使用PHP开发的简约导航/书签管理系统。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3.5 KiB

OneNav

中文 | English


OneNav is an open-source, free bookmark (navigation) management program developed using PHP + SQLite 3. It features a simple interface, easy installation, and convenient usage. OneNav helps you manage your browser bookmarks centrally, solving the problems of syncing and accessing across devices, platforms, and browsers. Deploy it in one place and access it from anywhere.

Special Note: Without the author's permission, do not use OneNav for profit-making or commercial activities, nor use it for illegal purposes. Otherwise, you will bear the corresponding legal responsibility!!!

Feature Highlights

  • Supports backend management
  • Supports private links
  • Supports bulk import of bookmarks from Chrome/Firefox/Edge
  • Supports multiple theme styles
  • Supports automatic link information recognition
  • Supports API
  • Supports Docker deployment
  • Supports uTools plugins
  • Supports secondary categories
  • Supports browser extension for Chromium kernel (plugin)
  • Supports online updates
  • Mobile version backend

Installation

Regular Installation:

  1. Requires PHP environment and must support SQLite3
  2. Download and unzip the source code to the root directory of the site
  3. Visit the homepage and follow the prompts to initialize username/password
  4. Access the backend: http://IP/index.php?c=login

Docker Deployment:

docker run -itd --name="onenav" -p 80:80 \
    -v /data/onenav:/data/wwwroot/default/data \
    helloz/onenav:0.9.32
  • The first 80 is the customized access port, which can be modified, and the second 80 is the container port, please do not modify
  • /data/onenav: Local mount directory for persistent storage of Onenav data
  • 0.9.32: Replace with the latest version number of OneNav, which can be found through releases

For more instructions, please refer to the help document: https://dwz.ovh/onenav

Demo


The following are some user demo sites of OneNav, in no particular order.

OneNav Exchange Group

Acknowledgements

Thanks to @Baisu/@itushan for their code contributions and theme development, as well as other OneNav contributors and users. There are too many to list, so please understand.

OneNav would not be possible without the following projects. We express our gratitude (in no particular order).