It is hidden in drop down…
I’ve configured a recording server by using this docker compose file.
inspired by all-in-one/manual-install/latest.yml at main · nextcloud/all-in-one · GitHub
Thanks @Zoey2936!!
services:
nextcloud-talk-recording:
image: nextcloud/aio-talk-recording:latest
init: true
ports:
- "1234:1234"
environment:
- NC_DOMAIN=${NC_DOMAIN}
- TZ=${TIMEZONE}
- RECORDING_SECRET=${RECORDING_SECRET}
- INTERNAL_SECRET=${TALK_INTERNAL_SECRET}
shm_size: 2147483648
restart: unless-stopped
volumes:
- nextcloud-talk-recordings:/var/nextcloud/data
volumes:
nextcloud-talk-recordings: