-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetworkManager Support #2261
NetworkManager Support #2261
Conversation
AlvinSchiller
commented
Feb 15, 2024
•
edited
Loading
edited
- Update autohotspot based on dhcpcd
- Add autohotspot based on NetworkManager
- Update "Static IP" setup for NetworkManager
- add ci tests
- Update new Wifi via WebUi
- Fixes "Initial Wifi is not shown"
- New behavior: Active connection is readonly
- Update docs
change crontab to timer service
Added interfaces conf file handling.
Pull Request Test Coverage Report for Build 8335308844Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's similar to the PR for future3, correct?
Yep, the autohotspot funtionality is the same. The integration in the setup is different. |
use uuid for iteration.
@s-martin With the rpi-imager the wifi can already be preset, and i think a staticip is only relevant in edge cases (ip can be fixed in most routers and is also the recommended way for RPi OS). What do you think? |
I agree. I think static is an edge case. |
Ready to merge. |
Do it :) |