asciinema hosting web app
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Marcin Kulik f07bedc754 Workaround 1.3.0-1.4.0 client bug regarding basic auth header 7 years ago
a2png@551afdb37f Upgrade a2png 7 years ago
app Remove unused models 7 years ago
config Enqueue asciicast processing job from Elixir 7 years ago
db Remove unused models 7 years ago
dev Remove old unused code 7 years ago
docker Route to new upload endpoint 7 years ago
docs Mention ASCIINEMA_API_URL in docs 7 years ago
lib Workaround 1.3.0-1.4.0 client bug regarding basic auth header 7 years ago
priv mix phoenix.new 7 years ago
public Tell crawlers to ignore .json and .png files 7 years ago
resources Remove old unused code 7 years ago
script Remove setup script, it's obsolete for long time now 7 years ago
spec New upload endpoint implementation 7 years ago
test Fix test description 7 years ago
uploads Serve uploads from outside of public dir 8 years ago
vendor Upgrade player 7 years ago
vt@5fde1d8cb8 Use asciinema/vt instead of libtsm based program 7 years ago
web Support client version <= 0.9.7 in new upload endpoint 7 years ago
.dockerignore More fine grained COPY in Dockerfile 7 years ago
.env.production.sample Use Ecto compatible DATABASE_URL 7 years ago
.gitignore No need to ignore these files anymore 7 years ago
.gitmodules Use asciinema/vt instead of libtsm based program 7 years ago
.rspec.example Example .rspec config file 12 years ago
.ruby-version Use ruby 2.1 in development 10 years ago
.travis.yml Don't build on rbx and jruby 7 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 8 years ago
Dockerfile Use asciinema/vt instead of libtsm based program 7 years ago
Gemfile Upgrade redcarpet 7 years ago
Gemfile.lock Add bundler signature 7 years ago
Guardfile Upgrate to Rails 4.1.5 10 years ago
LICENSE Re-license the project under ASLv2 7 years ago
README.md Fix typo 7 years ago
Rakefile Upgrate to Rails 4.1.5 10 years ago
brunch-config.js Show asciicast2gif instructions when request for .gif 7 years ago
config.ru Load unicorn worker killer only in production 10 years ago
docker-compose.yml Remove old unused code 7 years ago
mix.exs Enqueue asciicast processing job from Elixir 7 years ago
mix.lock Enqueue asciicast processing job from Elixir 7 years ago
package.json Ported layout 7 years ago
sidekiq.ru Add rake task for starting sidekiq web panel 11 years ago

README.md

asciinema web app

Build Status Code Climate Coverage Status

asciinema is a free and open source solution for recording terminal sessions and sharing them on the web.

This repository contains the source code of asciinema hosting web app, which runs at asciinema.org.

You can find the source code of asciinema terminal recorder at asciinema/asciinema, and the source code of asciinema web player at asciinema/asciinema-player.

Setting up your own asciinema web app instance

asciinema terminal recorder uses asciinema.org as its default host for the recordings. It's free, public service (all uploaded recordings are private by default though).

If you're not comfortable with uploading your terminal sessions to asciinema.org, or your company's policy prevents you from doing that, you can set up your own instance for private use. See our asciinema web app install guide.

Once you have your instance running, point asciinema recorder to it by setting API URL in ~/.config/asciinema/config file as follows:

[api]
url = https://your.asciinema.host

Alternatively, you can set ASCIINEMA_API_URL environment variable:

ASCIINEMA_API_URL=https://your.asciinema.host asciinema rec

Contributing

Check out our Contributing page, which describes multiple ways you can help this project.

If you decide to contribute with the code then please read CONTRIBUTING.md, which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.

Security

We're serious about the security of this web app and the user data it manages. If you find anything that looks like a potential vulnerability please read on how to report a security issue.

Authors

asciinema is developed by Marcin Kulik with the help of many great open source contributors.

For a complete list of the many individuals that contributed to the project, please refer to GitHub's list of contributors.

Copyright © 2011-2017 Marcin Kulik. See LICENSE for details.