fix: pass --config to filebrowser (v2.63.x changed default lookup path) #5
Reference in New Issue
Block a user
Delete Branch "fix/filebrowser-config-args"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
filebrowser v2.63.13 was 0/1 because v2.63.x changed the default config-file lookup from
/.filebrowser.json(where our ConfigMap is mounted) to/config/settings.json(where it's not). It started with built-in defaults (port 80) so the readiness probe on 8080/health timed out. Pass-c /.filebrowser.jsonexplicitly.🤖 Generated with Claude Code