selfhosted_templates
selfhosted_templates copied to clipboard
App request: Huginn
Huginn is a system for building agents that perform automated tasks for you online.
https://github.com/huginn/huginn/tree/master/docker
This has been implemented. Can you verify that it's working for you?
It's not working for me with permission issues associated with the mapped volume. Not sure why, everything is fine with every one of the other apps I've installed from the template. I'll dig into it more but right now the issue is alluding me.
Try
chown -r (username):(username) /portainer/Files/AppData/Config/Hugging/
That was the first thing I tried before posting my reply -- I haven't found any issues with other apps from the templates - they all work great. I still get this at the end of the log (container does continue running but not with a usable service):
bootstrap stderr | mv: cannot create regular file '/var/lib/mysql/auto.cnf' bootstrap stderr | : Permission denied mv: cannot create regular file '/var/lib/mysql/ca-key.pem': Permission denied mv: cannot create regular file '/var/lib/mysql/ca.pem': Permission denied mv: cannot create regular file '/var/lib/mysql/client-cert.pem': Permission denied mv: cannot create regular file '/var/lib/mysql/client-key.pem': Permission denied mv: cannot create regular file '/var/lib/mysql/ib_buffer_pool'2020-06-12 18:19:54,105 INFO exited: bootstrap (exit status 1; not expected)
I've gotten it to work -- huginn's dockerfile specifies uid 1001 which I didn't have listed for permission on the host volume. I'm not sure why they specify that for their image and will take a closer look there. So, this should be able to be closed