Marcin Kulik
Marcin Kulik
What's the reasoning behind having this redirect? Or in other words, why does this matter? Is this maybe about a scenario where you later decide to make it private again...
Aha! So the actual issue here is that it gives 404 for the old private link. Looks like this needs improvement indeed. I see 2 options when someone opens private...
I never thought of that but this sounds like a really neat thing to have on asciinema.org. Thanks for the idea.
I've created a wiki page about this, showing how this can be configured _without rebuilding the image_ - https://github.com/asciinema/asciinema-server/wiki/SMTP-configuration Thx for the Office 365 snippet @colinleefish ! Does it solve...
I guess this line could be preventing you from using SSL here: https://github.com/asciinema/asciinema-server/blob/2d86f311381540790cdd8a748df486c039921da7/config/prod.exs#L48 If you have ability to bind-mount a custom config file into the container then maybe this will...
I assume you're using `latest` image tag, right? I have now pushed a tweak to `develop` branch which may help. You can grab this version by using `asciinema/asciinema-server:develop` as the...
I am considering implementing site-wide search based on elasticsearch (that would include all the text from asciicast title, description and the whole terminal output).
ElasticSearch may be an overkill here. I'll look into implementing this using Postgres' built-in full text search.
It's not possible at the moment, but it would be rather easy to implement. We have some S3 config here https://github.com/asciinema/asciinema-server/blob/32c30f6785e23d89223fd2cf915da9d6f268b414/config/releases.exs#L28-L36 We'd need to implement support for host/port vars there.
Atom feed seems to be a quick win so I'll prioritize this. Profile subscriptions inside the app is also great idea!