mirror of
https://github.com/hassio-addons/addon-jupyterlab.git
synced 2025-05-07 04:41:32 +00:00
* Refactor add-on * Replace NGinx Configuration * Ingress!!! * More tweaks, renames and other touches * Revert accidental upgrade of JupyterLab
12 lines
494 B
Bash
12 lines
494 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: JupyterLab
|
|
# Configures NGINX for use with JupyterLab
|
|
# ==============================================================================
|
|
|
|
# Generate Ingress configuration
|
|
bashio::var.json \
|
|
entry "$(bashio::addon.ingress_entry)" \
|
|
| tempio \
|
|
-template /etc/nginx/templates/ingress.gtpl \
|
|
-out /etc/nginx/servers/ingress.conf
|