mirror of
https://github.com/hassio-addons/addon-firefly-iii.git
synced 2025-05-03 19:01:29 +00:00
🔨 Re-branding
This commit is contained in:
parent
273d9da33f
commit
26bfb263a1
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: "Firefly-III - Community Home Assistant Add-ons"
|
||||
description: "Firefly-III - Home Assistant Community Add-ons"
|
||||
homepage: https://addons.community
|
||||
topics: fireflyiii, addon, addons, home-assistant, homeassistant
|
||||
private: false
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Home Assistant Add-on: Firefly-III
|
||||
# Home Assistant Community Add-on: Firefly-III
|
||||
|
||||
[![GitHub Release][releases-shield]][releases]
|
||||
![Project Stage][project-stage-shield]
|
||||
|
@ -149,7 +149,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: Firefly-III
|
||||
# Home Assistant Community Add-on: Firefly-III
|
||||
|
||||
[![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: Firefly III
|
||||
# Home Assistant Community Add-on: Firefly III
|
||||
# This file creates the file structure and configures the app key
|
||||
# ==============================================================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Firefly III
|
||||
# Home Assistant Community Add-on: Firefly III
|
||||
# This file configures nginx
|
||||
# ==============================================================================
|
||||
declare certfile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Firefly III
|
||||
# Home Assistant Community Add-on: Firefly III
|
||||
# Take down the S6 supervision tree when Nginx fails
|
||||
# ==============================================================================
|
||||
if -n { s6-test $# -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Firefly III
|
||||
# Home Assistant Community Add-on: Firefly III
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Firefly III
|
||||
# Home Assistant Community Add-on: Firefly III
|
||||
# Take down the S6 supervision tree when PHP FPM fails
|
||||
# ==============================================================================
|
||||
if -n { s6-test $# -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Home Assistant Add-on: Firefly III
|
||||
# Home Assistant Community Add-on: Firefly III
|
||||
# Runs the PHP-FPM daemon
|
||||
# ==============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue