From 3b354c9cccc491bae31e1eaeb7b7dde28a73f0c3 Mon Sep 17 00:00:00 2001 From: mikl Date: Sun, 12 Jul 2026 23:15:08 +0300 Subject: [PATCH] heather: jitsi-web drop crontabs volume mount (perms conflict with /config) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same named volume on /config and /var/spool/cron/crontabs inherited 1730 drwx-wx--T from crontabs dir — nginx (www-data) couldn't traverse /config, Permission denied on config.js. Crontabs not needed; transcripts stay separate. --- hosts/heather/arion-compose.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index 3d92eff..a9c9c55 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -167,7 +167,6 @@ service.ports = [ "127.0.0.1:8000:80" ]; service.volumes = [ "jitsi-web:/config" - "jitsi-web:/var/spool/cron/crontabs" "jitsi-transcripts:/usr/share/jitsi-meet/transcripts" ]; service.depends_on = [ "jitsi-jvb" ];