Benjamin Montgomery

Results 7 comments of Benjamin Montgomery

> Were you able to get the saving config working? > I'm getting `EACCES: permission denied, copyfile './public/conf.yml' -> './public/conf-1650552258.backup.yml'"` I didn't see that issue. It definitely won't work the...

> Is it not possible to have write permissions on a given file or directory, in a similar way to how the dist dir is handled? (I couldn't actually get...

I updated the Dockerfile so the filesystem permissions allow for the dashy process to be able to read/write in the `dist` and `public` folders. I did some testing and I...

I'm thinking about the goal of implementing a way for the process serving the web application to not have access to change any of the files being used to serve...

One of the things I like about Dashy is the lack of external dependencies. For my needs, I don't want to stand up a database just so I can have...

In my testing to run Dashy in my Kubernetes cluster, I can't get the app to run as a non-root user. There are two main issues: 1. Default port is...

> Based on your like on #3 I assume this is for the case where plan is executed and outputting a plan which is then applied from a clean environment....