Deploy 84723ae
Diff: fly/v24...fly/v31
- Remove clogger.
- Upgrade gems.
- Remove link since that website requires payment now.
- Fix deprecation warning.
- Ruby 3.4
- Remove Periscope since it seems to have died a few years ago.
- Remove Vagrantfile.
- EB: Use
systemctl enable --now
. - EB: Remove EBS volume tagging script since it is broken for some reason and it seems like the launch template does this now.
- EB: Upgrade to Ruby 3.3
- EB: Update nginx configuration.
- Add a custom logger.. again.. but this time in pure ruby.
- Fix error about
/nonexistent
not existing. - Set
APP_VERSION
fallback to the mtime ofconfig/application.rb
. - Add
RESTART_APP_INTERVAL
which lets you easily periodically restart the app. - Upgrade gems.
- Disable unused airbrake features.
- Set
RUBYOPT="-W:deprecated"
in development. - Add the ability to turn off services with the
ENABLED_SERVICES
environment variable. If it is not defined then all services are enabled. - EB: Upgrade to Ruby 3.4