asciinema / asciinema-server

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

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

Open scmanjarrez opened 6 months ago

scmanjarrez commented 6 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 6 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 3 months ago

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