Document Permissions and other Docs Improvments

This commit is contained in:
Ariel Rin
2020-12-26 16:10:42 +10:00
parent f4c4ae36ed
commit 240d910c9b
18 changed files with 458 additions and 147 deletions

View File

@@ -200,13 +200,16 @@ python /home/allianceserver/myauth/manage.py migrate
supervisorctl restart myauth:
```
## Permissions on Auth
## Permissions
To enable the mumble service for users on Auth you need to give them the `access_mumble` permission. This permission is often added to the `Member` state.
To use this service, users will require some of the following.
```eval_rst
.. note::
Note that groups will only be created on Mumble automatically when a user joins who is in the group.
+---------------------------------------+------------------+--------------------------------------------------------------------------+
| Permission | Admin Site | Auth Site |
+=======================================+==================+==========================================================================+
| mumble.access_mumble | None | Can Access the Mumble Service |
+---------------------------------------+------------------+--------------------------------------------------------------------------+
```
## ACL configuration
@@ -296,4 +299,4 @@ Edit `authenticator.ini` and change (or add for older installs) This code block.
avatar_enable = True
;Get EvE avatar images from this location. {charid} will be filled in.
ccp_avatar_url = https://images.evetech.net/characters/{charid}/portrait?size=32
```
```