# daohang **Repository Path**: osker/daohang ## Basic Information - **Project Name**: daohang - **Description**: 运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-10-26 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OP内部导航系统 ============ [![Python 3.5](https://img.shields.io/badge/python-3.5-yellow.svg)](https://www.python.org/) [![](https://img.shields.io/badge/django-2.2.4-green.svg)](https://www.djangoproject.com/) [![](https://img.shields.io/badge/simpleui-3.9-green.svg)](https://newpanjing.github.io/simpleui/) ### 一、关于daohang - 运维内部常用管理工具网址索引页 - 用以统计常用地址 ### 二、具体使用 ```cpp 0、git clone https://github.com/zhuima/daohang.git 1、cd daohang && pipenv install && pipenv shell 2、python manage.py runserver 0.0.0.0:8080 3、http://ip:8080 ``` ### 三、docker支持 > 也可以放到自己的私有仓库上去 推荐使用harbor > 本地使用 生成的image名称要和docker-compose.yml中的文件对应起来 > 具体使用 ```cpp docker build -t daohang . docker-compose up -d ``` ### 四、TODO - [x] vue重写前端展示页面和后台管理页面 - [ ] django的RESTful实现 - [ ] 分离脚本和views ### 五、说明 为了方便大家预览效果,特定把db.sqlite3也上传到了代码仓库, 后台登陆地址: http://ip:port/signin 后台管理账号密码: admin:zhuima ### 六、效果 > v1版本 ![](./doc/daohang_v1.png "V1") > v2版本 ![](./doc/daohang_v2.png "V2") ### 七、致谢 [caibaojian站点](http://caibaojian.com/daohang) [duanlijie站点](http://duanlijie.com/) [simpleui](https://newpanjing.github.io/simpleui/QUICK.html)