Skip to content

Commit 248fb0a

Browse files
committed
fix: 中英文隔离
1 parent 85f8763 commit 248fb0a

File tree

6 files changed

+364
-135
lines changed

6 files changed

+364
-135
lines changed

Diff for: docs/.vitepress/config.mts

+15
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ export default defineConfig({
9292
},
9393
nav: [
9494
{ text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' },
95+
{ text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/incomplete/' },
9596
{ text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' },
9697
{ text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' }
9798
],
9899
sidebar: {
99100
'/en/': getGuideSidebarEnUS(),
100101
'/en/guide/': getGuideSidebarEnUS(),
102+
'/incomplete/': getIncompleteSidebarEnUS(),
101103
},
102104
},
103105
},
@@ -308,4 +310,17 @@ function getGuideSidebarEnUS() {
308310
]
309311
}
310312
];
313+
}
314+
315+
function getIncompleteSidebarEnUS() {
316+
return [
317+
{
318+
text: 'Other Virtualization Items',
319+
items: [
320+
{ text: 'pterodactyl', link: '/incomplete/pterodactyl_en.html' },
321+
{ text: 'webvirtcloud', link: '/incomplete/webvirtcloud_en.html' },
322+
{ text: 'convoy', link: '/incomplete/convoy_en.html' },
323+
]
324+
}
325+
];
311326
}

Diff for: docs/incomplete/convoy.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,28 @@ outline: deep
44

55
## Repo
66

7-
https://github.com/oneclickvirt/convoypanel-scripts
7+
<https://github.com/oneclickvirt/convoypanel-scripts>
88

99
[![hits](https://hits.spiritlhl.net/convoy.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
1010

1111
## convoypanel-scripts
1212

13-
### One-click installation of convoy panel
13+
安装前提条件:
1414

15-
Prerequisites for installation:
15+
- 已安装 PVE,但不能是同一节点(不能是同一台机器)
16+
- 系统为 Debian 11
17+
- CPU 至少 2 核,硬盘至少 20G,内存至少 4G(内存包含 swap)
1618

17-
- PVE is installed
18-
- System is debian 11
19-
- CPU at least 2 cores, hard disk at least 20G, memory at least 4G (memory covers swap)
19+
**我不保证这个脚本没有错误,本项目未完整**
2020

21-
**I don't guarantee that this script is error-free, it's just for my own amusement.**
22-
23-
```
21+
```shell
2422
curl -L https://github.com/oneclickvirt/convoypanel-scripts/raw/main/installconvoy.sh -o installconvoy.sh && chmod +x installconvoy.sh && bash installconvoy.sh
2523
```
2624

2725
### Thanks
2826

29-
Base on https://github.com/oneclickvirt/pve
27+
Base on <https://github.com/oneclickvirt/pve>
3028

31-
Base on https://docs.convoypanel.com/guide/deployment/#installation
29+
Base on <https://docs.convoypanel.com/guide/deployment/#installation>
3230

33-
Base on https://github.com/ConvoyPanel/panel
31+
Base on <https://github.com/ConvoyPanel/panel>

Diff for: docs/incomplete/convoy_en.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## Repo
6+
7+
https://github.com/oneclickvirt/convoypanel-scripts
8+
9+
[![hits](https://hits.spiritlhl.net/convoy.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
10+
11+
## convoypanel-scripts
12+
13+
### One-click installation of convoy panel
14+
15+
Prerequisites for installation:
16+
17+
- PVE is installed, but not the same node(not the same machine)
18+
- System is debian 11
19+
- CPU at least 2 cores, hard disk at least 20G, memory at least 4G (memory covers swap)
20+
21+
**I don't guarantee that this script is error-free, it's just for my own amusement.**
22+
23+
```shell
24+
curl -L https://github.com/oneclickvirt/convoypanel-scripts/raw/main/installconvoy.sh -o installconvoy.sh && chmod +x installconvoy.sh && bash installconvoy.sh
25+
```
26+
27+
### Thanks
28+
29+
Base on https://github.com/oneclickvirt/pve
30+
31+
Base on https://docs.convoypanel.com/guide/deployment/#installation
32+
33+
Base on https://github.com/ConvoyPanel/panel

Diff for: docs/incomplete/pterodactyl_en.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## Repo
6+
7+
<https://github.com/oneclickvirt/pterodactyl>
8+
9+
[![hits](https://hits.spiritlhl.net/pterodactyl.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
10+
11+
## pterodactyl-scripts
12+
13+
After further research, it was found that creating servers and binding users is too cumbersome compared to using native Docker directly, so further development is currently suspended.
14+
15+
## Description
16+
17+
Currently supported systems:
18+
19+
| OS Type | Version Range | Notes |
20+
|-------------|----------------------------------|--------------|
21+
| Ubuntu | 20.04 (recommended), 22.04, 24.04 | Supported |
22+
| Debian | 11 (Bullseye), 12 (Bookworm) | Supported |
23+
24+
## Panel
25+
26+
On the panel side, run:
27+
28+
```shell
29+
curl -slk https://raw.githubusercontent.com/oneclickvirt/pterodactyl/main/scripts/install_pterodactyl.sh -o install_pterodactyl.sh && chmod 777 install_pterodactyl.sh && bash install_pterodactyl.sh
30+
```
31+
32+
## Wings
33+
34+
On the wings side, run:
35+
36+
```shell
37+
curl -slk https://raw.githubusercontent.com/oneclickvirt/pterodactyl/main/scripts/install_wings.sh -o install_wings.sh && chmod 777 install_wings.sh && bash install_wings.sh
38+
```
39+
40+
## Import
41+
42+
On the panel side, run:
43+
44+
```shell
45+
curl -slk https://raw.githubusercontent.com/oneclickvirt/pterodactyl/main/scripts/import_node.sh -o import_node.sh && chmod 777 import_node.sh && bash import_node.sh
46+
```
47+
48+
This will generate a command to be executed on the wings side.
49+
50+
After executing the generated command, wait for more than 20 seconds to avoid issues caused by unfinished initialization processes. Then on the wings side, run:
51+
52+
```shell
53+
bash install_wings.sh
54+
```
55+
56+
Then go to `http://<your_ip>/admin/nodes` and you should see your node has been automatically added and managed, with a green heartbeat.
57+
58+
## Thanks
59+
60+
<https://pterodactyl.io/>

0 commit comments

Comments
 (0)