Publish: 2021-03-23 | Modify: 2021-03-23
OneNav is a navigation/bookmark manager developed using PHP + SQLite 3. It supports Material Design style and comes with 2 built-in templates. The interface is clean and user-friendly. It now supports Docker deployment, and the method is as follows.
docker run -itd --name="onenav" -p 80:80 \
-e USER='xiaoz' -e PASSWORD='xiaoz.me' \
-v /data/onenav:/data/wwwroot/default/data \
helloz/onenav
USER
: Set the username, in the above example it is set to xiaoz
PASSWORD
: Set the password, in the above example it is set to xiaoz.me
/data/onenav
: Local mount directory used for persistent storage of OneNav dataI come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.