Merge pull request #1692 from yncyrydybyl/master
beeing a bit more specific how to access the dimension admin interface
This commit is contained in:
commit
7d0c1d4185
|
@ -22,7 +22,7 @@ matrix_dimension_enabled: true
|
||||||
|
|
||||||
## Define admin users
|
## Define admin users
|
||||||
|
|
||||||
These users can modify the integrations this Dimension supports. Admin interface is accessible at `https://dimension.<your-domain>/riot-app/admin` after logging in to element.
|
These users can modify the integrations this Dimension supports.
|
||||||
Add this to your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`):
|
Add this to your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -31,6 +31,7 @@ matrix_dimension_admins:
|
||||||
- "@user2:{{ matrix_domain }}"
|
- "@user2:{{ matrix_domain }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Admin interface is accessible at `https://dimension.<your-domain>/riot-app/admin` after logging in to element and opening it in any room via "Edit widgets, bridges & bots" and then clicking the "settings"-icon in the upper right corner.
|
||||||
|
|
||||||
## Access token
|
## Access token
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue