Commit Graph

11 Commits

Author SHA1 Message Date
Buster "Silver Eagle" Neece 0069df6d2d
Disable certain dangerous "advanced" features by default in new installs.
Some functionality of AzuraCast has always been intended for "Power Users", but seemingly no amount of warnings or labels will prevent users from discovering these features, misusing them, and either burdening our support channels or declaring AzuraCast to be "broken". With this update, new installations have some of these most dangerous settings (manual port assignments, manual directory selection, custom LS/Icecast config, etc.) disabled. They can easily be re-enabled by editing "azuracast.env" and turning them on, and will remain available for all previous users by default.
2020-05-27 02:36:30 -05:00
Buster "Silver Eagle" Neece 90fbf58f85
Update how AzuraCast handles "release mode".
All core AzuraCast Docker images are now tagged with "latest" for rolling-release updates and "stable" for the latest stable version. Switching to release builds switches the images used for all AzuraCast components, yielding a much more stable interaction between components. As new releases are made, the "stable" versions of each image are updated in unison with each other.
2020-05-21 20:27:26 -05:00
Buster "Silver Eagle" Neece 5851551e5a
Update instructions in .env samples to reflect new helper command. 2020-02-20 01:35:41 -06:00
Buster "Silver Eagle" Neece 059b9e5670
Add new environment variable for logging slow MariaDB queries. 2020-02-20 01:16:08 -06:00
Buster "Silver Eagle" Neece ea76e0cc6c
Add FTP_PASV_IP env var; expand PASV port range. 2019-11-25 01:16:43 -06:00
Buster "Silver Eagle" Neece 045d138681
Make execution time and FPM max children environment-configurable. 2019-09-24 17:31:07 -05:00
Buster Neece b8be1fbb9a
Make the port auto-assignment range customizable. 2019-06-18 14:41:14 -05:00
Vaalyn f79736ba87 Add environment variable to make the amount of php-workers configurable (#1588)
* Add environment variable to make the amount of php-workers configurable

* Add ADDITIONAL_MEDIA_SYNC_WORKER_COUNT env var to azuracast.env
2019-05-25 10:14:00 -05:00
Buster Neece 2c2d90c046 Add new env vars to the sample/dev env files. 2019-03-17 03:31:36 -05:00
Buster "Silver Eagle" Neece b5b05ef7ef #807 -- Make PHP memory limit env-configurable. 2019-02-03 00:58:55 -06:00
Buster "Silver Eagle" Neece 5ee858f615 Update the Docker Compose file to use an external .env file for settings. 2018-10-18 23:27:30 -05:00