Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SetupCheck): Properly check public access to data directory #46456

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. fix(SetupCheck): Properly check public access to data directory

    When checking for public (web) access to the data directory the status is not enough
    as you might have a webserver that forwards to e.g. a login page.
    So instead check that the content of the file matches.
    
    For this the `.ncdata` file (renamed from `.ocdata`¹) has minimal text content
    to allow checking.
    
    ¹The file was renamed from the legacy `.ocdata`, there is a repair step to remove the old one.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and AndyScherzinger committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0563757 View commit details
    Browse the repository at this point in the history