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 7bac39c121 Add support for reveal.js 'slide:start' and 'slide:stop' window events 7 years ago
a2png@551afdb37f Upgrade a2png 7 years ago
app Add support for reveal.js 'slide:start' and 'slide:stop' window events 7 years ago
config Ability to use private asciicast as "demo" on homepage 7 years ago
db Add "welcome" asciicast on db init 7 years ago
dev Rename components in system 7 years ago
docker Route .json and .png requests to Clojure app 7 years ago
docs Add final section on creating the containers 7 years ago
lib Allow specifying warden strategies per controller 8 years ago
public Improved left/right margin for guru meditation 10 years ago
resources Rename components in system 7 years ago
script Don't try to install pngquant on travis 7 years ago
spec Remove old PNG generation code 7 years ago
src Run Clojure server on port 4000 so it doesn't collide with Rails server 7 years ago
test/asciinema Unify FileStore and FileServer 7 years ago
uploads Serve uploads from outside of public dir 8 years ago
vendor Upgrade player 7 years ago
.dockerignore Describe volume mapping 7 years ago
.env.example Unicorn with girl_friday on Heroku 12 years ago
.env.production.sample Use DATABASE_URL compatible with PostgreSQL JDBC driver 7 years ago
.gitignore Describe volume mapping 7 years ago
.gitmodules Add a2png submodule 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 Fix travis config 9 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 8 years ago
Dockerfile Remove old PNG generation code 7 years ago
Gemfile Use newer fog - no more "Digest::Digest is deprecated; use Digest" \o/ 7 years ago
Gemfile.lock Use newer fog - no more "Digest::Digest is deprecated; use Digest" \o/ 7 years ago
Guardfile Upgrate to Rails 4.1.5 10 years ago
LICENSE Change license to AGPL v3 10 years ago
Procfile Make foreman start sidekiq with proper config file path 11 years ago
README.md Extract installation instructions into separate doc 7 years ago
Rakefile Upgrate to Rails 4.1.5 10 years ago
config.ru Load unicorn worker killer only in production 10 years ago
docker-compose.yml Describe volume mapping 7 years ago
project.clj Kill a2png after 30 sec 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

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.txt for details.