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 11554512e9 Fix logic related to email uniqueness 7 years ago
a2png@6d6270dab4 Use latest a2png 7 years ago
app Fix embed.js symlink 7 years ago
assets Update directory structure to Phoenix 1.3 layout 7 years ago
config Update directory structure to Phoenix 1.3 layout 7 years ago
db Fix logic related to email uniqueness 7 years ago
dev Enable exq_ui 7 years ago
docker Serve embed script without redirect 7 years ago
docs Add upgrade instructions 7 years ago
lib Fix logic related to email uniqueness 7 years ago
priv Add empty ecto migrations dir 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 Remove ExpiringToken 7 years ago
test Fix logic related to email uniqueness 7 years ago
uploads Serve uploads from outside of public dir 8 years ago
vendor Upgrade player 7 years ago
vt@53b4b424b3 Use latest vt 7 years ago
.dockerignore More fine grained COPY in Dockerfile 7 years ago
.env.production.sample Split BASE_URL into URL_{SCHEME,HOST,PORT} 7 years ago
.gitignore Allow overriding config via config/custom.exs 7 years ago
.gitmodules Use asciinema/vt instead of libtsm based program 7 years ago
.iex.exs Fix aliases in .iex.exs 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 Fix Docker build 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 links in README.md for Docker Hub 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 Enable exq_ui 7 years ago
mix.exs Fix credo warnings 7 years ago
mix.lock Fix credo warnings 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.