change dnote by trilium

This commit is contained in:
Lorenzo Carbonell 2023-01-12 20:12:52 +01:00
parent df9b8c112d
commit 40d2561fbe

View File

@ -2,9 +2,9 @@
```
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/dnote
cd self-hosted/trilium
mv sample.env .env
sed -i "s/dnote.tuservidor.es/el_fqdn_que_quieras/g" .env
sed -i "s/trilium.tuservidor.es/el_fqdn_que_quieras/g" .env
mkdir dnote_data
```