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 0eb704e31d Ignore .nrepl-history 7 years ago
a2png@551afdb37f
app Merge pull request #251 from asciinema/revealjs 7 years ago
config Don't require ssl connection for postgres 7 years ago
db
dev Fix configuration in dev env 8 years ago
docker Route docs requests to Phoenix 7 years ago
docs Mention ASCIINEMA_API_URL in docs 8 years ago
lib Send static files gzipped 7 years ago
priv mix phoenix.new 7 years ago
public
resources
script Bring back mistakenly deleted file 8 years ago
spec
src Use Ecto compatible DATABASE_URL 7 years ago
test Fix test 7 years ago
uploads
vendor
web Remove default Phoenix page view and template 7 years ago
.dockerignore docker-compose.yml for development 8 years ago
.env.production.sample Use Ecto compatible DATABASE_URL 7 years ago
.gitignore Ignore .nrepl-history 7 years ago
.gitmodules
.rspec.example
.ruby-version
.travis.yml
CONTRIBUTING.md
Dockerfile Route docs requests to Phoenix 7 years ago
Gemfile Upgrade redcarpet 8 years ago
Gemfile.lock Upgrade redcarpet 8 years ago
Guardfile
LICENSE
README.md Mention ASCIINEMA_API_URL in docs 8 years ago
Rakefile
brunch-config.js Port session info in navbar 7 years ago
config.ru
docker-compose.yml Route docs requests to Phoenix 7 years ago
mix.exs Upgrade plugsnag 7 years ago
mix.lock Update mix.lock after upgrading hex 7 years ago
package.json Ported layout 7 years ago
project.clj Fix configuration in dev env 8 years ago
sidekiq.ru

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