1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00

README again

This commit is contained in:
Chtixof 2015-04-12 15:39:30 +02:00
parent ba93192116
commit 233ca0bd19

View file

@ -22,9 +22,9 @@ Download, unzip and just copy the content of the `sources` folder to any folder
The setup is optional. If you leave it as is, there is a single unnamed room, opened to all users. If you want to customize the access control, edit the file `conf/setup.ini`. The interesting parameter is `auth` that indicates which user is authorized to which room.
In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:`,
- `John:Game,John:Family` = John can access the Game room, the Family room and the Public room
- `Mary:Game` = Mary can access the Game room and the Public room
- `Tim:Family` = Tim can access the Family room and the Public room
- `John:Game,John:Family` = John can access the Game room, the Family room
- `Mary:Game` = Mary can access the Game room
- `Tim:Family` = Tim can access the Family room
- `admin:*` = admin can access all rooms
- `*:Public` = everybody can only acccess the Public room
- `*:` = everybody can access the unnamed room