Archived
1
0
Fork 0
  • 2.2.6 b58c283a4b

    2.2.6
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    Varakh released this 2023-04-06 20:56:41 +00:00 | 0 commits to master since this release

    Quick update for an outdated application to make it more useful for docker setups. Keep in mind that PHP 7.4 which is used by ts3web is still EOL!

    • Made it possible to use environment variable to define location of bootstrapping env file in docker containers (natively, set php-fpm ENV[] properly!)
      • ENV_DIR: location of the PARENT folder which has the env file inside
      • Falls back to application $appDir/config/env file if not set
    • Added new env file variables to easily configure
      • log_dir: location of the log dir, without trailing slash
      • snapshot_dir location of the snapshots dir, without trailing slash
    Downloads