[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-08-27 00:14:44 +00:00
parent a4858da978
commit 512935abb7
10 changed files with 4 additions and 22 deletions

View File

@@ -34,9 +34,9 @@ We'll create a new Jetstream2 instance:
3. SSH into the instance with the `exouser` user:
```bash
ssh exouser@yourinstancename.xxx0000000.projects.jetstream-cloud.org
```
```bash
ssh exouser@yourinstancename.xxx0000000.projects.jetstream-cloud.org
```
4. Run the TLJH bootstrap script:
@@ -44,7 +44,7 @@ We'll create a new Jetstream2 instance:
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-user-name>
```
5. Open the Hostname in a web browser (http on port 80). You should see the JupyterHub login page. Your browser will warn about the site not being secure (no HTTPS)—we'll enable HTTPS in the next step. Do not login yet, first setup HTTPS, so we avoid transmitting the password in clear text.
5. Open the Hostname in a web browser (http on port 80). You should see the JupyterHub login page. Your browser will warn about the site not being secure (no HTTPS)—we'll enable HTTPS in the next step. Do not login yet, first setup HTTPS, so we avoid transmitting the password in clear text.
## Step 2: Enable HTTPS