Skip to content

Commit

Permalink
🔨 Re-branding
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 14, 2020
1 parent d09d97b commit 1b898d3
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
repository:
description: "JupyterLab Lite - Community Hass.io Add-on for Home Assistant"
description: "JupyterLab Lite - Home Assistant Community Add-ons"
homepage: https://addons.community
topics: jupyter, jupyterlab, hassio-addons, hassio, hass, home-assistant, homeassistant
topics: jupyter, jupyterlab, addon, addons, home-assistant, homeassistant
private: false
has_issues: true
has_projects: false
Expand Down
13 changes: 0 additions & 13 deletions CHANGELOG.md

This file was deleted.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite

[![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield]
Expand Down Expand Up @@ -40,9 +40,9 @@ reproducible computing, based on the Jupyter Notebook and Architecture.
## Installation

The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
comparison to installing any other Home Assistant add-on.

1. Search for the "JupyterLab Lite" add-on in the Hass.io add-on store
1. Search for the "JupyterLab Lite" add-on in the Supervisor add-on store
and install it.
1. Start the "JupyterLab Lite" add-on
1. Check the logs of the "JupyterLab Lite" add-on to see if everything went well.
Expand Down Expand Up @@ -106,13 +106,13 @@ Enables/Disables SSL (HTTPS) on the JupyterLab Set it `true` to enable it,

The certificate file to use for SSL.

**Note**: _The file MUST be stored in `/ssl/`, which is default for Hass.io_
**Note**: _The file MUST be stored in `/ssl/`, which is the default_

### Option: `keyfile`

The private key file to use for SSL.

**Note**: _The file MUST be stored in `/ssl/`, which is default for Hass.io_
**Note**: _The file MUST be stored in `/ssl/`, which is the default_

### Option: `system_packages`

Expand Down Expand Up @@ -182,7 +182,7 @@ Got questions?

You have several options to get them answered:

- The [Community Hass.io Add-ons Discord chat server][discord] for add-on
- The [Home Assistant Community Add-ons Discord chat server][discord] for add-on
support and feature requests.
- The [Home Assistant Discord chat server][discord-ha] for general Home
Assistant discussions and questions.
Expand All @@ -208,11 +208,11 @@ The original setup of this repository is by [Franck Nijhof][frenck].
For a full list of all authors and contributors,
check [the contributor's page][contributors].

## We have got some Hass.io add-ons for you
## We have got some Home Assistant add-ons for you

Want some more functionality to your Hass.io Home Assistant instance?
Want some more functionality to your Home Assistant instance?

We have created multiple add-ons for Hass.io. For a full list, check out
We have created multiple add-ons for Home Assistant. For a full list, check out
our [GitHub Repository][repository].

## License
Expand Down
8 changes: 4 additions & 4 deletions jupyterlab/.README.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite

[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]

Expand Down Expand Up @@ -29,8 +29,8 @@ reproducible computing, based on the Jupyter Notebook and Architecture.
{% if channel == "edge" %}
## WARNING! THIS IS AN EDGE VERSION!

This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
add-ons are based upon the latest development version.
This Home Assistant Add-ons repository contains edge builds of add-ons.
Edge builds add-ons are based upon the latest development version.

- They may not work at all.
- They might stop working at any time.
Expand All @@ -50,7 +50,7 @@ If you are more interested in stable releases of our add-ons:
{% if channel == "beta" %}
## WARNING! THIS IS A BETA VERSION!

This Hass.io Add-ons repository contains beta releases of add-ons.
This Home Assistant Add-ons repository contains beta releases of add-ons.

- They might stop working at any time.
- They could have a negative impact on your system.
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ LABEL \
org.label-schema.usage="https://github.com/hassio-addons/addon-jupyterlab-lite/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-jupyterlab-lite" \
org.label-schema.vendor="Community Hass.io Add-ons"
org.label-schema.vendor="Home Assistant Community Add-ons"
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/10-requirements.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# This files check if all user configuration requirements are met
# ==============================================================================
bashio::config.require.ssl
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/11-nginx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Configures NGINX for use with JupyterLab
# ==============================================================================
declare certfile
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/20-notebooks-dir.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Ensures the JupyterLab notebooks directory exists
# ==============================================================================
readonly BOOKS="/config/notebooks/"
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/21-persistent-storage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Ensure directories in the persistent storage exists
# ==============================================================================
if ! bashio::fs.directory_exists '/data/user-settings'; then
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/51-github.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Install the users GitHub Access token into JupyterLab
# ==============================================================================
readonly CONFIG_PATH="/etc/jupyter/jupyter_notebook_config.py"
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/80-system-packages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Install user configured/requested packages
# ==============================================================================
if bashio::config.has_value 'system_packages'; then
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/cont-init.d/81-user-scripts.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Executes user configured/requested commands on startup
# ==============================================================================
if bashio::config.has_value 'init_commands'; then
Expand Down
6 changes: 3 additions & 3 deletions jupyterlab/rootfs/etc/nginx/ha-auth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function authenticate()
return true
end

--- HTTP request against Hassio API
--- HTTP request against the Supervisor API
local httpc = http.new()
local res, err = httpc:request_uri("http://supervisor.local.hass.io/auth", {
method = "POST",
Expand All @@ -44,13 +44,13 @@ function authenticate()

--- Error during API request
if err then
ngx.log(ngx.WARN, "Error during Hassio user authentication.", err)
ngx.log(ngx.WARN, "Error during Home Assistant user authentication.", err)
return false
end

--- No result? Something went wrong...
if not res then
ngx.log(ngx.WARN, "Error during Hassio user authentication.")
ngx.log(ngx.WARN, "Error during Home Assistant user authentication.")
return false
end

Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/services.d/jupyter/finish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Take down the S6 supervision tree when the Jupyter daemon fails
# ==============================================================================
if -n { s6-test $# -ne 0 }
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/services.d/jupyter/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck disable=SC2191
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Runs Jupyter
# ==============================================================================
declare -a options
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/services.d/nginx/finish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if -n { s6-test $# -ne 0 }
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/rootfs/etc/services.d/nginx/run
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Hass.io Add-ons: JupyterLab Lite
# Home Assistant Community Add-on: JupyterLab Lite
# Runs the Nginx daemon
# ==============================================================================

Expand Down

0 comments on commit 1b898d3

Please sign in to comment.