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

Open postgres to listen on the network and enforce protection with a random password #15

Merged
merged 13 commits into from
Jun 21, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    3d03c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7d21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4fdb8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c948351 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8be16b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    d04f677 View commit details
    Browse the repository at this point in the history
  2. chore: Update create-secrets script to restrict file permissions

    The create-secrets script has been updated to restrict file permissions to 400, ensuring that the secrets file is only accessible by the owner. This improves the security of the secrets stored in the file.
    stephdl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    19e551b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b976a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat: Update PostgreSQL configuration for socket file location

    This commit updates the PostgreSQL configuration to use the `/var/run/postgresql` directory as the location for the socket file. This change ensures that the socket file is accessible for communication with the PostgreSQL server.
    stephdl committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    03630d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d431af8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. wording reviews

    Co-authored-by: Davide Principi <[email protected]>
    stephdl and DavidePrincipi authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8005d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6cf6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c067fb View commit details
    Browse the repository at this point in the history