zerobyte/app
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
..
client refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
drizzle fix: run repo stats in background (#620) 2026-03-05 20:18:34 +01:00
lib fix: sso cross org link with valid invite (#621) 2026-03-05 20:21:24 +01:00
middleware feat: OIDC (#564) 2026-03-04 18:48:00 +01:00
routes fix: dump snapshot (#646) 2026-03-11 18:53:58 +01:00
schemas refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
server fix: add additional chmod after file write 2026-03-12 18:01:45 +01:00
test 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.css chore: color improvements in light mode 2026-03-11 18:53:58 +01:00
context.ts feat: OIDC (#564) 2026-03-04 18:48:00 +01:00
router.tsx refactor: render repo stats directly in ssr if cache is available 2026-03-04 18:48:47 +01:00
routeTree.gen.ts feat: separate global admin page (#595) 2026-03-04 18:48:47 +01:00
server.ts refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00