65 Commits

Author SHA1 Message Date
Mike Degatano
d133b38bba Add debug option to mosquitto (#2477)
* Add debug option to mosquitto for issues

* Pass debug option to tempio and add translation

* log_type not 'log type'
2022-05-10 13:24:05 -04:00
Mike Degatano
9d81ac0204 Don't purge openssl (#2471)
* Don't purge openssl

This removes all ssl certificates which we don't want to do.

* version and changelog
2022-05-03 18:43:14 -04:00
Mike Degatano
9356ff743b Update mosquitto to 2.0.11 (#2453)
* Update mosquitto base image to alpine 3.14

* Replace mosquitto-auth-plug with mosquitto-go-auth

* Add flags for linker before make

https://github.com/iegomez/mosquitto-go-auth/issues/91#issuecomment-826943411

* In-place sed

* Debian base, new packages, set hasher

* Fix DL3009

* Update changelog

* Clean go cache and link to mosquitto changelog

* Update config.yaml

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2022-05-03 13:48:04 -04:00
Joakim Sørensen
456bc0f70b Add translation files to all add-ons (#2433)
* Add translation files to all add-ons

* lint

* Apply suggestions from code review

Co-authored-by: Stefan Agner <stefan@agner.ch>

* Adjust zwave docs

* Adjust zwave_js docs

* Adjust ada docs

* Reorder ada

* Reorder duckdns

* Reorder git_pull

* Reorder google_assistant

* Reorder homematic

* Reorder letsencrypt

* Reorder mosquitto

* Reorder nginx_proxy

* Reorder samba

* Reorder ssh

* Lint

Co-authored-by: Stefan Agner <stefan@agner.ch>
2022-04-28 11:26:33 -04:00
Mike Degatano
9c54e9cf5e Update changelog and version for #2421 (#2451) 2022-04-28 10:09:03 -04:00
Jaimyn Mayer
f899885103 Updated mosquitto ACL docs with note about homeassistant user (#2421)
* Updated mosquitto ACL docs with note about homeassistant user

* Update mosquitto/DOCS.md

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
2022-04-28 10:02:08 -04:00
Stefan Agner
c7a5f7c0aa Improve GitHub action (#2364)
* Add YAML linter

* Drop GitHub registry login as its not required at this point

* Add YAML document start marker

* Fix YAMLlint issues

* Fix YAMLlint issues in .github yaml files

* Fix YAMLlint issue in .github/dependabot.yml

* Remove .github/move.yml

* Set dependabot to weekly

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

* Use YAML strip option where appropriate

* Fix multiline string

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-04-11 09:00:11 +02:00
Pascal Vizeli
69c68bfac9 Update-deployment (#2281)
* Update deployment

* fix workflow

* Fix order

* restruct v1

* Fix style v2

* Cleanup style v3

* fix style v4

* Last style fix

* Address comments

* Update builder to 2021.11.3

* Fix let's encrypt

* fix lint

* Use ghcr.io

* fix

* Update versions

* fix readme
2021-11-24 11:43:54 +01:00
Clemens @ Elektor
9095122f88 Remove confusion (#2276) 2021-11-22 11:54:26 +01:00
Franck Nijhof
bedf768f9a mosquitto: Fix loading custom mosquitto configuration (#2012) 2021-05-19 12:08:44 +02:00
Franck Nijhof
54ce6a1922 mosquitto: 6.0.0 (#2007) 2021-05-19 08:31:32 +02:00
KNXBroker
d42e52b7b4 Add note about ACL for anonymous connections (#1645)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-17 12:16:31 +01:00
Pascal Vizeli
107585db0c Fix password schema (#1883) 2021-02-25 12:57:09 +01:00
b3nj1
d291f564ce mosquitto: Set mosquitto.conf log_type based on logging level (#1708)
* config option for mosquitto log_type

* change log_type to be based on LOGGING

* remove extra whitespace

* use bashio::log.<level> for logging

* set run.sh and auth_srv.sh bashio logging level to match supervisor level

* lint fixes

* Update mosquitto/data/auth_srv.sh

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>

* HomeMatic: s6-overlay & tempio (#1713)

* HomeMatic: s6-overlay & tempio

* Use tempio

* fix line end

* Fix dev version

* Fix bugs

* S6-overlay cleanup for HM & deCONZ (#1717)

* HomeMatic: take container down on ReGaHss (#1719)

* HomeMatic: Fix ingress (#1720)

* HomeMatic: Fix ingress

* Fix count

* Fix template HM

* set run.sh and auth_srv.sh bashio logging level to match supervisor level

* lint fixes

* Update mosquitto/data/auth_srv.sh

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2021-02-08 16:00:32 +01:00
Pascal Vizeli
b8f2079607 Fix config style for new Supervisor/Hardware (#1825)
* New Supervisor Hardware

* Update more changelogs

* fix version

* Fix boot

* fix application
2021-02-08 11:12:39 +01:00
seanvictory
02ff48fc66 Fix typo in mosquitto (#1697) 2020-11-29 00:34:34 +01:00
seanvictory
2cdce2279b Include link to mosquitto documentation (#1695)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-27 21:07:30 +01:00
rourke
7aec38b3f0 Clarify where to store the mosquitto certificate files (#1652)
I've wasted hours looking for where to store the certificate files for the mosquitto addon. This should hopefully clarify it for people using it in the future. See also https://github.com/home-assistant/hassio-addons/issues/950.
2020-11-07 12:09:44 +01:00
Pieter Frenssen
23f1028f9f Document how to enable the option to add a new user (#1670) 2020-11-06 20:53:54 +01:00
Joakim Sørensen
8b7dc6d50f Move from azure pipelines to github action for CI (#1646)
* Move from azure pipelines to github action for CI

* pin version

* pin directly
2020-10-25 16:53:45 +01:00
AdighaLogic
17584e5e74 Update DOCS.md (#1609)
Fixed some typos.
2020-10-02 19:09:14 +02:00
Joakim Sørensen
d31f1c7934 mosquitto: Split documentation (#1310) 2020-05-11 19:59:15 +02:00
Pascal Vizeli
8971e05707 Update pipeline 2020-05-07 22:29:07 +02:00
cogneato
c1f6d22fe1 Fix steps for adding integration (#1182) 2020-03-15 00:28:27 +01:00
Pascal Vizeli
7c71be7812 Add information on README.md (#1154)
Add some informations to explain how ACL file should be in anonymous mode
2020-03-05 10:42:42 +01:00
Thomas Dietrich
1b73bb05ec mosquitto: Add missing login configuration details (#1127)
* mosquitto: Add missing login configuration details

* ✏️ Tweak

* Update README.md

* Update README.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-26 12:26:00 +01:00
Franck Nijhof
684e197b0e ✏️ Re-branding and updating for latest supervisor (#1047) 2020-02-05 15:25:50 +01:00
Franck Nijhof
2f80548b72 Re-branding of core add-ons (#1046)
* Re-branding of core add-ons

* Update title README

* Fix ada description

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-04 21:38:55 +01:00
Franck Nijhof
60ea13774c Add icons & logos to all add-ons (#1045) 2020-02-04 17:10:57 +01:00
Franck Nijhof
e1ad9ae2ac mosquitto: Collection of small improvements (#910)
* mosquitto: Prettier YAML & JSON files

* mosquitto: Sort build.json

* mosquitto: Update add-on URL

* mosquitto: Code styling on Dockerfile

* mosquitto: Tweaks documentation
2019-12-19 13:17:35 +01:00
Ville Skyttä
4342c519f6 Spelling and grammar fixes (#814) 2019-11-05 14:14:46 +01:00
Gerard
36ef12715f Update README.md for Mosquitto addon (#799)
Some textual updates
2019-10-22 02:19:35 +02:00
Jens
8734420735 Added README.md file for mosquitto addon (#748)
* Create README.md

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mosquitto/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Removes empty section

* Moves reference to mosquitto.org as additional addons page might go away

* Adds additional content from https://www.home-assistant.io/addons/mosquitto/ and fixes linting warning

* ✏️ Tweaks
2019-10-04 14:15:07 +02:00
Antoine Bertin
d898650e8e Add cafile and require_certificate options (#623)
* Add cafile and require_certificate options

* Fix variable definition

* Please linter

* Update changelog

* Remove defaulting for cafile and require_certificate

* Change major in changelog for mosquitto

* Make changes backward compatible

* Add missing double quotes

* Achieve real backward compatibility

* Add missing double quotes
2019-09-26 09:41:20 +02:00
Pascal Vizeli
6af0f83c55 Mqtt update (#620)
* Update Mosquitto / Auth plugin

* file

* extract auth plugin builder

* fix arm

* fix build

* Fix multiarch build

* cleanup

* test

* Use own plugin

* cleanup config handling

* Fix startup

* revert bashio config

* fix error

* Update CHANGELOG.md

* cleanup
2019-07-01 15:37:53 +02:00
Pascal Vizeli
7e30aa9622 fix path 2019-06-11 13:35:40 +02:00
Pascal Vizeli
12cadc073a Use single pipelines 2019-06-06 12:37:07 +02:00
Pascal Vizeli
e998e6b6df Fix mqtt pw generator (#601)
* Fix mqtt pw generator

* Update run.sh

* Update config.json
2019-06-04 08:38:31 +02:00
Pascal Vizeli
48943b3751 Update CHANGELOG.md 2019-06-03 19:50:18 +02:00
signaleleven
6d65043e6b Disable verbose logging for http auth plugin (#572)
* Enable quiet logging

* Bump version of mosquitto addon to 4.2

* Update changelog

* Add option to disable quiet logging
2019-04-23 15:28:10 +02:00
Pascal Vizeli
f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00
Pascal Vizeli
06c9c94f94 Remove custom_dep & update arch tags 2019-03-06 15:38:18 +01:00
Pascal Vizeli
68751e51e3 Fix lint error (#532) 2019-03-04 09:10:02 +01:00
Pascal Vizeli
e8fa8aa5c8 Update New CLI (#500)
* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
2019-01-09 13:59:44 +01:00
Pascal Vizeli
450015413b Use alpine 3.7 for mqtt (#454)
* Use alpine 3.7 for mqtt

* Update config.json

* Update CHANGELOG.md
2018-11-08 16:58:31 +01:00
Pascal Vizeli
f3ed1ccc29 Update to new mqtt generation (#442) 2018-11-05 00:50:29 +01:00
Pascal Vizeli
041ff88126 Update CHANGELOG.md 2018-07-06 12:20:27 +02:00
Tobias Hoff
829fa7f0f6 add websocket listener config (plain and ssl) (#342)
* add websocket listener config (plain and ssl)

* add websocket listener config (plain and ssl)

* fix syntax

* upversion to 2.0

* introduce changelog for v2.0

* Update Dockerfile
2018-07-06 12:19:45 +02:00
Ville Skyttä
1292987053 Run *.png through zopflipng -m (#265) 2018-03-23 23:59:49 +01:00
Pascal Vizeli
3d0b3c7d69 fix spell 2017-07-27 11:21:01 +02:00