mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
6 lines
254 B
Markdown
6 lines
254 B
Markdown
A Jabber user can be set as admin by running this command (they need to login once before):
|
|
```
|
|
sudo -u __APP__ php__PHPVERSION__ __INSTALL_DIR__/daemon.php setAdmin <your jabber id>
|
|
```
|
|
|
|
The app can be configured at <https://__DOMAIN____PATH__/?admin>.
|