mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-15 13:13:57 +00:00
fix: allow calibre-web to write through metadata.db symlink
This commit is contained in:
@@ -36,6 +36,11 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# metadata.db lives in /var/lib/calibre-web-db and is symlinked into the
|
||||
# library dir; ProtectSystem=strict in the upstream module blocks writes
|
||||
# through symlinks unless the real target path is also listed.
|
||||
systemd.services.calibre-web.serviceConfig.ReadWritePaths = [ "/var/lib/calibre-web-db" ];
|
||||
|
||||
# Allow web traffic to Caddy
|
||||
nmasur.presets.services.caddy.routes = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user