Hi,
I have just set up my new instance of Asciinema, but I’m noticing that the server calls itself “127.0.0.1”.
For example, this is an excerpt from the about page:
About 127.0.0.1
127.0.0.1 is a platform for hosting and sharing terminal session recordings, powered by asciinema server.
I want to change this, is there a way of doing this?
I think I know what’s up. The About page uses the Host HTTP header instead of the URL_HOST config var. I guess you’re accessing asciinema server via some sort of reverse proxy? If so, you may want to configure the proxy to forward the Host header to the upstream (asciinema server).