mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #48] Send screencasts to a different server #38
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
asciinemaat a different server to upload screencasts.@ku1ik commented on GitHub (Nov 13, 2013):
@joshuarh you can either set the API url in the config file like this:
or use env var like this:
I need to finally document that. Let's keep this issue open, it'll remind me to do that.
@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.
@losingkeys commented on GitHub (Nov 13, 2013):
Ahh, thanks.
@ku1ik commented on GitHub (Nov 25, 2013):
I added the missing part about env var to the docs. Closing.