Foreword Because I don’t want to publish some articles directly (maybe they are sensitive?), and using passwords feels low-level... I remembered that I saw some bloggers setting up VIP in a more technical way before, and I thought that maybe I could use it in the future, so I decided to make one myself. Because it involves…
Preface Actually, from the title of the demand, it seems that it is not very meaningful now, because if you only use cloudflare, there are too many ways to quickly access domestic sites from abroad (tunnel, custom host). I considered this issue at the time because I wanted to solve the backup problem.
Preface Today, I was free and suddenly wanted to build an old game emulator for the web. So I searched on hub.docker and found the linuxserver/emulatorjs project. The official explanation is: "A browser-based network...
初始化peertube 更改界面语言 点击左上角"root"-"interface": 在接下来的语言选择框里选择简体中文: 几个重要的选项 帮助分享正在播放的视频 这个选项会将你的视频用webtor…
Preface A while ago, I wrote an article: Docker series to build a simple video gallery based on wordpress+minio, but I always felt uncomfortable. First, the playback experience is not very good. Clicking on the picture directly cannot play it. You must click on the text link; second, uploading...
Introduction When we usually build docker, whether it is using the docker run command or the docker compose command, it is completed in the terminal with commands. When we need to check various docker statuses, although we can still use commands to complete it,...
Introduction Basically, all applications deployed in the home data center are finally published to the outside through the reverse proxy. This is the same as configuring a reverse proxy on the cloud host. The only difference is that port 443 cannot be used for publishing. Since I am using the Baota Linux interface...
Note: The content of this article about deployment is outdated. For the latest deployment tutorial, please refer to: Detailed Tutorial on Building the Latest Version of umami (2.11.3) in the Home Data Center Series. You can still refer to this article for initialization operations after successful deployment.
Preface In some special scenarios, we may need a controllable DNS server of our own. For example, a custom test domain name is needed to build an intranet experimental environment. In this case, we only need to point the DNS server of the test machine to the controllable DNS (when there are many test machines, we can't change it on each test machine...
Preface: I was free and thought that my home data center should have its own email address with a domain name suffix, so I planned to build a mail server myself. I did a lot of research on software selection, and first looked at EwoMail. As a result, the official recommendation was centos7/8, so I installed centos…