Port details |
- rubygem-thruster Zero-config HTTP/2 proxy for lightweight production deployments
- 0.1.10 www =0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2025-01-02 16:33:47
- Last Update: 2025-02-03 15:53:58
- Commit Hash: 48c8040
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/basecamp/thruster
- Description:
- Thruster is an HTTP/2 proxy for simple production-ready deployments of Rails
applications. It runs alongside the Puma webserver to provide a few additional
features that help your app run efficiently and safely on the open Internet:
- HTTP/2 support
- Automatic TLS certificate management with Let's Encrypt
- Basic HTTP caching of public assets
- X-Sendfile support and compression, to efficiently serve static files
Thruster aims to be as zero-config as possible. It has no configuration file,
and most features are automatically enabled with sensible defaults. The goal is
that simply running your Puma server with Thruster should be enough to get a
production-ready setup.
The only exception to this is TLS provisioning: in order for Thruster to
provision TLS certificates, it needs to know which domain those certificates
should be for. So to use TLS, you need to set the TLS_DOMAIN environment
variable. If you don't set this variable, Thruster will run in HTTP-only mode.
Thruster also wraps the Puma process so that you can use it without managing
multiple processes yourself. This is particularly useful when running in a
containerized environment, where you typically won't have a process manager
available to coordinate the processes. Instead you can use Thruster as your CMD,
and it will manage Puma for you.
Thruster was originally created for the ONCE project, where we wanted a no-fuss
way to serve a Rails application from a single container, directly on the open
Internet. We've since found it useful for simple deployments of other Rails
applications.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-thruster>0:www/rubygem-thruster
- To install the port:
- cd /usr/ports/www/rubygem-thruster/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-thruster
- pkg install rubygem-thruster
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-thruster
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738090174
SHA256 (rubygem/thruster-0.1.10.gem) = 80cbeaa660312e24c779048e2c4a73d973a4a99b4252492f0649fbfb63e2efa6
SIZE (rubygem/thruster-0.1.10.gem) = 7680
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-thruster
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|