Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App request: Huginn #111

Open
okjed opened this issue Jun 10, 2020 · 5 comments
Open

App request: Huginn #111

okjed opened this issue Jun 10, 2020 · 5 comments

Comments

@okjed
Copy link

okjed commented Jun 10, 2020

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

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

@SelfhostedPro SelfhostedPro linked a pull request Jun 10, 2020 that will close this issue
@SelfhostedPro
Copy link
Owner

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

@SelfhostedPro SelfhostedPro removed a link to a pull request Jun 10, 2020
@okjed
Copy link
Author

okjed commented Jun 12, 2020

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
Copy link
Owner

Try

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

@okjed
Copy link
Author

okjed commented Jun 12, 2020

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
Copy link
Author

okjed commented Jun 12, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants