After I set up the Trinitycore 3.3.5 World of Warcraft server, I was thinking about setting up some other game servers. After all, my blog "Game World" section can't just have World of Warcraft, the name is so...
After I built peertube, I used the pagoda panel (built-in nginx) to configure the reverse proxy (as mentioned above, when building peertube docker, you need to use the -e parameter to specify the domain name used to access peertube, whether to use http...
Initialize peertube and change the interface language. Click "root"-"interface" in the upper left corner: Select Simplified Chinese in the next language selection box: Several important options help share what is playing...
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...
Preface Actually, I have been struggling with this problem for many times over the years. It is not that there is any technical upgrade, but I have forgotten how to do it after a while. After all, I am old and my memory has declined. I can't remember how many times I have repeated the research. Now I have a blog, and I can finally record it as a...
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,...
Why is there this blog? Actually, I feel incredible when I see this blog now. I am such a lazy person. I know nine out of ten about the knowledge points related to website building and the practical operation of various codes and databases. I know nothing about them. When I needed to do experiments in the past, I also…
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...