Socket
Book a DemoInstallSign in
Socket

geminabox-secure

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geminabox-secure

0.3.7
bundlerRubygems
Version published
Maintainers
1
Created
Source

Gem in a Box Secure

screen shot

Really simple secure rubygem hosting

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.

Server Setup

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).

Client Usage

gem install geminabox-secure

gem inaboxsecure pkg/my-awesome-gem-1.0.gem

Simples!

Licence

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

Package last updated on 14 Sep 2011

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.