andymarden

Results 55 comments of andymarden

Ok, so I have imgpaste installed. On Chrome/Android, I find that I can paste an image under 2.5mb in size when editing a page although when you click paste, rather...

Thanks - that's good but obviously if you stop plotting you may forget so better if added to the flow itself!

Similar - I would like a plugin for thunderbird - when you try and email an attachment over a given size, it automatically puts in in fileshelter and replaces the...

Looking at this ecript, I need to have sshpass installed: apt install sshpass needs to be added to instructions (unless I missed it) and the error should be better since...

OK - found the problem - the ssh call looks like this: ${SSHPASS_OPTIONS} ssh ${SSH_PORT} ${VERBOSE_SSH} ${HE_RSA_SSH_KEY_OPTIONS} ${BATCH_MODE} -o ConnectTimeout=5 -o StrictHostKeyChecking=accept-new ${PRIVKEY_OPTION} "${USER}@${TARGET_DEVICE}" "$command" When I removed ${BATCH_MODE} from...

I have a similar issue - when using local storage on a docker bind mount, the whole thing runs as www-data. I need to be able to ensure that permissions...

Unless anyone knows how to mount it easily - this is what I see: 1. When you create a bind mount and the target does not exist, docker assumes that...

Oh - right I will look how to achieve that in docker. What do you think about putting it one level down though by default to make that easier on...

The dockerfile has this line in it: ``` COPY --from=build /tmp/fakeroot/share/fileshelter/fileshelter.conf /etc/fileshelter.conf ``` so I don't think the runtime switch works. I'll go ahead and do a PR - this...