https://github.com/stephenyeargin/raspberrypi-setup
Configuration scripts for a Raspberry Pi + Camera
https://github.com/stephenyeargin/raspberrypi-setup
camera configuration raspberry-pi
Last synced: 5 months ago
JSON representation
Configuration scripts for a Raspberry Pi + Camera
- Host: GitHub
- URL: https://github.com/stephenyeargin/raspberrypi-setup
- Owner: stephenyeargin
- License: mit
- Created: 2015-01-02T05:30:43.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T03:08:07.000Z (almost 4 years ago)
- Last Synced: 2025-08-17T21:39:50.027Z (10 months ago)
- Topics: camera, configuration, raspberry-pi
- Language: Shell
- Homepage:
- Size: 312 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Raspberry Pi Configuration Scripts
This is a collection of scripts borrowed from [here](https://github.com/jameswhite/raspi) for my single Raspberry Pi setup. It sets up a reverse proxy so that `http:///camera` will `proxy_pass` through to the port running motion (8081).
### Setup
```bash
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)