Till Krischer

Results 8 comments of Till Krischer

I ran into this also. Fwiw i got my logins to show up by putting the binary and a separate clone of my password repo into `~/snap/chromium/common`. But then it...

> > > @tillkrischer > > > But then it failed at the gpg decryption. > > That will be because there isn't a usable gpg setup inside the snap...

I don't really know anything about go or gpg, but wouldn't this do the trick? https://godoc.org/golang.org/x/crypto/openpgp Also I'm just saying it would be a nice (non-default) option, if you have...

> > > Couldn't we suggest to the user to configure `watchMountPoints` instead? Perhaps we can give a notification on the terminal output when starting flood in lines of "You...

> > > It seems that by default we're using /data as volume https://github.com/Flood-UI/flood/blob/master/Dockerfile#L46 > > perhaps that should be preset in config.docker.js instead? Well the user can call their...

Hardcoding a bunch of paths in configuration file is certainly not great. And as @noraj points out it might not cover all docker implementations. I will try to make a...

> @tillkrischer You'r talking about your volume mount point on the host which is not what the app can see. I'm actually mounting `/downloads` in flood, but only to match...

> Are you up for tackling this? If not, I think this config solution would be fine for now. Yes I will spend some time on it today. If I...