Skip to content

Commit

Permalink
Added FAQ for password usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 22, 2024
1 parent a2c10d6 commit 0a7361e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ docker stop macless-haystack
docker start -ai macless-haystack
```

#### How can I secure the endpoint?

The endpoint can and should be secured, especially if it is exposed to the internet. This authentication can be configured in the config.ini file (using the keys `endpoint_user` and `endpoint_pass`). After restarting the container, the log output should indicate a successful authentication.

The data must, of course, also be entered into the configuration of the frontend.

#### How do I update the Docker container

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ Included projects are (Credits goes to them for the hard work):
- [acalatrava's OpenHaystack-Fimware alternative](https://github.com/acalatrava/openhaystack-firmware)
- NRF5x firmware customization for battery optimization



## Instructions


### Prerequisites

- [Docker](https://www.docker.com/) installed
Expand Down

0 comments on commit 0a7361e

Please sign in to comment.