SelfhostedPro / selfhosted_templates

Portainer templates for selfhosted services
GNU General Public License v3.0
1.24k stars 238 forks source link

App request: Huginn #111

Open okjed opened 4 years ago

okjed commented 4 years ago

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

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

SelfhostedPro commented 4 years ago

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

okjed commented 4 years ago

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.

SelfhostedPro commented 4 years ago

Try

chown -r (username):(username) /portainer/Files/AppData/Config/Hugging/
okjed commented 4 years ago

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 commented 4 years ago

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