I would like to limit the access of a channel (and his videos) to some specific users.
Is that available ?
My users access their account through Azure AD ; maybe with role (but can I create a new role inside Peertube, or only stick to the Admin/Mod/User already existing ?)
You can’t directly assign custom roles in PeerTube — it only supports Admin, Moderator, and User by default. However, you can make a video unlisted or set it to “privacy: password protected” and share it only with specific users. For tighter control, you’d need a plugin or custom code that integrates with your Azure AD roles.
Hi @karim , thank you for your feedback.
I’m aware of the unlisted and password protected visibility options, but they don’t fully adress my needs.
I really would like to narrow the audience to specific users with account.
I was also thinking that a plugin would be the way to go, but unfortunatly, because I don’t have the ressources (or knowledge) to do it. Any idea if something similar already exist ? (I’ve for example found a plugin which can limit the viewing on specific domain, through embed, but it would need me to create some pages elsewhere and embed the videos there… and I’m not sure if subdomain are followed or only the main domain).
Any other suggestions is welcome but thanks Karim for taking the time to answer me.