Skip to content

Commit 6f0baf2

Browse files
committed
Create Weekly Update Blog
1 parent 357c4ca commit 6f0baf2

12 files changed

Lines changed: 160 additions & 386 deletions

blog/2025-12-05-change-docs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ We've decided to switch from Vitepress to Docusaurus primarily because Vitepress
1212

1313
The Pdnode Wiki will continue, and we will move some documentation there.
1414

15+
<!-- truncate -->
16+
17+
1518
The original Pdnode Docs will cease to exist and be overwritten by the new documentation.
1619

1720
We will gradually add documentation to the new Pdnode Docs.
1821

1922
Pdnode Blogs will primarily be published on Docusaurus.
2023

2124
The address is: https://docs.pdnode.com/blog
22-
23-
<!-- truncate -->

blog/2025-12-06-change-website.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: We change our website
3+
description: We change our website nextjs to sveltekit
4+
slug: change-website
5+
authors: "bret"
6+
tags: ["change"]
7+
hide_table_of_contents: false
8+
---
9+
# We change our website
10+
We have updated our website from Next.js to Sveltekit.
11+
<!-- truncate -->
12+
13+
The reasons are as follows:
14+
- Faster loading speed
15+
- Simpler syntax
16+
- Avoid security risks

blog/2025-12-07-weekly-update.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
---
2+
title: Weekly Update 12/1 - 12/7
3+
description: First weekly update
4+
slug: weekly-update-12/1-12/7
5+
authors: "bret"
6+
tags: ["weekly-update"]
7+
hide_table_of_contents: false
8+
---
9+
# Weekly Update
10+
11+
This is the first weekly update, but it will definitely not be the last.
12+
13+
I will write a weekly update every Sunday/Saturday/Friday.
14+
15+
<!-- truncate -->
16+
17+
Okay, let's begin.
18+
19+
Weekly updates include the following content?
20+
- Weekly updates include bug reports, new content, changelogs, and more.
21+
22+
## Fault Report
23+
### Cloudflare Outage Incident on November 18th
24+
25+
Event: Multiple pdnode services, including Pdnode Server Status, Pdnode Server Panel, and Pdnode.com, experienced periods of being offline and then back online.
26+
27+
Time of Occurrence (UTC): 11.18 03:32
28+
29+
Time of Recovery (UTC): 08:27
30+
31+
Cause: All (almost) Pdnode services rely on Cloudflare, but a Cloudflare outage on November 18th caused Pdnode service unavailability. Please see the Cloudflare incident report for details.
32+
33+
### December 2nd - December 3rd K3s/K8s Outage Incident
34+
35+
First Outage:
36+
37+
Time of Occurrence (UTC): 12-02 12:28
38+
39+
Recovery Time (UTC): 12:59
40+
41+
Second Outage:
42+
43+
Time of Occurrence (UTC): 13:24
44+
45+
Recovery Time (UTC): 18:09
46+
47+
Third Outage:
48+
49+
Time of Occurrence (UTC): 22:38
50+
51+
Recovery Time (UTC): 23:32
52+
53+
Cause: K3s/K8s shut down the Docker service required by our server's website bootloader, causing web services to become unavailable.
54+
55+
### December 3rd SMTP Service Failure
56+
57+
Event: SMTP (email) service failure
58+
59+
Occurrence Time (UTC): 06:30:40
60+
61+
Recovery Time (UTC): 06:32:40
62+
63+
Cause: Unknown
64+
65+
### Other
66+
67+
Service Status Page: Visit our status page to check our service status: https://status.pdnode.com/status/pds
68+
69+
## Some decisions.
70+
71+
### Pdnode MC
72+
We are considering creating a Pdnode Minecraft server, but are unsure what type.
73+
74+
Pdnode MC decided in September 2025 that it would not be compatible with Eagler players.
75+
76+
Pdnode MC allows offline players to log in, but may require registration of a Pdnode Account for server security.
77+
78+
Please reply to this email with your suggestions.
79+
80+
### Pdnode Sites
81+
82+
Pdnode is considering creating a website proxy service in the future.
83+
84+
Proxyed websites can be accessed via xxx.pdnode.sites.
85+
86+
### Pdnode Nodes
87+
88+
Pdnode needs servers. If you would like to donate servers, please reply to this email.
89+
90+
### Pdnode VIP
91+
92+
Pdnode VIP is one way to support Pdnode.
93+
94+
VIP: $5 per month, $50 per year
95+
96+
SVIP: $10 per month, $100 per year
97+
98+
If you would like to donate more to Pdnode, please refer to Donate.
99+
100+
To purchase, please reply to this email.
101+
102+
### Donate
103+
We appreciate donations of any amount.
104+
105+
Single donation: Minimum $1
106+
107+
Monthly donation: Minimum $3
108+
109+
To donate, please reply to this email.
110+
111+
Donors will be specially noted on the official website, in order of donation amount.
112+
113+
## Update Report
114+
115+
### Pdnode.con has been updated
116+
117+
- Fixed known bugs
118+
119+
- Theme switching function is complete
120+
121+
- Translated, supports Chinese and English
122+
123+
### User terms have been updated
124+
125+
- Added other terms, fixed some terms
126+
127+
:::tip
128+
You can [click here](http://wiki.pdnode.com/en/platform/terms) to view the updated terms of service.
129+
:::
130+
131+
### The Terms of Service and Privacy Policy are missing.
132+
133+
The Terms of Service and Privacy Policy of pdnode.com have not yet been ported and are temporarily inaccessible.
134+
135+
You can still view them through the [Pdnode Wiki](https://wiki.pdnode.com/en/platform).

blog/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bret:
55
image_url: https://github.com/bretren.png
66
page: true
77
socials:
8-
x: bretren
8+
x: bretren25
99
github: bretren
1010

1111
mark:

blog/tags.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ github:
55
change:
66
label: Change(Something)
77
permalink: /change
8-
description: "Change tag"
8+
description: "Change tag"
9+
weekly-update:
10+
label: Weekly Update
11+
permalink: weekly-update
12+
description: Weekly Update
-54.4 KB
Binary file not shown.

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

static/img/favicon.ico

-3.54 KB
Binary file not shown.

static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)