Preface I have introduced several apps that can share files. The most complex one is minio on the private COS platform (I mainly use it to provide downloads of large files. After all, minio's permanent file links need to be generated manually, which is slightly slow and inefficient. For specific configuration steps, see...
Introduction Sometimes, we often encounter some specific requirements, such as needing to generate a UUID, or converting the contents of the docker-compose.yml file into a docker run command (or vice versa). Usually at this time, we will search online for...
Preface I have written an article about building a DNS server before, which is based on bind9 (see: Docker series to build a DNS server based on bind9), but this is more suitable for use when building a test environment by yourself, and usually if we only need a local dn...
Preface We often need to send texts, links or files to friends on WeChat, QQ or other similar chat tools, but you should know that in the current severe environment (and it will become more and more severe in the future), everything you send will be recorded and will be kept for 3-5 years. Although we are all law-abiding citizens...
Preface: In fact, the professional reverse proxy NPM (nginx Proxy Manager) is more suitable, but the Baota Linux Panel can support source code deployment in addition to reverse proxy, so I have always run the Baota Linux Panel on LXC. …
Environment selection: It's up to you to choose which environment to use for deployment. You can use Windows or Linux. Since my server is installed with PVE virtual machine 7.4 (based on Debian 11), I will use the latest Debian 12 to build it. …
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...
Preface I had this idea because I changed the domain name of the image hosting last time. Later, when I was batch modifying the image hosting addresses in the WordPress database, there was a format problem when copying and pasting the SQL command, which caused the WordPress database in mariadb to crash.
Preface Regarding password management, I believe it is a headache for most people, including me before. . I have always used two password management systems: one is the password management provided by Google that comes with Chrome, which is for websites; the other is the password management provided by the Mac system itself.
Preface For home data center website building, having your own image bed is a must: first, saving money is the bottom line, and you will never spend money to borrow others if you can build it yourself; second, you need to refine the regional processing of image bed access in the future (return different image beds according to the source address of the access from domestic and foreign countries...