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

Externalize pict-rs configuration, start centralizing configuration variables #160

Merged
merged 15 commits into from
Sep 11, 2023
Merged

Externalize pict-rs configuration, start centralizing configuration variables #160

merged 15 commits into from
Sep 11, 2023

Commits on Aug 11, 2023

  1. Fix duplicate headers being sent

    - Internal/external nginx were sending duplicate headers, removed from internal
    - Opted X-Frame-Options DENY as default
    - Fixes #143
    codyro committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b9787ae View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Remove redundant gzip lines

    - Present/enabled in nginx.conf template
    codyro committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    53f0930 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Initial commit of pict-rs external configuration

    - Refs #109
    - Co-authored by:  Maximilian Praeger
    codyro committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1a68715 View commit details
    Browse the repository at this point in the history
  2. Update README

    codyro committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    829fec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    276eb3e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    4401e15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8a5c4 View commit details
    Browse the repository at this point in the history
  3. Move all pict-rs environmentals to external variables file

    - Rename pictrs.yml to vars.yml
    - Start moving some variables to vars.yml for easier management and
    discoverability
    codyro committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a8c859d View commit details
    Browse the repository at this point in the history
  4. Adjust inventory example to use ansible_user

    - Causes issues with how Ansible resolves variables
    - `server.com` != `root@server.com`, host_vars/server.com vs. host_vars/root@server.com
    codyro committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    31631d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b671f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3909b5e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 10, 2023

  1. Fix inventory path

    codyro committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1fa49a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    701cb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b655c61 View commit details
    Browse the repository at this point in the history