Auto saved by Logseq

This commit is contained in:
Andrea Fazzi 2024-11-21 13:29:58 +01:00
parent 23da9a4eb6
commit 4560c72f1e

View file

@ -1,4 +1,7 @@
- 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 ghcr.io/element-hq/synapse generate
```
- Creare un utente amministratore per `synapse` #matrix #homelab
- ```bash
```