Comment on HoneyWire: Open-source, zero-agent cyber canaries for your homelab (Thinkst/OpenCanary alternative)
Alfredolin@sopuli.xyz 4 weeks agoThe hub is running as follow:
services: ... hub: ports: - "myportbehindreverseproxy:8080" ...
That way I had to change as less as possible and just setup a quick reverse proxy.
I 100% followed the steps from the README.md in Github for the quick start guide, so this was all wizard and honeywire apply.
3306 was the already occupied port, occupied by a native program, not a container.
andreicscs@lemmy.world 4 weeks ago
That explains it, i still find it weird that the hub was crashing too, but the issue is now solved either way. I just released a hotfix for the sensor. I also released a hotfix for the hub to polish deployment UX and fix a minor issue with sensor updates, i recommend you run ‘docker compose up -d --pull always hub’ to update the hub and, you should be able to update the sensor from the hub if you haven’t already.
Thanks for the help!