Auto saved by Logseq

This commit is contained in:
Andrea Fazzi 2024-11-21 13:28:28 +01:00
parent 11bffa943f
commit f6b49d3a9c

4
journals/2024_11_21.md Normal file
View file

@ -0,0 +1,4 @@
- Generare un configurazione per `synapse` #matrix #homelab
- ```bash
podman run --rm -it -v ./data:/data -e SYNAPSE_SERVER_NAME=matrix.andreafazzi.eu -e SYNAPSE_REPORT_STATS=yes docker.io/matrixdotorg/synapse generate
```