Skip to content

Commit

Permalink
Corrected kiosk mode config
Browse files Browse the repository at this point in the history
Only got the documented steps to work if the [autologin] part was added, so I suppose it is missing from this documentation
  • Loading branch information
log1-c authored Oct 29, 2024
1 parent bc47867 commit 4a1effc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/20-Advanced-Topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,13 @@ If you want to show a specific Dashboard you can enforce this onto the kiosk use

Replace Remote_Addr with the IP where the kiosk user is accessing the Web to restrict further usage from other IPs.

using the `REMOTE_USER` variable also requires adding the following to the top of `/etc/icingaweb2/authentication.ini`:
```
[autologin]
backend = external
```


## Customizing the Landing Page <a id="landing-page"></a>

The default landing page of `dashboard` can be customized using the environment variable `ICINGAWEB_LANDING_PAGE`.
Expand Down

0 comments on commit 4a1effc

Please sign in to comment.