David Grant
David Grant
Since this init.d script logs to /var/log, might as well include a simple logrotate template as well.
eyefiserver2 can't be stopped using init.d script (needs to be -9'd). This only seems to apply after a photo has been uploaded. If not uploading has occurred then it will...
This was reported on the original eyefiserver project: A simple enhancement to avoid some filesystem and disk IO using cStringIO to manage TAR file in-memory (and extracts images only, avoding...
See comment from here: https://code.google.com/p/eyefiserver/issues/detail?id=5#c1 which I agree with: "I'm not sure I want that here. IMHO log rotating should be done by the server maintainance scripts, like logrotate." It...
Very minor
Improved version of autovenv. See my original PR here: https://github.com/timothybrown/fish-autovenv/pull/2 It has some support from a few people in there who are happily using it, including me for a few...
The following config says 61 bits with full-knowledge on https://xkpasswd.net/ but when I run locally I get `WARNING - Crypt::HSXKPasswd::_update_entropystats_cache(): for attacks assuming full knowledge, the combination of the loaded...
If the photo was updated, it would be nice to re-generate the thumbnails. ``` if os.path.exists(os.path.join(dest_dir, thumb[0])): continue ``` I'm thinking instead of the above, we could check whether the...
Should one disable the thumbnail generation in the Disk Station?