mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-09 22:50:29 +00:00
- Remove non-existent @admin_or_self decorator - Replace with manual permission validation using current_user - Check authentication and admin/self access explicitly - Use tornado.web.HTTPError for 403 responses
14 lines
605 B
Bash
14 lines
605 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="2.11.36_cuda-12.9.1_jh-5.4.2"
|
|
VERSION_COMMENT="Jupyterhub with GPU auto-detection, NativeAuthenticator, and DockerSpawner configuration and new build system"
|
|
|
|
# Author
|
|
AUTHOR_NAME="Konrad Jelen"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|