im try to setup fail2ban inside the docker container.
someone can try this??
i setup all as the tutorial of fail2ban but not works
Moderators: leecollings, remb0
Not exactly.EddyG wrote: Saturday 07 August 2021 19:44 Fail2ban uses logfiles, and those logfiles are not present inside the domoticz container.
You should setup fail2ban on the Raspberry OS itself.
Code: Select all
version: '3.3'
services:
domoticz:
image: domoticz/domoticz
container_name: domoticz
restart: unless-stopped
# Pass devices to container
# devices:
# - "/dev/serial/by-id/usb-0658_0200-if00:/dev/ttyACM0"
ports:
- "8080:8080"
volumes:
- ./config:/opt/domoticz/userdata
environment:
- TZ=Europe/Amsterdam
#- LOG_PATH=/opt/domoticz/userdata/domoticz.logCode: Select all
cd /opt/domoticz/config/plugins
git clone https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin.git zigbee2mqtt
docker restart domoticzCode: Select all
cd /opt/domoticz/config/www/styles
git clone https://github.com/domoticz/machinon.git machinon
docker restart domoticzsame problem for me in incognito/privacy mode with various browserswaltervl wrote: Saturday 09 October 2021 22:12 Try with browser in incognito/privacy mode. If it works you have to clear your browser cache (see my signature for a link to the instruction)
I use default theme in dockerwaltervl wrote: Sunday 10 October 2021 0:35 Are you using the default theme as some custom theme like machinon and aurora were not working anymore due to a change in theme processing. If you are on default theme then this change is not docker compatible it seems.
in synology when you download the image, you can select the stable tag. the latest is the beta.waltervl wrote: Thursday 14 October 2021 16:05 Please note that you can now also use Stable 2021.1 in docker (although I do not know how to load that)
https://hub.docker.com/r/domoticz/domoticz/tags
Users browsing this forum: No registered users and 1 guest