-
Notifications
You must be signed in to change notification settings - Fork 4
Server upgrades round 1 #172
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
Conversation
- Refactor authentication structure by moving from single auth.py to auth/ module - Add multiuser service support and extension system - Update Vite configuration for improved proxy handling and CORS settings - Generate comprehensive sample configuration file with all available options - Implement server lifecycle management with list, start, stop, and config generation CLI commands
…nd duplicated configuration options
|
This is looking really good. I'm curious about the |
|
@brandomr Good catch. So a couple things, and forgive me for repeating things mentioned on the call:
|
1e7d2bb to
be67fa8
Compare
964d329 to
eb17ee0
Compare
Lots of changes here related to server upgrades:
Note: To work properly, beaker will need to be reinstalled after checkout or merge as the new entry-points need to be registered during install.