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 9efbff6046 Re-license the project under ASLv2
Closes #264
7 years ago
a2png@551afdb37f Upgrade a2png 7 years ago
app Allow player to expand horizontally on the page (fixes asciinema/asciinema-player#44) 7 years ago
config 503 + Retry-After 7 years ago
db Add "welcome" asciicast on db init 7 years ago
dev Remove old unused code 7 years ago
docker Remove old unused code 7 years ago
docs Mention ASCIINEMA_API_URL in docs 7 years ago
lib Close tmp in-memory file after usage 7 years ago
priv mix phoenix.new 7 years ago
public Improved left/right margin for guru meditation 10 years ago
resources Remove old unused code 7 years ago
script Bring back mistakenly deleted file 7 years ago
spec Remove old doc pages 7 years ago
src Remove old unused code 7 years ago
test Remove old unused code 7 years ago
uploads Serve uploads from outside of public dir 8 years ago
vendor Upgrade player 7 years ago
web Use fork of plugsnag that ignores Phoenix.NotAcceptableError 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 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 deprecated MAINTAINER directives 7 years ago
Gemfile Upgrade redcarpet 7 years ago
Gemfile.lock Upgrade redcarpet 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 Use fork of plugsnag that ignores Phoenix.NotAcceptableError 7 years ago
mix.lock Use fork of plugsnag that ignores Phoenix.NotAcceptableError 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.