Galene: Group's "autolock" doesn't "unlock"

My YunoHost server

Hardware: VPS bought online
YunoHost version: 11.2.5 (stable).
I have access to my server : Through SSH | through the webadmin |
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no /
If yes, please explain:
If your request is related to an app, specify its name and version: Galene 0.7.2~ynh1

Description of my issue

I am trying to create a group, which is locked until I log in as an op, an then, as long as I am logged in, it allows in everyone, including anonymous users.

The group allows me in with my login, and displays me there (see picture), but at the same time it does not allow anyone else in (see another picture from different browser)

I cannot find any mistake in my config file. Please advise.



My group config:

{
        "op": [{"username": "kanenas", "password": "REDACTED"}],
        "presenter": [{}],
        "other": [{}],
        "contact": "kanenas@tepewu.pl",
        "comment": "Petrosa pokój gościnny",
        "description": "Petros Kanenas zaprasza na pogawędki",
        "autolock": true,
        "autokick": false,
        "public": true,
        "max-clients": 20,
        "max-history-age": 14400,
        "allow-recording": true,
        "allow-anonymous": true,
        "allow-subgroups": true,
        "redirect": "",
        "codecs": ["vp8", "opus"]

Hi,
Do you still have this problem ? I have pretty much the same setup as yours and I have the same issue. Looking at the documentation, I don’t see anything wrong with my config

Actually I’m answering myself : you have to do /unlock as the OP. Groups seem to be locked by default and not unlocking when an OP enters. I guess it’s by design, I don’t think there’s any auto unlocking

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.