Skip to content

Commit

Permalink
Merge pull request #406 from Poeschl/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Poeschl committed Jul 20, 2023
2 parents f8a7b1e + 38b4b86 commit 37d2f7c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: ↩️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 📂 Detect chanced addons
uses: dorny/paths-filter@v2
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
echo "::set-output name=i386::BUILD_FROM=$(yq -r '.build_from.i386 // ""' ${{ steps.information.outputs.build }})"
- name: 🏗️ Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2

- name: 🏗️ Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: ↩️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 📂 Detect chanced addons
uses: dorny/paths-filter@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/comment-on-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ↩️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

- name: ✏️ Comment
uses: peaceiris/actions-label-commenter@v1.8.2
uses: peaceiris/actions-label-commenter@v1.10.0
with:
config_file: .github/label-comments.yaml
4 changes: 2 additions & 2 deletions .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: ↩️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 🔁 Sync labels
uses: micnncim/action-label-syncer@v1.2.0
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: ↩️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 📂 Detect chanced addons
uses: dorny/paths-filter@v2
Expand Down Expand Up @@ -96,6 +96,6 @@ jobs:
uses: actions/checkout@v2

- name: 🔎 Run markdownlint
uses: nosborn/github-action-markdown-cli@v1.1.1
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
4 changes: 2 additions & 2 deletions .github/workflows/main-addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: ↩️ Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 📂 Detect chanced files
uses: dorny/paths-filter@v2
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
echo "::set-output name=i386::BUILD_FROM=$(yq -r '.build_from.i386 // ""' ${{ steps.information.outputs.build }})"
- name: 🏗️ Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2

- name: 🏗️ Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![Donate][donation-badge]][donation-url]

My repository with Add-ons for the [Home Assistant (former Hass.io) system](https://www.home-assistant.io/hassio/)
My repository with Add-ons for the [Home Assistant (former Hass.io) system](https://www.home-assistant.io/hassio/).

## Addons

Expand All @@ -18,15 +18,15 @@ My repository with Add-ons for the [Home Assistant (former Hass.io) system](http
* valetudo-mapper - Valetudo RE Companion for map generation
* ympd - A very lightweight Web interface for controlling MPD music servers.
* Git Exporter - Exports your Home Assistant config to any git repository (secrets check included)
* Syncthing - A de-centralized file syncronisation program. Focused on privacy.
* Syncthing - A de-centralized file synchronisation program. Focused on privacy.
* rsync - Synces folders from Home Assistant to a other machine via rsync and ssh.
* rsync-local - Synces folders to local devices like usb-sticks.
* VNC Viewer - A VNC viewer addon, to integrate VNC displays into HA.
* Mopidy - A media player with web interface.
* Asterisk - An open source framework for building communications applications.
* OWASP Juice Shop - The most trustworthy online shop out there. A totally unsecure plattform.

More about the Add-ons can be found in their folders.
Further informatione about the add-ons can be found in their folders.


### 🧪 Experimental
Expand All @@ -35,33 +35,37 @@ Those addons might not be stable at all. Use at your own risk!

🏜️

### 🕸️ Depreciated
### 🕸️ Deprecated

On thoes addons will be not developed anymore. Feel free to fork them.
These addons will not be updated anymore. Feel free to fork them.

* Docker Container Stats - Lightwight monitoring of all the running docker containers.
* OWASP ZAP - A security testing tool with MITM funtionality.
* mitmproxy - A simple MITM proxy to trace network requests.

## Installation

[![Add repository on my Home Assistant][repository-badge]][repository-url]
To install any of the add-ons offered in this repository, you must first add its repository URL to your Home Assistant instance. To do so, click the following button

To install those Add-ons add this repository in the Home Assistant Add-on store.
[![Add repository to your Home Assistant instance.][repository-badge]][repository-url]

Use the following URL to add this repository:
or manually add the the following repository URL in the Home Assistant add-on store:

`https://github.com/Poeschl/Hassio-Addons`

Then search for any of the add-ons in [![Open your Home Assistant instance and show the Supervisor add-on store.][addon-store-badge]][addon-store-url] to install them.

### Licence

The licence of the repository is inherited by the plugins, if not stated different.
The licence of the repository is inherited by the plugins, if not stated differently.

[addon-store-url]: https://my.home-assistant.io/redirect/supervisor_store/
[addon-store-badge]: https://my.home-assistant.io/badges/supervisor_store.svg
[build-badge]: https://img.shields.io/github/actions/workflow/status/Poeschl/Hassio-Addons/main-addon-deploy.yaml?branch=main&style=for-the-badge
[build-url]: https://github.com/Poeschl/Hassio-Addons/actions?query=workflow%3A%22Deploy+addons%22
[commit-badge]: https://img.shields.io/github/commit-activity/m/Poeschl/Hassio-Addons?style=for-the-badge
[licence-badge]: https://img.shields.io/github/license/Poeschl/Hassio-Addons?style=for-the-badge
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white
[donation-url]: https://www.buymeacoffee.com/Poeschl
[repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2FPoeschl%2FHassio-Addons
4 changes: 4 additions & 0 deletions syncthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.16.3 - 2023-07-20

* 🔼 Updated syncthing to `1.23.6-r1` (thanks @salim-b | #394)

## 1.16.2 - 2023-04-11

* 🔼 Updated syncthing to `1.23.4-r0`
Expand Down
2 changes: 1 addition & 1 deletion syncthing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
"syncthing=1.23.4-r0"
"syncthing=1.23.6-r1"

ENTRYPOINT [ "/init" ]
CMD []
Expand Down
2 changes: 1 addition & 1 deletion syncthing/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Syncthing
version: "1.16.2"
version: "1.16.3"
slug: syncthing
description: "Syncthing is a continuous file synchronization program in a
de-centralized way. "
Expand Down

0 comments on commit 37d2f7c

Please sign in to comment.