All checks were successful
Build latest image / build-container (push) Successful in 1m30s
28 lines
595 B
Markdown
28 lines
595 B
Markdown
---
|
|
title: Configuration
|
|
weight: 3
|
|
prev: /kiosk/setup
|
|
lang: en
|
|
---
|
|
|
|
How to configure the kiosk after setup.
|
|
|
|
{{% steps %}}
|
|
|
|
### Create user
|
|
|
|
Create a new user in the system - preferably with the name `kiosk`.
|
|
Please refer to the [admin docs](../admin/users) for more information on how to create a user.
|
|
|
|
### Assign permissions
|
|
|
|
The user needs the following permissions:
|
|
- `RUNNER:CREATE`
|
|
|
|
Please refer to the [admin docs](../admin/users) for more information on how to assign permissions.
|
|
|
|
### Login
|
|
|
|
Login in on your kiosk device with the user you created in the previous step.
|
|
|
|
{{% /steps %}} |