doc/user_interface.md

17 lines
651 B
Markdown
Raw Normal View History

2014-10-11 17:53:24 +02:00
#User interface
### 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/
2014-10-11 18:08:55 +02:00
You can create a redirection of a domain name to IP address of your server by modifing `/etc/hosts` and by adding that line:
2014-10-11 17:53:24 +02:00
```bash
your.server.ip.address domain.tld
```
2014-10-11 18:08:55 +02:00
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 doesnt own one.
2014-10-11 17:53:24 +02:00
### Software
User interface is based on that software: https://github.com/Kloadut/ssowat