-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix wifi credentials autodetection on raspberry pi #56
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Smoke try... * Fix problem with user name and icon * WIP: rework, bug fixes, renaming, etc * WIP: refactor, stage 0 * WIP: refactor, stage 1 * WIP: refactor, stage 2 * WIP: refactor, web API separated * API extended * WIP: AI-generated stuff for user table just for test:) * Web API extended for devices * Fix and rework auth * Some hacks about development described * Add columns to users table * Small fixes: delete user and device menu button * Config and logging refactored * Latest key API endpoind extended * Load config from file + API + Settings page(WIP) * Create user API fix: return code for existing user * Add functionality to users page * Fix add user * Add latest key time * Basic slack notifyer implemented * Fix slack warning * Devices pages added * Added "Delete device" functionality + some fixes * Add settings JSON editor * Pylint + Autopep8 fixes --------- Co-authored-by: Anna Deeva <[email protected]>
Fix docker
* Automatic RFID reader code reworked and refined. Also some bug fixes etc... * Fix pylint
- Now config file is specified in dockerfile - Readme updated
* Now we have plugin manager, which handles plugin loading * Crash in plugin load does not lead to crash in app * Plugins has separate branch in config * Plugin has its own directory
Built-in UUID generator does not work in some cases
- If no admin users are present force to go to init_app page - Only one admin user is allowed(to prevent to anyone to register)
* Make navigation sticky * Add time and date selectors * Add paddings * Fix buttons with on smaller screens
Mainly because Docker worked poorly with automated reader device flasher, so: - ttyUSB device made accessed in container - reader firmware now automatically downloaded from git ... other changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Raspberry Pi OS does not allow to get current wifi password using
nmcli
. Solution is to create new settings in Prismo App with ssid and password.