Skip to content

Latest commit

 

History

History
194 lines (177 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

194 lines (177 loc) · 11.3 KB

CHANGELOG

Entries before tag-* affects all code-server tags.

2024-03-05

  • Remove shorthand since it was causing the container to crash 3ee3f83

2024-02-28

  • Fix reboot container crash 9eff32e
  • 2024-02-20 293d00b
  • Allow users to add custom cron 6dc1c1b
  • Include missing create rule b20ad02
  • 2024-02-08 20ce045
  • Update shameless plug dc4d291
  • Double upload limit 4aa1aed
  • Fix wrong link ac4dbe2
  • 2024-02-07 4858c1d
  • Update description with shameless plug and support link 3a244ae
  • Merge branch 'master' of github.com:demyxsh/openlitespeed 760df80
  • Misc updates a778363
  • Update lsphp versions and set default to 8.1 d89aa48
  • Use tidy package to scrape the latest stable version in openlitespeed's downloads page 6144e43
  • Add new core packages 089c0ef
  • Update base image to bullseye and set php to 8.1 00f1238
  • Include custom volume 7540bdc
  • Add/update/remove environment variables e1b9d9d
  • New function to reset permissions at container start and hourly cron 2218a7b
  • Put back wp-cli as the main wp cron with a delay c97e8d4
  • Fix rewrite rule for specific strings b05d197
  • Use new function to include all demyx environment variables for lsphp 842678d
  • New function to auto calculate values for LSAPI_EXTRA_CHILDREN and LSAPI_MAX_IDLE_CHILDREN ad96bad
  • Update sed for WP_HOME 7e5c232

2023-11-14

  • Disable installation of default themes/plugins when upgrading f44ad25

2023-09-20

2023-09-03

  • New variable DEMYX_CRON_TYPE f79a33e

2023-08-28

2023-08-23

2022-08-05

  • Misc updates fc6b804
  • Add fallback for lsphp versions 2f58a1f
  • wp-cli is now included e0ac6c3
  • lsphp81 is now included in the image 2f08957
  • Add default-mysql-client as one of the core packages 229e8ac
  • Rename environment variable and set lsphp80 as the default version 308bf15
  • Update to Debian Bullseye 652636c

2022-01-22

2021-07-14

2021-03-07

tag-bedrock

  • Added
    • bin/demyx-install
  • Changed
    • Renamed src to bin.
    • Renamed install.sh to demyx-install.
    • bin/demyx-install
      • Remove full paths to binaries.
    • Dockerfile
      • Remove full paths to binaries.
  • Removed

tag-latest

  • Added
    • bin/demyx-admin
    • bin/demyx-config
    • bin/demyx-encrypt
    • bin/demyx-entrypoint
    • bin/demyx-htpasswd
    • bin/demyx-install
    • bin/demyx-lsws
  • Changed
    • Renamed src to bin.
    • Renamed admin.sh to demyx-admin.
    • Renamed config.sh to demyx-config.
    • Renamed encrypt.sh to demyx-encrypt.
    • Renamed entrypoint.sh to demyx-entrypoint.
    • Renamed htpasswd.sh to demyx-htpasswd.
    • Renamed install.sh to demyx-install.
    • Renamed lsws.sh to demyx-lsws.
    • bin/demyx-admin
      • Remove full paths to binaries.
    • bin/demyx-config
      • Remove full paths to binaries.
      • Move WordPress rewrite rules to the bottom so the security rules works again.
    • bin/demyx-encrypt
      • Remove full paths to binaries.
    • bin/demyx-entrypoint
      • Remove full paths to binaries.
      • Prefix commands with sudo.
    • bin/demyx-htpasswd
      • Remove full paths to binaries.
    • bin/demyx-install
      • Remove full paths to binaries.
    • bin/demyx-lsws
      • Remove full paths to binaries.
    • Dockerfile
      • Update $PATH.
      • Remove full paths to binaries.
      • Add default version for OLS if wget fails.
      • Update commands for sudo configuration.
      • Update commands for final RUN.
  • Removed

2020-12-06

Changed

  • Missing user for su command
  • Misc updates to docker-compose.yml
  • tag-bedrock
    • Get composer as demyx user
    • Update Bedrock RUN commands
    • Clear /tmp
  • tag-latest
    • Move RUN commands
    • Update RUN commands for configuring demyx
    • Update RUN commands for WordPress
    • Clear /tmp

2020-11-29

Changed

  • Alphabetized
  • Misc updates
  • Rename variables and support old ones
  • ShellCheck approved
  • Update Dockerfile RUN commands
  • Use -E flag for sudo to keep environment variables
  • Use full paths to binaries/scripts

2020-07-05

Changed

  • Update logic when installing WordPress
  • Various misc updates

2020-07-02

Changed

  • Update OLS to 1.7.2
  • Populate /demyx directory with WordPress/Bedrock files

2020-04-19

Changed

  • Update version to 1.7.1
  • Bump OPENLITESPEED_TUNING_MAX_CONNECTIONS to 20000

2020-04-14

Added

  • Created src directory for main files

Changed

  • Set dumb-init as the shebang in the entrypoint
  • Format LABEL and ENV entries
  • Update finalize RUN commands
  • Update ENTRYPOINT
  • tag-latest
    • Update OpenLiteSpeed to 1.6.12
    • Update lsphp to 7.4
    • Update default OLS variables
  • tag-bedrock
    • Use third party source to update php to 7.4

Removed