Skip to content

stephenyeargin/raspberrypi-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Configuration Scripts

This is a collection of scripts borrowed from here for my single Raspberry Pi setup. It sets up a reverse proxy so that http://<your-host-or-ip>/camera will proxy_pass through to the port running motion (8081).

Setup

cd ~
git clone https://github.com/stephenyeargin/raspberrypi-setup.git
cd raspberrypi-setup/bin
./fix-wifi-drops
./fix-us-keyboard
./install-motion
./install-nginx-camera

Notes

  • If you expose your Raspberry Pi to the internet, make sure you turn off SSH Password login (PasswordAuthentication no in /etc/ssh/ssh_config) and change the default password on the machine (sudo passwd`).
  • Your default website is in /var/www/
  • Your camera is available to be used as an image (see camera.html)

About

Configuration scripts for a Raspberry Pi + Camera

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published