The change from 2.x is that it now requires opt-in / confirmation to use asciinema.org as the default asciinema server.
The server URL configuration step lets you enter your own self-hosted asciinema server URL.
Also, it’s now possible to pass a server URL as the 2nd arg to the asciinema upload
, e.g. asciinema upload demo.cast https://asciinema.example.com
to override the default target, for each upload.
As before, you’ll be able to set the server URL in the config file as well.
This is still work in progress, I need to clean up the code, then I’ll push it to the develop
branch.
What do you think?
EDIT: it’s already in the develop
branch.