🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-12 21:48:19 +01:00
parent b5da66456a
commit d162a19369
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
7 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
---
repository:
description: "Docker base images (Debian) - Community Home Assistant Add-ons"
description: "Docker base images (Debian) - Home Assistant Community Add-ons"
homepage: https://addons.community
topics: docker, baseimage, baseimage-docker, addons, homeassistant, home-assistant, debian
private: false

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: Debian Base Images
# Home Assistant Community Add-on: Debian Base Images
[![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield]
@ -21,12 +21,12 @@
[![Support Frenck on Patreon][patreon-shield]][patreon]
Docker Debian base images used by Community Home Assistant Add-ons.
Docker Debian base images used by Home Assistant Community Add-ons.
## About
These are the base images used by add-ons created by the
Community Home Assistant Add-ons.
Home Assistant Community Add-ons.
While Home Assistant provides base images, the images provided by this
repository contain some extras:
@ -59,7 +59,7 @@ Got questions?
You have several options to get them answered:
- The [Community Home Assistant 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.

View file

@ -67,7 +67,7 @@ ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="Addon Debian base for ${BUILD_ARCH}" \
io.hass.description="Community Home Assistant Add-on: ${BUILD_ARCH} Debian base image" \
io.hass.description="Home Assistant Community Add-on: ${BUILD_ARCH} Debian base image" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="base" \
io.hass.version=${BUILD_VERSION} \
@ -75,7 +75,7 @@ LABEL \
io.hass.base.name="debian" \
io.hass.base.image="hassioaddons/debian-base" \
maintainer="Franck Nijhof <frenck@addons.community>" \
org.label-schema.description="Community Home Assistant Add-on: ${BUILD_ARCH} Debian base image" \
org.label-schema.description="Home Assistant Community Add-on: ${BUILD_ARCH} Debian base image" \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="Addon Debian base for ${BUILD_ARCH}" \
org.label-schema.schema-version="1.0" \
@ -83,4 +83,4 @@ LABEL \
org.label-schema.usage="https://github.com/hassio-addons/addon-debian-base/blob/master/README.md" \
org.label-schema.vcs-ref=${REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-debian-base" \
org.label-schema.vendor="Community Home Assistant Add-ons"
org.label-schema.vendor="Home Assistant Community Add-ons"

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bashio
# ==============================================================================
# Community Home Assistant Add-on: Base Images
# Home Assistant Community Add-on: Base Images
# Displays an message right before terminating in case something went wrong
# ==============================================================================
if [[ "${S6_STAGE2_EXITED}" -ne 0 ]]; then

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Base Images
# Home Assistant Community Add-on: Base Images
# Displays a simple add-on banner on startup
# ==============================================================================
if bashio::supervisor.ping; then

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Base Images
# Home Assistant Community Add-on: Base Images
# Sets the log level correctly
# ==============================================================================
declare log_level

View file

@ -1,6 +1,6 @@
#!/bin/bash
# ==============================================================================
# Community Home Assistant Add-on: Base Images
# Home Assistant Community Add-on: Base Images
# This script patches all service commands into the appropriate s6- commands
# Why not systemd? Docker said no, so did we ;)
# ==============================================================================