Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/52ludama/linode_panel
一个简单的linode api 开机面板
https://github.com/52ludama/linode_panel
Last synced: 3 months ago
JSON representation
一个简单的linode api 开机面板
- Host: GitHub
- URL: https://github.com/52ludama/linode_panel
- Owner: 52ludama
- Created: 2022-09-06T12:39:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T17:11:54.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:47:11.650Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 759 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - 52ludama/linode_panel - 一个简单的linode api 开机面板 (HTML)
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修复
- 便捷部署