4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 20:56:36 +00:00
Commit Graph

611 Commits

Author SHA1 Message Date
Buster "Silver Eagle" Neece
8b04eae1ab
Ansible: Set noninteractive frontend globally. 2021-05-31 22:21:21 -05:00
Buster "Silver Eagle" Neece
055b89b024
Ansible: Fix restarted service name to avoid Bad Gateway errors. 2021-05-31 11:15:16 -05:00
Buster "Silver Eagle" Neece
141cb47b64
Update MariaDB version across Ansible installs. 2021-05-31 10:38:58 -05:00
Vaalyn
1a04f9791f
Implement Podcasting Support
Co-authored-by: Buster "Silver Eagle" Neece <buster@busterneece.com>
Co-authored-by: Mitch <Mitchellfrith1996@gmail.com>
2021-05-24 23:29:07 -05:00
Buster "Silver Eagle" Neece
f59fd8a9ba
#4104 -- Rename on SFTP upload, handle SFTP renames/deletes directly. 2021-05-06 10:08:57 -05:00
Buster "Silver Eagle" Neece
642ca15803
Temporarily disable multiple queue workers; explanation in code. 2021-05-03 23:35:09 -05:00
Buster "Silver Eagle" Neece
418a54c3c3
Update PHP on Ansible installs. 2021-04-24 19:30:10 -05:00
Buster "Silver Eagle" Neece
acab8806b3
Move to PHP 8.0 (#4051) 2021-04-22 21:16:00 -05:00
Vaalyn
22f90ee090
Add missing binary for vorbiscomment and install metadata writer binaries on Ansible (#4043) 2021-04-19 14:19:29 -05:00
Vaalyn
0300be4676
Add missing flac binary for writing metaflac and remove accidental format override of tagformats from GetId3 (#4038) 2021-04-18 14:19:24 -05:00
Vaalyn
8f900af32f
Add PHP-SPX profiling extension for development environment (#4032)
Co-authored-by: Buster "Silver Eagle" Neece <buster@busterneece.com>
2021-04-17 20:50:54 -05:00
Buster "Silver Eagle" Neece
d41bddf27e
Remove default no-robots and make it per-controller response header. 2021-04-13 01:09:30 -05:00
Buster "Silver Eagle" Neece
a7ae4cf439
Revert multi-layering for speed; push to GHCR as well. 2021-03-27 10:51:59 -05:00
Buster "Silver Eagle" Neece
268cbf4500
Simplify testing flow and build process. 2021-03-27 10:15:17 -05:00
Buster "Silver Eagle" Neece
74df4fccf5
Restructure AppFactory creation process. 2021-03-10 23:58:39 -06:00
Vaalyn
f9fe9f895b
Increase worker connections in web container (#3894) 2021-03-09 19:03:38 -06:00
Buster "Silver Eagle" Neece
efb937d2cc
#3725 -- Slightly tweak SFTP settings. 2021-03-08 22:15:15 -06:00
Buster "Silver Eagle" Neece
61be661f55
Add support for configurable NGINX_TIMEOUT environment variable. 2021-03-05 19:59:31 -06:00
Buster "Silver Eagle" Neece
ce8eac5494
Switch to C-extension Maxmind DB reader for major speed improvements. 2021-03-05 02:56:50 -06:00
Buster "Silver Eagle" Neece
3b3785e19d
Update golang dependencies (sftpgo and dockerize). 2021-03-02 21:48:23 -06:00
Buster "Silver Eagle" Neece
c24f5dfc69
Implement SMTP Mail Delivery and Self-Service Password Reset (#3848) 2021-02-27 20:50:45 -06:00
Buster "Silver Eagle" Neece
72cc75b8c6
Improve verbosity of sync task logging. 2021-02-21 22:19:02 -06:00
Buster "Silver Eagle" Neece
8850d7d5c1
#3754 -- Fix configuration error on new Ansible installs. 2021-02-04 16:21:42 -06:00
Buster "Silver Eagle" Neece
fb5b487cf5
#3723 -- Add max_body_size to ansible nginx. 2021-01-27 13:32:44 -06:00
Buster "Silver Eagle" Neece
47a3c1a0ee
#3702 -- Apply nginx performance boost to Ansible installations. 2021-01-24 06:12:39 -06:00
Buster "Silver Eagle" Neece
521feb4296
Add LADSPA support for Ansible installations. 2021-01-21 14:37:32 -06:00
Buster "Silver Eagle" Neece
64423a7097
Unify env var names on Ansible installs with their Docker counterparts. 2021-01-21 13:32:47 -06:00
Vaalyn
1dfc075609
Update command for installing plugin dependencies according to the Composer V2 version (#3615) 2020-12-31 17:29:53 -06:00
Buster "Silver Eagle" Neece
fc157319e0
More aggressively clear vendor folder for Ansible users. 2020-12-11 08:13:04 -06:00
Buster "Silver Eagle" Neece
a228e5def3
Fix composer lock status for Ansible installs. 2020-12-10 18:27:30 -06:00
Buster "Silver Eagle" Neece
d9b828a821
Allow Ansible to override composer.lock from composer merge plugin. 2020-12-10 06:44:41 -06:00
Buster "Silver Eagle" Neece
b6a01eb07b
#198 -- Make Ansible updates tolerate service name changes. 2020-12-09 13:32:10 -06:00
Buster "Silver Eagle" Neece
c31427c9d4
#3502 -- Install latest Composer with every Ansible update. 2020-12-04 04:45:19 -06:00
Buster "Silver Eagle" Neece
c6296b3985
#3502 -- Fix issue with Ansible install. 2020-12-04 04:20:28 -06:00
Buster "Silver Eagle" Neece
01010e8bbb
#3496 -- Force version 2 on composer self-update. 2020-12-04 02:51:53 -06:00
Buster "Silver Eagle" Neece
37ce8c4ca2
#3496 -- Ensure Composer is up-to-date with Ansible installations. 2020-12-04 02:46:59 -06:00
Buster "Silver Eagle" Neece
5727f12b6f
Settings refactor part 1: Rename App\Settings to App\Environment.
Previously AzuraCast had two very similar `$settings` variables, one that was from environment and the other from the database. This refactor distinguishes the two much more clearly.
2020-12-02 22:18:06 -06:00
Buster "Silver Eagle" Neece
749b12638f
Revert accidental PHP 8.0 early upgrade. 2020-12-01 18:44:39 -06:00
Buster "Silver Eagle" Neece
731f16a494
Update raw DQL queries across the system to improve readability. 2020-12-01 18:36:09 -06:00
Buster "Silver Eagle" Neece
5724b78073
Composer dependency update and code style fixes from new test suites. 2020-12-01 07:45:01 -06:00
Buster "Silver Eagle" Neece
3942d3e531
#3399 -- Proxy the "Origin" header and fix URI parsing/ACAO response. 2020-11-20 02:17:11 -06:00
Buster "Silver Eagle" Neece
62ed3aa51d
Supply individual worker names for each queue worker. 2020-11-14 18:06:34 -06:00
Vaalyn
4f994edcf3
Update for Composer 2.0 (#3361) 2020-11-01 19:41:51 -06:00
Buster "Silver Eagle" Neece
a6ec36b21c
Analytics Overhaul and InfluxDB Removal (#3243)
- Make the Analytics table in the database the primary one for handling statistics for all stations, removing the InfluxDB dependency entirely
 - Expand the Analytics table to also track unique listeners per hour and day
 - Properly clean up the Listeners table according to each installation's history retention settings
 - Implement a cute new animated "waiting for services" startup message that avoids previous wait messages that looked more like errors
2020-10-07 18:50:30 -05:00
Buster "Silver Eagle" Neece
4ba5a1831b
Add note to self for later. 2020-09-09 17:01:16 -05:00
Buster "Silver Eagle" Neece
49ecb7177d
#3156 -- Revert Ansible warn message. 2020-09-09 16:56:34 -05:00
Buster "Silver Eagle" Neece
3e4549fe9c
(Ansible) disable warning on filesystem perm changes. 2020-09-08 04:07:27 -05:00
Buster "Silver Eagle" Neece
e2a171d35c
(Ansible) Add bash executable back to Liquidsoap install. 2020-09-07 00:38:55 -05:00
Buster "Silver Eagle" Neece
9409cdcb6d
(Ansible) rename to "delay" for fine-tuning. 2020-09-06 22:40:09 -05:00
Buster "Silver Eagle" Neece
b01479a381
(Ansible) fine-tune the monitoring periods. 2020-09-06 22:28:44 -05:00