Introduction Usually, when we build a website, we have to provide https access to the outside world. If the domain name resolution and CDN are using cloudflare, it is fine (compared to domestic cloud providers, cloudflare has very few operations to configure ssl...
Preface I have written an article about using Docker to build a personal image hosting service based on Chevereto. However, if you use the most basic method mentioned in the article, that is, directly upload the image using the Chevereto web page and then get the URL in the image properties, it will be...
Introduction What does "building a website with a public IP but no legal ports 80 and 443" mean? This mainly refers to two scenarios: home broadband with a public IP and unregistered cloud hosts. 1. Home broadband with a public IP Now home broadband with a public IP (mainly IP…
Preface The free CDN solution provided by Cloudflare for individuals works well in places other than China. However, Cloudflare normally only accepts secondary domain names to be accessed in the form of NS, and the public IP address needs to be specified when setting up through DNS...
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 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: At present, the number of newly installed home broadbands with IPv4 public network addresses has been decreasing, and IPv6 public network addresses have been increasing. However, due to the difficulty in remembering IPv6 addresses and the lack of solutions for dynamically binding IPv6 public network addresses and dynamic domain names at home,...
Building a home data center involves many applications. This article takes my home environment as an example to sort out the applications that need to be used for your reference. My home data center application is published as a group site based on personal blogs. I chose wordp...
Introduction In recent years, the concept of NAS has been widely accepted by everyone. There are many brands of NAS, and the prices of different models vary greatly. I believe that everyone is quite entangled when choosing. So this article mainly uses my experience as a heavy NAS user (I have bought 8 NAS...
Preface In the process of building a home data center, three virtual technologies are involved, namely the traditional Virtual Machine (VM), Linux Container (LXC), and the Docker technology that we mainly use when building applications. Why do I use them at the same time?