mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add user_interface.md
This commit is contained in:
parent
3dd061a306
commit
80ba0e6cdf
1 changed files with 17 additions and 0 deletions
17
user_interface.md
Normal file
17
user_interface.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
#User interface
|
||||
|
||||
### Access problem
|
||||
|
||||
Access to user interface can only be done by using a domain name. You can’t 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 by modifing `/etc/hosts`. Add 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 created here if you doesn’t own one.
|
||||
|
||||
### Software
|
||||
|
||||
User interface is based on that software: https://github.com/Kloadut/ssowat
|
Loading…
Add table
Reference in a new issue