[GH-ISSUE #48] Send screencasts to a different server #640

Closed
opened 2026-03-15 05:23:12 +03:00 by kerem · 4 comments
Owner

Originally created by @losingkeys on GitHub (Nov 13, 2013).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/48

This might be solved by #14, but now that this is more than just a script you put in your path (right?) it might be nice to have an environment variable or something to point asciinema at a different server to upload screencasts.

Originally created by @losingkeys on GitHub (Nov 13, 2013). Original GitHub issue: https://github.com/asciinema/asciinema/issues/48 This might be solved by #14, but now that this is more than just a script you put in your path (right?) it might be nice to have an environment variable or something to point `asciinema` at a different server to upload screencasts.
kerem closed this issue 2026-03-15 05:23:17 +03:00
Author
Owner

@ku1ik commented on GitHub (Nov 13, 2013):

@joshuarh you can either set the API url in the config file like this:

# ~/.asciinema/config
[api]
url = http://yoursever.com

or use env var like this:

ASCIINEMA_API_URL=http://yourserver.com asciinema rec

I need to finally document that. Let's keep this issue open, it'll remind me to do that.

<!-- gh-comment-id:28429059 --> @ku1ik commented on GitHub (Nov 13, 2013): @joshuarh you can either set the API url in the config file like this: ``` # ~/.asciinema/config [api] url = http://yoursever.com ``` or use env var like this: ``` ASCIINEMA_API_URL=http://yourserver.com asciinema rec ``` I need to finally document that. Let's keep this issue open, it'll remind me to do that.
Author
Owner

@ku1ik commented on GitHub (Nov 13, 2013):

Actually I documented that (partially) here: http://asciinema.org/docs/faq
But it's not easily discoverable anyway.

<!-- gh-comment-id:28429530 --> @ku1ik commented on GitHub (Nov 13, 2013): Actually I documented that (partially) here: http://asciinema.org/docs/faq But it's not easily discoverable anyway.
Author
Owner

@losingkeys commented on GitHub (Nov 13, 2013):

Ahh, thanks.

<!-- gh-comment-id:28432338 --> @losingkeys commented on GitHub (Nov 13, 2013): Ahh, thanks.
Author
Owner

@ku1ik commented on GitHub (Nov 25, 2013):

I added the missing part about env var to the docs. Closing.

<!-- gh-comment-id:29235950 --> @ku1ik commented on GitHub (Nov 25, 2013): I added the missing part about env var to the docs. Closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#640
No description provided.