Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuima/daohang
运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址
https://github.com/zhuima/daohang
Last synced: 1 day ago
JSON representation
运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址
- Host: GitHub
- URL: https://github.com/zhuima/daohang
- Owner: zhuima
- License: gpl-2.0
- Created: 2017-11-13T12:21:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T02:24:24.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:12:12.931Z (3 months ago)
- Language: Python
- Homepage: https://zhuima.github.io/daohang/
- Size: 563 KB
- Stars: 245
- Watchers: 9
- Forks: 78
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - zhuima/daohang - 运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址 (Python)
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支持
- 借助github workflow的强大功能,增加了docker自动构建,可以直接`docker pull`
[狠狠的戳我👉](https://github.com/zhuima/daohang/pkgs/container/daohang)
- 或者直接使用本仓库的`docker-compose.yml`文件启动,默认使用latest版本
`docker-composer 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)