
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Gem in a Box Secure is a very basic branch of the awesome Gem in a box - a simple sinatra app to allow you to host your own in-house gems. The main difference here is the secure flavor provides configurable forced SSL and HTTP basic auth.
gem install geminabox-secure
Create a config.ru as follows:
require "rubygems"
require "geminabox-secure"
GeminaboxSecure.data = "/var/geminabox-data" # …or wherever
GeminaboxSecure.force_ssl = true #if you want SSL redirects enabled
run GeminaboxSecure
Set environment variables for your username and password: GEMBOX_USER and GEMBOX_PASSWORD, respectively. Gem in a Box Secure defaults to "admin" and "s3cret" respectively if these are not set.
Set up your SSL certificates for your server of choice.
And finally, hook up the config.ru as you normally would (passenger, thin, unicorn, whatever floats your boat).
gem install geminabox-secure
gem inaboxsecure pkg/my-awesome-gem-1.0.gem
Simples!
Fork it, mod it, choose it, use it, make it better. All under the do what the fuck you want to + beer/pizza public license.
FAQs
Unknown package
We found that geminabox-secure demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.