-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current AIO talk recording docker container fails: No option 'secret' in section: 'backend' #3991
Comments
Hi @SystemKeeper wasn't this resolved with nextcloud/spreed#10022? |
Hey :-) |
So where would this need to be fixed then? In talk-recording or in the container itself? |
In the container/the config used. When allow all is set to true, we need to provide a global secret which is used |
@JoshuaPettus Please make sure that you understand the impact of setting allow all to true! For a production deployment this is (or can be) a security issue! |
PR in #3992 |
I understand that there can be an issue, but I have yet to find any documentation on a working alternative. The sparse amount of guides I can find on how to set it up are with it set to true. If you know of any please let me know! |
Its documented at https://github.com/nextcloud/nextcloud-talk-recording/blob/main/docs/installation.md#talk-configuration |
This is now released with v7.9.1 Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel |
Ah Thank you, I appreciate it!
Awesome! I will give it a try and let you know if I have any issues |
Oh wow, since I was using the secret anyway, I really did not need the allowall=true after all. Oh well, at least I stumbled on a bug for you! |
This originally comes from here https://help.nextcloud.com/t/aio-current-talk-recording-docker-containers-fail/176746 but still seems to be happening
I am using the AIO's nextcloud/aio-talk-recording docker container standalone in my NC Talk software stack on a bare metal NC setup. When I first started using it, it was working well, but for the last month's docker container updates it apparently stopped working. NC would try to start the recording service and then fail. This is including the dev release branch.
The last version of the docker container that works for me was
nextcloud/aio-talk-recording:20231113_125854-latest
I invoke the container with:
On the failed containers, here is the output from the log which looks to be the problem
Looking at the /conf/recording.conf file in the nextcloud/aio-talk-recording:20231113_125854-latest container, I see
And indeed the secret line has been removed in newer containers as per that issue, but there appears to still be some python script that is still expecting the line to be there.
The text was updated successfully, but these errors were encountered: