zerobyte/app/server
Nicolas Meienberger b132ad6df5 fix: add additional chmod after file write
Closes #478 The mode option of fs.writeFile does not reliably apply
permissions on all filesystems. On Synology NAS Docker volumes (btrfs),
the file ends up with 0755 permissions instead of 0600, causing SSH to
refuse the key.
2026-03-12 18:01:45 +01:00
..
__tests__ test: use better-auth built-in test plugin (#599) 2026-03-04 18:48:47 +01:00
cli feat: change email by cli (#611) 2026-03-04 18:48:47 +01:00
core refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
db refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
jobs refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
lib refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
modules fix: add additional chmod after file write 2026-03-12 18:01:45 +01:00
plugins refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
utils refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
app.ts refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00