mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Expand doc section about hosting
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user