selfhosted_templates icon indicating copy to clipboard operation
selfhosted_templates copied to clipboard

App request: Huginn

Open okjed opened this issue 4 years ago • 5 comments

Huginn is a system for building agents that perform automated tasks for you online.

https://github.com/huginn/huginn/tree/master/docker

okjed avatar Jun 10 '20 17:06 okjed

This has been implemented. Can you verify that it's working for you?

SelfhostedPro avatar Jun 10 '20 19:06 SelfhostedPro

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.

okjed avatar Jun 12 '20 00:06 okjed

Try

chown -r (username):(username) /portainer/Files/AppData/Config/Hugging/

SelfhostedPro avatar Jun 12 '20 00:06 SelfhostedPro

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)

okjed avatar Jun 12 '20 18:06 okjed

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

okjed avatar Jun 12 '20 20:06 okjed