"Updates"

This commit is contained in:
2026-04-14 16:08:45 +02:00
parent 0968035f9d
commit 4ec695443d
2 changed files with 28 additions and 28 deletions
+27 -27
View File
@@ -229,15 +229,6 @@ gotify.delmar.bzh {
reverse_proxy patrick:41901
}
hdlp.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy 192.168.1.22
}
homepage.delmar.bzh {
encode {
zstd
@@ -323,15 +314,6 @@ kontadenn.delmar.bzh {
}
}
lghn.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy 192.168.1.23
}
lud.delmar.bzh {
encode {
zstd
@@ -570,15 +552,6 @@ tpml.delmar.bzh {
}
}
trfk.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy 192.168.1.21
}
trmx.delmar.bzh {
encode {
zstd
@@ -673,3 +646,30 @@ zik.delmar.bzh {
}
reverse_proxy patrick:4533
}
trfk.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy 192.168.1.21
}
hdlp.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy 192.168.1.22
}
lghn.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy 192.168.1.23
}
+1 -1
View File
@@ -25,7 +25,7 @@ borg init -e none ssh://pleb@carlo/mnt/data/backup/<repo_name>
borg init -e repokey /mnt/data/backup/<repo_name>
# distant
borg init -e repokey ssh://pleb@carlo/mnt/ssd/backup/<repo_name>
borg init -e repokey ssh://pleb@carlo/mnt/data/backup/<repo_name>
```
> Enter a passphrase to encrypt the folder.
```txt