中文 | 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!!!
Regular Installation:
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
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 data0.9.32
: Replace with the latest version number of OneNav, which can be found through releasesFor more instructions, please refer to the help document: https://dwz.ovh/onenav
xiaoz
/xiaoz.me
The following are some user demo sites of OneNav, in no particular order.
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).