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 参数,详细说明请阅读文档
- Host: GitHub
- URL: https://github.com/elunez/azure-manager
- Owner: elunez
- Created: 2022-06-11T12:31:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T07:10:11.000Z (5 months ago)
- Last Synced: 2025-02-27T17:34:45.957Z (3 months ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 43
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Azure 管理
在原版的基础上 去广告、汉化等。
原版:https://github.com/1injex/azure-manager
## 预览图片
![]()
![]()
## 使用方法
```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
```