aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/cryptpad/config
diff options
context:
space:
mode:
authorJill <kokakiwi@deuxfleurs.fr>2024-07-22 17:04:09 +0000
committerJill <kokakiwi@deuxfleurs.fr>2024-07-22 17:04:09 +0000
commit6c88813e8d6830a1fdd7b98de7e863a4f6f5e55c (patch)
treef7f4b9465e060ae4d27b60d4edfedf9475b24630 /cluster/prod/app/cryptpad/config
parent7c9fed9e99a262cfb4742b1e0034f4f14dd8dacb (diff)
parent0cc08a1f2bcd138943865cc285c9a445c7234b12 (diff)
downloadnixcfg-6c88813e8d6830a1fdd7b98de7e863a4f6f5e55c.tar.gz
nixcfg-6c88813e8d6830a1fdd7b98de7e863a4f6f5e55c.zip
Merge pull request 'Update CryptPad to 2024.6.0' (#31) from KokaKiwi/nixcfg:crytptpad-upgrade-2024.6.0 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/pulls/31
Diffstat (limited to 'cluster/prod/app/cryptpad/config')
-rw-r--r--cluster/prod/app/cryptpad/config/config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster/prod/app/cryptpad/config/config.js b/cluster/prod/app/cryptpad/config/config.js
index c693125..eee8981 100644
--- a/cluster/prod/app/cryptpad/config/config.js
+++ b/cluster/prod/app/cryptpad/config/config.js
@@ -189,6 +189,12 @@ module.exports = {
* ===================== */
/*
+ * We need this config entry, else CryptPad will try to mkdir
+ * some stuff into Nix store apparently...
+ */
+ base: '/mnt/data',
+
+ /*
* CryptPad stores each document in an individual file on your hard drive.
* Specify a directory where files should be stored.
* It will be created automatically if it does not already exist.