mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Update README.
This commit is contained in:
parent
8830870ded
commit
7786aa12aa
1 changed files with 17 additions and 3 deletions
18
README
18
README
|
@ -40,6 +40,21 @@ Run the server binary:
|
||||||
nohup ./sfu &
|
nohup ./sfu &
|
||||||
|
|
||||||
|
|
||||||
|
# Locations
|
||||||
|
|
||||||
|
There is a landing page at the root of the server. It contains a form
|
||||||
|
for typing the name of a group, and a clickable list of public groups.
|
||||||
|
|
||||||
|
Groups are available under `/group/groupname`. You may share this URL
|
||||||
|
with others, there is no need to go through the landing page.
|
||||||
|
|
||||||
|
Recordings can be accessed under `/recordings/groupname`. This is only
|
||||||
|
available to the administrator of the group.
|
||||||
|
|
||||||
|
Some statistics are available under `/stats`. This is only available to
|
||||||
|
the server administrator.
|
||||||
|
|
||||||
|
|
||||||
# Group definitions
|
# Group definitions
|
||||||
|
|
||||||
Groups are defined by files in the directory defined by the `-groups`
|
Groups are defined by files in the directory defined by the `-groups`
|
||||||
|
@ -81,8 +96,7 @@ specifies that any username will do. The empty dictionary
|
||||||
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
specifies that any username can connect, and that password are not
|
specifies that any username will do and that password are not verified.
|
||||||
verified.
|
|
||||||
|
|
||||||
|
|
||||||
# Commands
|
# Commands
|
||||||
|
|
Loading…
Reference in a new issue