Skip to content
forked from zhuima/daohang

运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址

License

Notifications You must be signed in to change notification settings

luguo124/daohang

This branch is 15 commits behind zhuima/daohang:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5582bf6 · Apr 24, 2020

History

13 Commits
Mar 3, 2020
Mar 3, 2020
Nov 14, 2017
Nov 14, 2017
May 13, 2019
Mar 12, 2019
Feb 25, 2020
Nov 14, 2017
Feb 25, 2020
Nov 14, 2017
Mar 12, 2019
Mar 12, 2019
Feb 25, 2020
Apr 24, 2020
Mar 3, 2020
Aug 7, 2018
Nov 14, 2017
Nov 14, 2017
Feb 25, 2020

Repository files navigation

OP内部导航系统

Python 3.5

一、关于daohang

  • 运维内部常用管理工具网址索引页
  • 用以统计常用地址

二、具体使用

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中的文件对应起来

具体使用

docker build -t daohang .
docker-compose up -d

四、TODO

  • vue重写前端展示页面和后台管理页面
  • django的RESTful实现
  • 分离脚本和views

五、说明

为了方便大家预览效果,特定把db.sqlite3也上传到了代码仓库,
后台登陆地址: http://ip:port/signin
后台管理账号密码: 
admin:zhuima

六、效果

v1版本

v2版本

七、致谢

caibaojian站点

duanlijie站点

simpleui

About

运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.0%
  • JavaScript 27.6%
  • HTML 21.1%
  • Dockerfile 1.3%