Project Background Only 2 or 3 friends of mine were looking at my emby before. Without thinking too much, I just used an unregistered domain name and directly mapped the port on iQIYI to the intranet http port of emby installed on the NAS. This was nothing.
Preface I have previously written an article about using home broadband to build a mailbox, but this kind of self-built mailbox can only receive messages. Whether the messages can be sent to the other party's mailbox depends purely on the email security policy of the email provider used by the other party (for the construction and subsequent test results, see the article: Docker series builds a mailbox based on p...
In fact, in previous articles, I have a relatively formulaic suggestion for building a website, as follows: If you want to publish to the public Internet, you need to choose the most suitable publishing method according to the actual environment and the reverse proxy you use. You can refer to my previous articles: 1. Docker...
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...
As shown in the figure above, with the in-depth implementation of the "Network Power Country" strategy, major domestic operators have been trying their best to recycle IPv4 public network addresses in the past two years. Take Chengdu Telecom as an example: as long as you change your package, even if you upgrade your package, the original IPv4 public network address may be...
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. …