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...
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...