Skip to content

Commit

Permalink
Add a blurb about web based administration to the readme (#259)
Browse files Browse the repository at this point in the history
* Add a blurb about web based administration to the readme

* Update readme.md, remove redundant port 80
  • Loading branch information
pRizz authored Sep 28, 2024
1 parent 484039c commit 18671b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ Some API examples in curl:
# System restart action
curl -X POST http://YOUR-BITAXE-IP/api/system/restart
```

## Administration

The firmware hosts a small web server on port 80 for administrative purposes. Once the Bitaxe device is connected to the local network, the admin web front end may be accessed via a web browser connected to the same network at `http://<IP>`, replacing `IP` with the LAN IP address of the Bitaxe device, or `http://bitaxe`, provided your network supports mDNS configuration.

0 comments on commit 18671b2

Please sign in to comment.