Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into HEAD
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml
#	docs/Containers/Blynk_server.md
#	docs/Containers/Home-Assistant.md
#	docs/Containers/Node-RED.md
#	docs/Containers/Prometheus.md
  • Loading branch information
ukkopahis committed Feb 24, 2022
2 parents c614c20 + d1155e1 commit 383d213
Show file tree
Hide file tree
Showing 35 changed files with 172 additions and 321 deletions.
51 changes: 0 additions & 51 deletions .native/hassio_supervisor.sh

This file was deleted.

Empty file modified .templates/deconz/hardware_list.yml
100755 → 100644
Empty file.
Empty file modified .templates/env.yml
100755 → 100644
Empty file.
Empty file modified .templates/example_template/example_service.yml
100755 → 100644
Empty file.
7 changes: 6 additions & 1 deletion .templates/home_assistant/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ home_assistant:
volumes:
- /etc/localtime:/etc/localtime:ro
- ./volumes/home_assistant:/config

- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
devices:
- "/dev/ttyAMA0:/dev/ttyAMA0"
- "/dev/vcio:/dev/vcio"
- "/dev/gpiomem:/dev/gpiomem"
privileged: true
2 changes: 1 addition & 1 deletion .templates/influxdb/terminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "to exit type: EXIT"
echo ""
echo "docker exec -it influxdb influx"

docker exec -it influxdb influx
docker exec -it influxdb influx "$@"
Empty file modified .templates/nodered/addons.yml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .templates/prometheus-cadvisor/service.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prometheus-cadvisor:
container_name: cadvisor
container_name: prometheus-cadvisor
image: zcube/cadvisor:latest
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion .templates/prometheus-nodeexporter/service.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prometheus-nodeexporter:
container_name: nodeexporter
container_name: prometheus-nodeexporter
image: prom/node-exporter:latest
restart: unless-stopped
expose:
Expand Down
4 changes: 2 additions & 2 deletions .templates/prometheus/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ prometheus:
# - --web.console.libraries=/usr/share/prometheus/console_libraries
# - --web.console.templates=/usr/share/prometheus/consoles
depends_on:
- cadvisor
- nodeexporter
- prometheus-cadvisor
- prometheus-nodeexporter

Empty file modified .templates/webthings_gateway/local.json
100755 → 100644
Empty file.
Empty file modified .templates/zigbee2mqtt_assistant/service.yml
100755 → 100644
Empty file.
Empty file modified docs/Basic_setup/Backup-and-Restore.md
100755 → 100644
Empty file.
Empty file modified docs/Basic_setup/Default-Configs.md
100755 → 100644
Empty file.
Empty file modified docs/Basic_setup/Updates/New-Menu-Release-Notes.md
100755 → 100644
Empty file.
8 changes: 6 additions & 2 deletions docs/Containers/Blynk_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The remaining instructions in the *Dockerfile* customise the ***base image*** to

The ***local image*** is instantiated to become your running container.

When you run the `docker images` command after Blynk Server has been built, you will see two rows that are relevant:
When you run the `docker images` command after Blynk Server has been built, you *may* see two rows that are relevant:

```bash
$ docker images
Expand All @@ -127,7 +127,9 @@ ubuntu latest 897590a6c564 7 days ago 49.8MB
* `ubuntu ` is the ***base image***; and
* `iotstack_blynk_server ` is the ***local image***.

You will see the same pattern in *Portainer*, which reports the ***base image*** as "unused". You should not remove the ***base*** image, even though it appears to be unused.
You *may* see the same pattern in *Portainer*, which reports the ***base image*** as "unused". You should not remove the ***base*** image, even though it appears to be unused.

> Whether you see one or two rows depends on the version of `docker-compose` you are using and how your version of `docker-compose` builds local images.
## Logging

Expand Down Expand Up @@ -216,6 +218,8 @@ At the time of writing, version 0.41.16 was the most up-to-date. Suppose that ve
$ docker system prune -f
```

The second `prune` will only be needed if there is an old *base image* and that, in turn, depends on the version of `docker-compose` you are using and how your version of `docker-compose` builds local images.

## Using Blynk Server

See the [References](#references) for documentation links.
Expand Down
12 changes: 12 additions & 0 deletions docs/Containers/Dozzle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Dozzle

## Reference
* [Dozzle GitHub](https://github.com/amir20/dozzle)

## Webinterface
Webninterface is available at `"your_ip":8889`


## About *Dozzle*
Dozzle is a small lightweight application with a web based interface to monitor Docker logs.
It doesn’t store any log files. It is for live monitoring of your container logs only.
Loading

0 comments on commit 383d213

Please sign in to comment.