https://github.com/mgoltzsche/wifi-manager
Wifi manager linux container for a SoC/Raspberry Pi
https://github.com/mgoltzsche/wifi-manager
Last synced: 6 months ago
JSON representation
Wifi manager linux container for a SoC/Raspberry Pi
- Host: GitHub
- URL: https://github.com/mgoltzsche/wifi-manager
- Owner: mgoltzsche
- License: apache-2.0
- Created: 2021-12-13T21:24:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T22:33:07.000Z (over 4 years ago)
- Last Synced: 2025-08-23T02:57:13.107Z (12 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wifi manager
A linux container and Docker Compose application to make a SoC join a wifi network.
To support SoCs such as a Raspberry Pi without a display and keyboard, the container creates a (temporary) wifi hotspot when the wifi is not configured or the configured access point is not reachable, allowing the user to connect with another (mobile) device to select the actual access point and enter its credentials within a web UI.
Currently this project is solely based on [balena-os/wifi-connect](https://github.com/balena-os/wifi-connect).
## Build
Build the image:
```
make image
```
## Run
Start the Docker Compose application:
```
make compose-up
```