mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 06:00:29 +00:00
- Add after_insert event listener to auto-create NativeAuth UserInfo - Generate memorable 3-word passwords for admin-created users - Auto-approve users created by admin (is_authorized=1) - Add after_delete listener to clean up UserInfo on user deletion - Add GetUserCredentialsHandler API for credential retrieval - Add password cache (5min expiry) for secure credential handoff - Enhanced admin.html with credentials modal (copy/download) - Add templates_enhanced directory with customized templates - Add NativeAuth nav items (Change Password, Authorize Users) - Bump version to 3.5.8 (manual)
16 lines
592 B
Bash
16 lines
592 B
Bash
# Project Configuration
|
|
PROJECT_NAME="stellars-jupyterhub-ds"
|
|
PROJECT_DESCRIPTION="Multi-user JupyterHub 4 deployment platform with data science stack, GPU auto-detection, NativeAuthenticator, and isolated per-user environments spawned via DockerSpawner"
|
|
|
|
# Version
|
|
VERSION="3.5.8_cuda-12.9.1_jh-5.4.2"
|
|
VERSION_COMMENT="User rename API, ENABLE_SIGNUP env variable"
|
|
RELEASE_TAG="RELEASE_3.2.11"
|
|
RELEASE_DATE="2025-11-09"
|
|
|
|
# Author
|
|
AUTHOR_NAME="Konrad Jelen"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|