mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-30 06:39:31 +08:00
28 lines
741 B
Markdown
28 lines
741 B
Markdown
# 仓库
|
|
|
|
https://github.com/spiritLHLS/convoypanel-scripts
|
|
|
|
# convoypanel-scripts
|
|
|
|
### One-click installation of convoy panel
|
|
|
|
Prerequisites for installation:
|
|
|
|
- PVE is installed
|
|
- System is debian 11
|
|
- CPU at least 2 cores, hard disk at least 20G, memory at least 4G (memory covers swap)
|
|
|
|
**I don't guarantee that this script is error-free, it's just for my own amusement.**
|
|
|
|
```
|
|
curl -L https://github.com/spiritLHLS/convoypanel-scripts/raw/main/installconvoy.sh -o installconvoy.sh && chmod +x installconvoy.sh && bash installconvoy.sh
|
|
```
|
|
|
|
### Thanks
|
|
|
|
Base on https://github.com/spiritLHLS/pve
|
|
|
|
Base on https://docs.convoypanel.com/guide/deployment/#installation
|
|
|
|
Base on https://github.com/ConvoyPanel/panel
|