Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/52ludama/linode_panel

一个简单的linode api 开机面板
https://github.com/52ludama/linode_panel

Last synced: about 2 months ago
JSON representation

一个简单的linode api 开机面板

Awesome Lists containing this project

README

        

# linode_panel
本项目是一个采用 flask + alpinejs + tailwind 框架开发的基于 api 的 linode 开机面板
本项目是一个用于学习 alpinejs + flask 的项目,所以写的很烂(里面一堆bug)

## 开发日志
- 2023年10月18日 项目结构优化
- 2022年9月7日 修复未创建管理员账户问题
- 2022年9月6日 本着先上线再迭代的原则,上传第一个demo

## 展示
补张老图吧,新的在改啦
![image](https://github.com/52ludama/linode_panel/assets/112951729/2b003cae-e088-4a57-937e-38c85273e88c)

## 如何运行
### 1.从源代码开始
```
git clone https://github.com/52ludama/linode_panel.git
```
```
cd /linode_panel
```
```
pip3 install -r requirements.txt
```
```
python3 main.py
```

## 工作计划
- 页面重构
- 代码优化
- BUG修复
- 便捷部署