Skip to content
Web app for hosting asciicasts
Branch: develop
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets Upgrade some JS deps Mar 2, 2019
config Decouple Accounts and Emails Jan 13, 2019
dev Remove RAILS_ENV, "rails" Exq queue and linking to non-existen rails … Oct 20, 2018
docker Fix Nginx config syntax error Nov 18, 2018
docs Mention explicit docker image pulling in installation doc (closes #324) Mar 2, 2019
lib Show featured asciicasts from last 2 years Apr 7, 2019
priv Split Accounts.create_asciinema_user! in 2 separate funs Jan 13, 2019
rel Decouple Accounts and Emails Jan 13, 2019
test Decouple Accounts and Emails Jan 13, 2019
uploads Serve uploads from outside of public dir Apr 10, 2016
vt @ 7c958a6 Upgrade asciinema/vt Jan 12, 2019
.dockerignore Add more patterns to .dockerignore Nov 5, 2018
.env.production.sample Update secret key instructions to use asciinema gen_secret Feb 12, 2019
.gitignore Ignore more files Mar 2, 2019
.gitmodules Generate PNG from SVG with rsvg-convert Nov 4, 2018
.iex.exs More useful imports in iex May 16, 2018
.tool-versions Add .tool-versions for asdf Mar 2, 2019
.travis.yml Use Elixir 1.7 on Travis Jan 12, 2019
CONTRIBUTING.md Use proper site admin email adress May 14, 2018
Dockerfile Upgrade to Elixir 1.7 Dec 23, 2018
LICENSE Re-license the project under ASLv2 Jun 6, 2017
README.md Update copyright line Mar 2, 2019
docker-compose.yml Make building of Docker image explicit, default to pulling from Docke… Dec 2, 2018
mix.exs Upgrade bamboo Feb 2, 2019
mix.lock Upgrade bamboo Feb 2, 2019

README.md

asciinema web app

Build Status Code Climate

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

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

You can’t perform that action at this time.