continuwuity/src
norm 9209b847f6 docs: Mention systemd's ReadWritePaths setting for the backup dir
The systemd unit file uses `ProtectSystem=strict`, which makes almost
every directory read-only. This can cause backups to not work, even if
the directory is granted the correct permissions and ownership to the
`conduwuit` user.

The `ReadWritePaths` setting lets you specify which directories are
exempt from being made read-only by `ProtectSystem=strict`.
2026-03-27 19:25:26 +00:00
..
admin feat: Restrict reset token command 2026-03-18 12:42:55 -04:00
api fix: Thumbnail fetching error handling 2026-03-24 20:14:55 +00:00
build_metadata fix: Update package and crate metadata 2026-01-08 19:28:27 +00:00
core docs: Mention systemd's ReadWritePaths setting for the backup dir 2026-03-27 19:25:26 +00:00
database fix(deps): Update to rocksdb v10.10.1, jemalloc 0.6.1 2026-03-27 18:39:43 +00:00
macros fix: Add option to mark certain config sections as optional 2026-01-20 17:36:22 +00:00
main fix: Remove ability to set rocksdb as read only 2026-02-18 23:11:53 +00:00
router style: Unmeow 2026-03-24 19:48:37 +00:00
service fix: Well-known read errors no longer crash resolver flow 2026-03-27 00:54:17 +00:00
web feat: Add a panic handler and clean up error page 2026-03-18 13:43:34 -04:00