Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhuima/daohang

运维内部使用的导航地址, 运维导航系统,链接导航系统,网址导航系统,导航页面,导航网址
https://github.com/zhuima/daohang

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

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)