mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 06:00:29 +00:00
- Add optional CIFS mount support via compose_cifs.yml and .env - Create install_cert.sh for Linux (multi-distro support) - Enhance install_cert.bat with folder argument and help flags - Fix compose_override.yml stray quote, add idle culler defaults - Enhance generate-certs.sh with generic CN and verification - Update start.sh/stop.sh to support ENABLE_CIFS from .env - Update README with CIFS and certificate installation docs
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
# Optional environment variables
|
|
# Copy to .env and customize
|
|
|
|
# Enable CIFS mount for shared storage (0=disabled, 1=enabled)
|
|
# Requires compose_cifs.yml to be configured with NAS credentials
|
|
ENABLE_CIFS=0
|