asciinema / asciinema-server

Platform for hosting and sharing terminal session recordings
https://docs.asciinema.org/manual/server/
Apache License 2.0
2.31k stars 265 forks source link

[Question] Is it possible to disable unauthenticated uploads altogether? #432

Open scmanjarrez opened 8 months ago

scmanjarrez commented 8 months ago

I've a self-hosted server for myself, I currently have UNCLAIMED_RECORDING_TTL=1but I'd like to disable unauthenticated uploads entirely, is that possible? I couldn't find any setting in the documentation.

ku1ik commented 7 months ago

Currently it's not possible to disable that but it's a good idea to have it as an option, e.g. via another environment variable :+1:

ku1ik commented 5 months ago

FYI: this is something I plan to implement for the next server release :crossed_fingers:

nicjohnson145 commented 1 month ago

+1 on this, would also be interested in this feature