Skip to content
Snippets Groups Projects
Select Git revision
  • 2c49ac4e9cc60f1e205b5b2410d01948fb33c778
  • master default protected
  • config
3 results

stechuhr-server

  • Clone with SSH
  • Clone with HTTPS
  • directories: /home/pi/uploads for all uploads /home/pi/thumbnails for generated thumbnails /home/pi/video for 'the' video /home/pi/image for 'the' image

    launch from rc.local with

    cd /home/pi su pi -c "./hbue.py --credentials 'user:password' --folder /home/pi/uploads/" & su pi -c "./launchwatchers.sh" &

    expects crontab entries similar to this:

    00 13 * * 1,3,4,5 /home/pi/hdmi_on.sh # hdmi_on 00 14 * * 1,3,4,5 /home/pi/hdmi_off.sh # hdmi_off