mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-29 15:53:20 +00:00
(Draft) Add automated Nextcloud Talk recording backend deployment and configuration
Includes: - Talk recording Docker service - Schema credential for recording secret - Compose integration - Automatic Talk 'recording_servers' app config Details: https://chatgpt.com/share/6920d8fc-81b4-800f-8d83-af22eeed94b5
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
credentials:
|
||||
talk_recording_secret:
|
||||
description: "Shared secret between Nextcloud Talk and the recording backend"
|
||||
algorithm: "random_hex_32"
|
||||
validation: "^[a-f0-9]{64}$"
|
||||
whiteboard_jwt_secret:
|
||||
description: "Secret used for JWT signing"
|
||||
algorithm: "base64_prefixed_32"
|
||||
|
||||
Reference in New Issue
Block a user