Update wrong hostname in first_steps.md (#1621)

the latest openhabian image (https://github.com/openhab/openhabian/releases/tag/v1.6.5) hosted the user interface with the hostname `http://openhabian:8080` and not `http://openhabianpi:8080`
pull/1628/head
ab2web 2021-07-28 15:21:23 +02:00 committed by GitHub
parent 989e6fd0b8
commit 9c45fe9184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ The following instructions will guide you through the initial steps after first
## Create the Admin User
Once openHAB is installed and started, launch the user interface by navigating to `http://localhost:8080` (if not running locally, replace localhost with the server's address or hostname accordingly).
If you installed from the openHABian image, you can use `http://openhabianpi:8080`.
If you installed from the openHABian image, you can use `http://openhabian:8080`.
By default, the administration pages can only be accessed if you are logged in with an administrator account.
Since there are no users yet, openHAB will ask you to create an administrator account.