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

https://github.com/elunez/azure-manager

Azure 第三方管理面板,支持多账号,支持开机、关机、更换IP等操作,操作前需提取 API 参数,详细说明请阅读文档
https://github.com/elunez/azure-manager

Last synced: 3 months ago
JSON representation

Azure 第三方管理面板,支持多账号,支持开机、关机、更换IP等操作,操作前需提取 API 参数,详细说明请阅读文档

Awesome Lists containing this project

README

        

## Azure 管理

在原版的基础上 去广告、汉化等。

原版:https://github.com/1injex/azure-manager

## 预览图片
image
image
image

## 使用方法

```bash
docker run -itd --name az \
--restart always \
-p 8888:8888 \
dqjdda/azure-manager:latest
```

**ARM机器用户请使用**

```bash
docker run -itd --name az \
--restart always \
-p 8888:8888 \
dqjdda/azure-manager:arm
```

## 挂载数据库文件

```bash
-v /path/to/your:/root/azure
```

## 重置管理密码

```bash
docker exec -it az flask admin 用户名 密码
```

### 默认VM账号密码

账号 : defaultuser
密码 : Thisis.yourpassword1

### 增加管理账户

提取API教程:https://www.ydyno.com/archives/1394.html

**添加账户**
```bash
邮箱:可填写你注册azure的邮箱
密码:appId|password|tenant|subscriptions
```