Expand doc section about hosting

This commit is contained in:
Marcin Kulik
2017-11-18 21:26:09 +01:00
parent 5ea68f598e
commit f9a7301cf2

View File

@@ -219,13 +219,20 @@ assign new tokens to your account from as many machines as you want.
## Hosting the recordings on the web
As mentioned in the `Usage > rec` section above, if the `filename` argument to
`asciinema rec` is omitted then the recorded asciicast is uploaded
to [asciinema.org](https://asciinema.org). You can watch it there and share it via secret URL.
`asciinema rec` is omitted then the recorded asciicast is uploaded to
[asciinema.org](https://asciinema.org). You can watch it there and share it via
secret URL.
If you prefer to host the recordings yourself, you can do so by recording to a
file (`asciinema rec demo.cast`) and using
[asciinema's standalone web player](https://github.com/asciinema/asciinema-player#self-hosting-quick-start)
in your HTML page.
If you prefer to host the recordings yourself, you can do so by either:
- recording to a file (`asciinema rec demo.cast`), and using [asciinema's
standalone web
player](https://github.com/asciinema/asciinema-player#self-hosting-quick-start)
in your HTML page, or
- setting up your own
[asciinema-server](https://github.com/asciinema/asciinema-server) instance,
and [setting API URL
accordingly](https://github.com/asciinema/asciinema-server/blob/master/docs/INSTALL.md#using-asciinema-recorder-with-your-instance).
## Configuration file