There are three ways of ssh remote login authentication: Password, Keyboard Interactive and Public Key. The first two methods are password authentication, but the first one does not require delivery, while the second one requires interaction. Generally…
emby and plex are probably the two most popular video resource management and playback software (I won’t talk about Jellyfin here, after all, it has the same origin as emby. If you don’t want to spend money and need hard decoding, there is only one option left, Jellyfin, and there is no need to compare). I…
When deploying a docker application, we often encounter a scenario where the docker application needs to use a database. At this time, we have two options: 1. Use the docker compose command to create a new one just for this d…
Preface This article is mainly for record purpose, so as to save you from installing various software every time you install a new Debian virtual machine. Why mention Debian virtual machine? Because Debian LXC has already installed most of the basic software once it is newly created. The following…
Deploy the redis container To deploy the onlyoffice container for nextcloud, you first need to deploy the redis container: docker run --name redis -d --restart=always --nextcloud
After deploying chevereto via docker, if you want to publish it to the public network, you usually use a reverse proxy and enable SSL on the reverse proxy. However, this raises a problem. Chevereto does not know that visitors will use https to visit...
In the previous article (see: World of Warcraft Trinitycore 3.3.5 version building fool's book), we built the wlk World of Warcraft server based on Trinitycore 3.3.5 version by ourselves, and after the worldserver program was successfully run...
Preface Originally, I didn't have much demand for the function of converting long links to short links, because I was using cryptgeon, and the generated links could also set the number of readings, time (although in minutes), and access passwords. But later I found that it was not suitable to use cryptgeon...
Preface Why do I write this article? As you know, many application deployments require LNMP environment. The construction of this environment is not difficult to say, but it is not easy to say. Moreover, there are various Linux panels that can provide one-click one-stop installation. At the beginning, I was used to using Baota...
Preface When I was using Uptime-Kuma, I encountered a very tangled problem: that is, when monitoring the health changes of my site, how can I most effectively notify in real time? Uptime-Kuma supports many notification methods, but normal people can only use these few...