mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
🔨 Re-branding
This commit is contained in:
parent
fc1ee435e0
commit
1c3dacee7b
9 changed files with 10 additions and 10 deletions
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
repository:
|
||||
description: "Grocy - Community Home Assistant Add-ons"
|
||||
description: "Grocy - Home Assistant Community Add-ons"
|
||||
homepage: https://addons.community
|
||||
topics: groceries, food, erp, grocy, addon, addons, home-assistant, homeassistant
|
||||
private: false
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
|
||||
[![GitHub Release][releases-shield]][releases]
|
||||
![Project Stage][project-stage-shield]
|
||||
|
@ -220,7 +220,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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
# Sets up Grocy before the server starts
|
||||
# ==============================================================================
|
||||
if ! bashio::fs.directory_exists "/data/grocy"; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
# Configures NGINX for use with Grocy
|
||||
# ==============================================================================
|
||||
declare certfile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
# Take down the S6 supervision tree when Nginx fails
|
||||
# ==============================================================================
|
||||
if { s6-test ${1} -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
# Take down the S6 supervision tree when PHP FPM fails
|
||||
# ==============================================================================
|
||||
if { s6-test ${1} -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Grocy
|
||||
# Home Assistant Community Add-on: Grocy
|
||||
# Runs the PHP-FPM daemon
|
||||
# ==============================================================================
|
||||
export GROCY_CULTURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue