Gistub
Sharing code snippets in-house
Install / Use
/learn @seratch/GistubREADME
Gistub : Sharing code snippets in-house
Gistub is a stand alone application for sharing snippet such as gist.github.com.
If you're familiar with Rails apps, you can set up Gistub in several minutes.
Many companies and organizations use Gistub for sharing code snippets safely in house.
How to use
master branch is always the lastest stable version.
git clone git://github.com/seratch/gistub.git -b master
cd gistub
bin/bundle install
bin/rake db:migrate
bin/rails s
Access http://localhost:3000/ through web browser.
Live Demo
http://gistub.herokuapp.com/
Top page:

Rich Editor with Ace:

Configuration over environment variables
Specify settings in .bashrc or others.
export GISTUB_APP_NAME="MyGistub"
export GISTUB_OPENID_IDENTIFIER=https://your_auth_server/openid/
export GISTUB_AUTO_LINK=true
export GISTUB_ALLOWS_ANONYMOUS=false
export GISTUB_SECRET_TOKEN=xxx...
export GISTUB_SECRET_KEY_BASE=yyy...
Gistub Tools
For Emacs users
https://github.com/tototoshi/gistub-el
For Vimmers
https://github.com/glidenote/nogistub.vim
License
(The MIT License)
Copyright (c) 2012 Kazuhiro Sera <seratch__at__gmail.com>
Related Skills
node-connect
352.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。




