Day four (part 1): jupyterhub playbook. This blocks public unsecured access on port 8000 but doesn't configure the reverse proxy yet. (SSH tunnel or similar required to access the service)

This commit is contained in:
John McCardle 2022-02-10 08:22:38 -05:00
commit 0ca44cc623
3 changed files with 1473 additions and 0 deletions

11
jupyterhub.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description=Jupyterhub
[Service]
Type=simple
ExecStart=jupyterhub -f /etc/jupyterhub/jupyterhub_config.py
Restart=on-failure
PIDFile=/var/run/jupyterhub.pid
[Install]
WantedBy=multi-user.target