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

Feat breaking change UI port inside container #823

Merged
merged 4 commits into from
Feb 2, 2024

Commits on Jan 30, 2024

  1. refactor: Updated UI Docker port to use non-privileged port 6246

    BREAKING CHANGE: Previously, the UI port was set to port 80, which is privileged. This has been updated to non-privileged port 6246. Ensure to adjust your Dockerfile or docker run command to reflect this change.
    jorenn92 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2084d40 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. refactor: add data directory permission check

    BREAKING CHANGE: The container now runs as an unprivileged user. It is essential to ensure that the exposed data directory is read/writeable by either the user specified in the 'user' directive or, if no directive is provided, by the default UID:GID 1000:1000.
    jorenn92 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f1bfb12 View commit details
    Browse the repository at this point in the history
  2. refactor: Add a permission check for a pre-existing db file. Throw er…

    …ror when the file isn't writeable
    jorenn92 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5faded7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    d956947 View commit details
    Browse the repository at this point in the history