onenav

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

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

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).