MorganReid
MorganReid
**Describe the bug** I use mysql to start a vault service, and then implement the integration of k8s and vault through [doc](https://developer.hashicorp.com/vault/tutorials/kubernetes/kubernetes-sidecar?in=vault%2Fkubernetes). In the past few days, the server will...
After vault is integrated with k8s, secret data can be obtained from vault service in the form of annotation or configmap. Everything works fine when using annotations. I customized the...
Automatic synchronization is turned on(every day at 8:00 am) .  But no work the next day. The possible reason is that it is either not executed or an execution...
According to README.md. I installed nextcloud-spreed-signaling (Running as daemon), the following is my configuration file:  This is the nginx configuration for nextcloud-spreed-signaling:  Then my configuration in nextcloud talk...
The problem I encountered is almost exactly the same as this [issue](https://github.com/jitsi/jitsi-meet/issues/14289), but I don't see a solution. ### Description: Install jitsi through office [doc](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart). When accessing jitsi, i cannot...
I self-deployed a service based on` jgraph/drawio` and successfully integrated it with `gitlab`. When using it, I was asked to select a storage.  In addition, I found that if...
1: Start the subscribers implemented by v3 and v5 respectively ``` org.eclipse.paho org.eclipse.paho.client.mqttv3 1.2.0 org.eclipse.paho org.eclipse.paho.mqttv5.client 1.2.5 ``` v5 ``` import org.eclipse.paho.mqttv5.* public class MqttSubscriberv5 { public static void main(String[]...