This commit is contained in:
Marcel Pociot
2020-06-16 00:09:04 +02:00
parent 4a56890862
commit 645330f08f
8 changed files with 23 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ order: 3
# Admin Interface
The Expose server comes with a beautiful admin interface, that makes configuring your server a breeze.
The Expose server comes with a beautiful admin interface that makes configuring your server a breeze.
The admin interface is available at a specific subdomain on your expose server. By default it is called "expose", but you can change this in the configuration file:
@@ -27,14 +27,14 @@ The admin interface is available at a specific subdomain on your expose server.
...
```
So you can reach the admin interface at http://expose.your-domaion.com.
So you can reach the admin interface at http://expose.your-domain.com.
## Authentication
Since the expose admin interface allows you to change and modify your expose server configuration at runtime, access to the admin interface is protected using basic authentication.
You can define which user/password combinations are allowed in the configuration file:
> **Note:** You will need to restart your expose server, once you change this setting in order for the changes to take effect.
> **Note:** You will need to restart your expose server once you change this setting in order for the changes to take effect.
```
...
@@ -63,13 +63,13 @@ You can define which user/password combinations are allowed in the configuration
Here you can list, add and delete all users that you want to be able to connect to your expose server.
The users will be stored in a SQLite database that can be modified in the expose configuration file.
You only need to add users to your expose server, if you have the auth token validation enabled.
You only need to add users to your expose server if you have the auth token validation enabled.
### Shared sites
![](/img/expose_admin.png)
Once you and others start sharing their local sites with your server, you can see a list of all connectes sites here.
You can see a list of all connected sites here once you and others start sharing their local sites with your server.
You can see the original client host that was shared, the subdomain that was associated to this and the time and date the site was shared.
The expose server can also disconnect a site from the server. Just press on the "Disconnect" button and the client connection will be closed.
@@ -78,4 +78,4 @@ The expose server can also disconnect a site from the server. Just press on the
![](/img/expose_settings.png)
Here you can see and modify your Expose server settings.
Here you can see and modify your Expose server settings. All settings that the UI offers can also be manually edited in the expose configuration file.