Christian Muehlhaeuser
Christian Muehlhaeuser
@alkuzad: Active and accepting PRs.
I agree, we should clean that up and combine those two Hives into one, which then offers multiple event types. We should probably also drop the underlying cron library and...
I need to check if the Facebook API supports that. @penguwin, any ideas?
Looks good to me, too, apart from @rubiojr's comment. Let's try not to spam the console too much. In the meantime I'm working on a logger module that lets you...
One issue we got here is depending on `http.NewRequestWithContext` which is Go 1.13+.
@sant-sh You need to specify the port in the `CANONICAL_URL`.
@sant-sh Ok, I see. The purpose of `CANONICAL_URL` is to make sure the web interface knows how to reach its own API. Just set it to whatever URL Beehive can...
@sant-sh I just verified the behavior is still working as expected. This definitely works here: ``` docker run --name beehive -d -e CANONICAL_URL="http://192.168.0.2:8181" -p 8181:8181 fribbledom/beehive ``` I can then...
There is work ongoing on a full featured logging and error handling system in the admin interface rewrite. I do like the idea of errors being events that are emitted,...
You can already use the ExecBee to communicate via stdin/out and run arbitrary binaries, but that's obviously just an action you can execute. You couldn't trigger any defined events, and...