Commit Graph

69 Commits

Author SHA1 Message Date
Chris
2c3470f311 Fixed addon configuration docker image and version notes (#1069) 2021-10-04 19:12:12 +02:00
Joakim Sørensen
4bbf81ef73 Remove refrences to /api/discovery_info (#1054) 2021-09-11 11:39:25 -07:00
leoujz
221f007c07 Update tutorial.md (#1018) 2021-08-10 10:02:55 +02:00
leoujz
42077bdeeb fix install/update error ' No build stage in current context' for Step 3 (#1017)
fix install/update error 'No build stage in current context' for Step 3
2021-08-10 03:02:28 +02:00
Joakim Sørensen
c5656e0c1d Rename snapshot -> backup (#963)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-27 10:10:38 +02:00
Joakim Sørensen
8b219a852c Add ingress_stream add-on option (#989) 2021-06-30 09:29:43 +02:00
Pascal Vizeli
6beab48be8 Add snapshot modes (#974)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-22 13:50:08 +02:00
Matteo Gheza
79e2681a42 Update add-ons configuration.md (#970) 2021-06-15 10:53:31 +02:00
Tom Brien
3bdccd02df Minor grammatical adjustment to snapshot_pre/post descriptions (#968)
* Grammar

* 🤦‍♂️deleted too much

Co-authored-by: Franck Nijhof <git@frenck.dev>

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-14 14:04:07 +02:00
Stefan Agner
79de487e18 Document snapshot_pre/_post configuration options (#967) 2021-06-14 12:39:07 +02:00
ChopperRob
11771f20e2 Update tutorial.md (#948)
The link to the run.sh example no longer exists. Change it to the run.sh of the dhcp_server addon.
2021-05-25 10:35:53 +02:00
Ville Skyttä
34b425ec13 Spelling and grammar fixes (#909) 2021-04-30 08:01:54 +02:00
Pascal Vizeli
af4ed95e60 Add labels to build (#888) 2021-04-15 12:42:05 +02:00
Pascal Vizeli
5537cef36c Small fix with profile path (#885) 2021-04-13 09:50:41 -07:00
Joakim Sørensen
c65125d00f Remove reference to standalone addon testing (#883) 2021-04-12 13:07:08 +02:00
Mike Degatano
2c47ec76db Include alternate journal path for journald option (#869) 2021-03-29 16:23:03 +02:00
Mike Degatano
3b89389c31 Include volatile journal information (#868)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-03-29 12:33:09 +02:00
Sander Cox
46c9a3702f Update testing.md (#856)
- Port inside devcontainer.json is 7123 mapped to 8123 so users should be directed to 7123.
- if you don't copy the `.vscode` folder the `Start Home Assistant` task is not available
2021-03-22 13:53:20 +01:00
Mike Degatano
0d67d551d0 Add journald option for add-on configuration (#851)
Document the new journald option available for add-ons that need access to the logs of the host system.
2021-03-22 13:22:21 +01:00
Pascal Vizeli
560495c9c3 Fix description around options (#800) 2021-03-16 18:28:20 +01:00
Adam Outler
223dde2deb Update presentation.md (#840) 2021-03-10 15:21:45 -08:00
Joakim Sørensen
ee389906dc Adjust documentation for add-ons (#826) 2021-03-01 14:59:10 +01:00
Pascal Vizeli
93d46225e5 Add-on option realtime (#816) 2021-02-22 13:51:30 +01:00
Pascal Vizeli
2fd962dc00 Add-on full access (#812)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-02-17 15:57:59 +01:00
Pascal Vizeli
7b3f758139 Fix apparmor signal line end (#811) 2021-02-16 17:13:06 +01:00
Pascal Vizeli
29fd25e2d8 Update presentation.md 2021-02-16 16:46:34 +01:00
Pascal Vizeli
6be542479e Fix Apparmor profile for what we need (#810)
* Fix Apparmor profile for what we need

* fix bashio
2021-02-16 15:51:34 +01:00
Adam Outler
e066dfb1e4 AppArmor, Ingress, and Security Points (#789)
* AppArmor, Ingress, and Security Points.

App Armor was inop and the instructions were invalid for modern HassOS and caused applications to crash before being started.   These settings should be evaluated by someone more familiar with the requirements of an Add-On, as I am not.  I simply set things permissively and made a working example.  

Added instructions for a basic no-dependencies Ingress implementation  

Added security points based on research here https://community.home-assistant.io/t/add-on-security-calculation/269497

* Oxford comma, removing trailing sentence.

* Update presentation.md

* Update presentation.md

* Add-on instead of Add-On, adding notes to table

* Update presentation.md

* Update presentation.md

* Update presentation.md

* Update presentation.md

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* AppArmor.txt permission reduction

* Don't use full URL.

* Nginx Example.

* Update presentation.md

* Remove stale comment

* Rewording Ingress section to ensure clarity

and make it less threatening.  It's simple if you follow the rules.

* altering clunky verbiage

* Update presentation.md

* clarifying and correcting information. 

Review of https://github.com/home-assistant/supervisor/blob/main/supervisor/addons/utils.py and https://developers.home-assistant.io/docs/add-ons/configuration/  shows  it is not possible to have both ROLE_MANAGER and ROLE_ADMIN in the same supervisor context.

* fixing document bug, adding clarification.

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* adding an S where an S should be

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* no cache

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-02-16 07:26:33 +01:00
Pascal Vizeli
bc12e7c746 Small update for kernel module options (#806) 2021-02-15 18:26:35 +01:00
Aurelijus Rožėnas
9bd6a02d52 Fix add-on config mistype (#805)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-14 11:20:24 +01:00
Laszlo Magyar
e0681d0ba6 Typo in add-on's configuration REGEX example (#801)
We have to escape the special chars in the REGEX.

Co-authored-by: Laszlo Magyar <>
2021-02-10 15:33:17 +01:00
Melissa LeBlanc-Williams
ac612e8486 Fix typo in add-ons tutorial (#795) 2021-02-05 02:56:52 +01:00
Pascal Vizeli
5f85149a30 Update documentation for tmpfs (#792) 2021-02-01 14:51:39 +01:00
Pieter Ouwerkerk
b67b522af1 Fix button title from "refresh" to "Reload" (#791) 2021-02-01 12:47:19 +01:00
Evolving The Future
005e033b4a Update presentation.md (#787)
Added clarification on how to set a specific port number for ingress web traffic.
2021-01-29 23:04:57 +01:00
Pascal Vizeli
381dcda224 New hardware layer Supervisor (#784)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-01-28 15:36:44 +01:00
Franck Nijhof
4fc97ac0ff Set a default for add-on boot config (#769) 2021-01-11 14:15:43 +01:00
Franck Nijhof
d89e8ea443 Set a default for add-on startup config (#770) 2021-01-11 14:15:27 +01:00
Franck Nijhof
1de9ef62a1 Set a default for add-on options and schema config (#771) 2021-01-11 12:36:38 +01:00
Max Winterstein
be3a4008d1 Add note about X-Ingress-Path (#759) 2021-01-04 11:04:40 +01:00
Marius
16a9187f58 Updated wording to reflect behaviour (#745)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2020-12-04 16:54:43 +01:00
Fabian Affolter
3c93abab77 Replace Hass.io (#719) 2020-11-10 10:04:34 +01:00
David De Sloovere
2330150835 Improve Add-On testing steps (#705) 2020-10-29 10:29:59 +01:00
Juraj Liso
39f62517f7 Fix typo in add-on configuration (#703)
Allow read-oly access -> Allow read-only access
2020-10-27 20:52:20 +01:00
Joakim Sørensen
663eea260b Update supervisor links (#697) 2020-10-22 14:27:37 +02:00
David De Sloovere
a415970586 Fix typo in add-on publishing (#652) 2020-09-26 19:16:16 +02:00
Marius
a8d476c2ca Update startup in the example according to docs (#649)
`before` value in startup of example is not according to published documentation: https://developers.home-assistant.io/docs/add-ons/configuration.
2020-09-20 10:53:00 +02:00
Marius
ff7a14d509 Corrected Hass.io to Home Assistant (#648) 2020-09-19 12:47:58 +02:00
Pascal Vizeli
cccbcede85 add watchdog 2020-09-16 11:21:56 +02:00
Franck Nijhof
d7f8340377 Add add-on media folder map option (#637) 2020-09-09 21:36:16 +01:00