Authentication
Dkron Pro has the ability to be configured to use HTTP basic auth.
Authentication can be set using these parameters in the dkron config file:
# dkron.yml
username: dkron_admin
password: adminpassword
This will enable auth on the WebUI and for the API.