🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-11 22:06:57 +01:00
parent 1d990315fd
commit df43a20331
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
11 changed files with 17 additions and 17 deletions

View file

@ -1,8 +1,8 @@
---
repository:
description: "Firefly-III - Community Home Assistant Add-on"
description: "Firefly-III - Community Home Assistant Add-ons"
homepage: https://addons.community
topics: fireflyiii, addons, home-assistant, homeassistant
topics: fireflyiii, addon, addons, home-assistant, homeassistant
private: false
has_issues: true
has_projects: false
@ -53,7 +53,7 @@ labels:
# Additional markers
- name: "Security"
color: ee0701
description: "Marks a security issues that needs to be resolved asap."
description: "Marks a security issue that needs to be resolved asap."
- name: "Idea"
color: fef2c0
description: "Marks an idea, which might be excepted and implemented."

View file

@ -1,6 +1,6 @@
# MIT License
Copyright (c) 2020 Paul Sinclair
Copyright (c) 2019-2020 Paul Sinclair
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-ons: Firefly-III
# Community Home Assistant Add-on: Firefly-III
[![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield]
@ -175,7 +175,7 @@ The original setup of this repository is by [Paul Sinclair][sinclairpaul].
For a full list of all authors and contributors,
check [the contributor's page][contributors].
## We have got some add-ons for you
## We have got some Home Assistant add-ons for you
Want some more functionality to your Home Assistant instance?
@ -186,7 +186,7 @@ our [GitHub Repository][repository].
MIT License
Copyright (c) 2020 Paul Sinclair
Copyright (c) 2019-2020 Paul Sinclair
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-ons: Firefly-III
# Community Home Assistant Add-on: Firefly-III
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -22,8 +22,8 @@ use it to save and organise money.
{% if channel == "edge" %}
## WARNING! THIS IS AN EDGE VERSION!
This Home Assistant Add-ons repository contains edge builds of add-ons. Edge
build 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.

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-ons: Firefly III
# Community Home Assistant Add-on: Firefly III
# This file creates the file structure and configures the app key
# ==============================================================================

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-ons: Firefly III
# Community Home Assistant Add-on: Firefly III
# This file configures nginx
# ==============================================================================
declare certfile

View file

@ -1,7 +1,7 @@
# Run nginx in foreground.
daemon off;
# Write error log to Home Assistant add-on log.
# Write error log to the add-on log.
error_log /proc/1/fd/1 error;
# This is run inside Docker.

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Home Assistant Add-ons: Firefly III
# Community Home Assistant Add-on: Firefly III
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if -n { s6-test $# -ne 0 }

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-ons: Firefly III
# Community Home Assistant Add-on: Firefly III
# Runs the Nginx daemon
# ==============================================================================

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Home Assistant Add-ons: Firefly III
# Community Home Assistant Add-on: Firefly III
# Take down the S6 supervision tree when PHP FPM fails
# ==============================================================================
if -n { s6-test $# -ne 0 }

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-ons: Firefly III
# Community Home Assistant Add-on: Firefly III
# Runs the PHP-FPM daemon
# ==============================================================================