doc/user_interface.md
2019-09-23 13:54:36 +00:00

23 lines
945 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# User interface
The user interface is a portal that allows the loged-in user to see all the applications he is allowed to use, and
access them. This interface is also where the user can set his parameters (change password, define email alias and
redirections).
<img src="/images/home_panel.jpg" width=800>
### Access problem
Access to user interface can only be done by using a domain name. You cant access to it by using the local IP address of your server like that: https://your.server.ip.address/yunohost/sso/
You can create a redirection of a domain name to IP address of your server by modifing `/etc/hosts` and by adding that line:
```bash
your.server.ip.address domain.tld
```
By replacing `your.server.ip.address` for instance by `192.168.1.05` and `domain.tld` by your domain name or by one you can choose if you dont own one.
### Software
User interface is based on that software: https://github.com/Kloadut/ssowat