mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
Documentation enhancements: - Add comprehensive Features section highlighting key capabilities - Document GPU auto-detection, user self-service, isolated environments - Include production-ready features (Traefik, TLS, Watchtower) - Add Self-Service Volume Management subsection with visual examples - Include three screenshots demonstrating UI features: - Restart Server button (active state) - Manage Volumes button (stopped state) - Volume selection modal (checkbox interface) - Position screenshots prominently after feature list - Provide one-sentence descriptions for each screenshot Technical updates: - Increase Stop Server refresh delay to 3 seconds for stability - Update version to 3.0.14 Screenshots stored in .resources/ directory for future reference
14 lines
631 B
Bash
14 lines
631 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.0.14_cuda-12.9.1_jh-5.4.2"
|
|
VERSION_COMMENT="Multi-user JupyterHub with GPU auto-detection, self-service volume management (home/workspace/cache), and container restart capabilities"
|
|
|
|
# Author
|
|
AUTHOR_NAME="Konrad Jelen"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|