LoginSignup
0
0

More than 5 years have passed since last update.

geminaboxでgemをカジュアルに消せないようにする

Posted at

おれのgemサーバを立てる際に便利な、geminabox/geminaboxですが

スクリーンショット 2015-09-30 10.38.00.png

WEB UIにdeleteボタンがあって、カジュアルにgemが削除できてしまい。うぉーい!と思っていたんですがよく見たら設定がありました

このあたりでmergeされたみたいですね。

config.ru
require "rubygems"
require "geminabox"

Geminabox.allow_delete = false
run Geminabox::Server

こんな感じで設定して立ち上げると、削除しようとしても

Gem deletion is disabled - see https://github.com/cwninja/geminabox/issues/115

と出て、消せなくなります。めでたい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0