vikunja/pkg/doctor
kolaente acbf751ba0
feat(doctor): add user namespace detection and improved storage diagnostics (#2180)
This PR adds support for detecting and handling Linux user namespaces (commonly used in rootless Docker containers) and improves error diagnostics when file storage validation fails.

Docs PR: https://github.com/go-vikunja/website/pull/289

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-01 11:57:35 +01:00
..
config.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
database.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
doctor.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
files.go feat(doctor): add detailed file diagnostics for local storage (#2179) 2026-01-30 10:23:39 +00:00
files_unix.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
files_windows.go feat(doctor): add detailed file diagnostics for local storage (#2179) 2026-01-30 10:23:39 +00:00
output.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
services.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
system.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
system_unix.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
system_windows.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
types.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
userns_linux.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00
userns_other.go feat(doctor): add user namespace detection and improved storage diagnostics (#2180) 2026-02-01 11:57:35 +01:00