galene
galene copied to clipboard
Management interface?
Currently, managing Galène requires manually editing a bunch of JSON files. We need a user-friendly administrative interface.
A few thoughts:
- the administrative interface should not be part of the Galène server, which does not need any write access except in the
recordingsdirectory (if you're not recording, Galène can be run from a read-only filesystem); - there is no need for a private protocol between the administrative interface and Galène, since Galène will automatically pick up any changes made to its configuration files;
- it should be possible to both edit the files manually and run the administrative interface (which should detect lost updates and react accordingly).
Good idea to have a management interface. For now, it is not user-friendly to create/modify json files through SSH for end-users :) In other words, it would be great to have the ability to create/protect/close room (group) through a web interface.
Is that possible to start with a button "admin" on Home page protected by Login/pass from users defined in data/passwd. Then they would have a form to create new rooms (groups). And below, to list the active rooms (private/public) with ability to rename or remove them.
Thanks.
A suitable API has been merged. Plase see https://galene.org/README.API.html.
(There's a very early prototype of an interface in the branch management-ui, but it's not usable yet.)