Add link to the TimeLimit Server Admin UI

This commit is contained in:
Jonas Lochmann 2020-02-03 01:00:00 +01:00
parent cdae013f5a
commit 62d39a8fdd
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -116,14 +116,7 @@ server {
## Admin API ## Admin API
When the ``ADMIN_TOKEN`` environment variable was set, then there is a admin API available When the ``ADMIN_TOKEN`` environment variable was set, then there is a admin API available
at ``http(s)://server/admin``. This page is protected using HTTP basic authentication. at ``http(s)://server/admin``. It can be used by the [TimeLimit Server Admin UI](https://codeberg.org/timelimit/timelimit-server-ui).
The username is ignored, the password is the admin token.
This allows to:
- see the counter for the websocket connections
- set a status message which is shown at all linked clients at the overview screen
- unlock the premium version feature for a user for a month or a year
## Purchases ## Purchases