Files
stellars-jupyterhub-ds/project.env
stellarshenson d9a7a05185 style: session timer pale colors, lighter border, narrower bar
- pale muted colors: #446897 (blue), #bfa348 (yellow), #af4e56 (red)
- CSS custom properties now use hex format
- JS parseColor() handles both hex and RGB triplet formats
- progress track border changed to #6f757c
- narrowed bar from col-md-6 to col-md-4
2026-02-09 23:33:56 +01:00

16 lines
628 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.8.2_cuda-13.0.2_jh-5.4.2"
VERSION_COMMENT="Config decomposition into stellars_hub package, advanced branding configuration"
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/"