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

Standard base #84

Merged
merged 25 commits into from
Dec 20, 2021
Merged

Standard base #84

merged 25 commits into from
Dec 20, 2021

Commits on Oct 5, 2021

  1. Standardize configs

    Split apart init scripts
    Include dhparams
    Include ssl.conf
    Include resolver.conf generation
    Include worker_processes.conf generation
    use nginx.conf and default site config formatted like swag (formatted similar to upstream nginx)
    nemchik committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    332dc0f View commit details
    Browse the repository at this point in the history
  2. Replace tabs with spaces

    nemchik committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    989adda View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    d20219c View commit details
    Browse the repository at this point in the history
  2. Slim down ssl.conf

    nemchik committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    42b8dd6 View commit details
    Browse the repository at this point in the history
  3. Rearrange conf

    nemchik committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    260efca View commit details
    Browse the repository at this point in the history
  4. Formatting

    nemchik committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9fc5670 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. move default to default.conf

    nemchik committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    6c9347d View commit details
    Browse the repository at this point in the history
  2. Rework default.conf and ssl.conf

    default.conf now universally handles /app/www/public or /config/www
    ssl.conf now includes mozilla recommendations
    nemchik committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    522a93a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Update versions

    nemchik committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    445809a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Update php configs

    nemchik committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5d81044 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge branch 'master' of github.com:linuxserver/docker-baseimage-alpi…

    …ne-nginx into standard-base
    nemchik committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    7eabbac View commit details
    Browse the repository at this point in the history
  2. New directory structure

    nemchik committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    855893a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Formatting

    nemchik committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    a9c8972 View commit details
    Browse the repository at this point in the history
  2. Structure changes

    nemchik committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    07f3ab3 View commit details
    Browse the repository at this point in the history
  3. Version Updates

    nemchik committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    c0df59b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:linuxserver/docker-baseimage-alpi…

    …ne-nginx into standard-base
    nemchik committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    2603ce8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a240d9 View commit details
    Browse the repository at this point in the history
  6. Replace samples

    nemchik committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    7c441d2 View commit details
    Browse the repository at this point in the history
  7. Remove init migration

    nemchik committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    8061847 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. symlink php binary

    nemchik committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    03a35db View commit details
    Browse the repository at this point in the history
  2. Rewrite index.html check

    nemchik committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    0a619fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef07e8d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Send HTTP_HOST as SERVER_NAME in fastcgi_param

    $host sends $http_host without the port and
    falls back to sending $server_name if HTTP_HOST header is empty
    nemchik committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    2377c94 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Configuration menu
    Copy the full SHA
    97ceb86 View commit details
    Browse the repository at this point in the history
  2. use new migration

    nemchik committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    050220e View commit details
    Browse the repository at this point in the history