8000 GitHub - vf42/borgcam: JFF babycam project using Raspberry Pi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vf42/borgcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A Raspberry Pi camera project, using:

v1 photo

Usage

Run setup.sh to install the dependencies and prepare the working environment.

Run install.sh to configure for production use: systemd service for auto-startup etc.

During development, use quart server which can be started like this:

quart --app app run

Uvicorn is used to serve the content for the practical use, see bin/server. It may be replaced by any other ASGI server of your choice.

Configuration

All configuration is done through environment variables. It's best done through .env file.

See app/config.py for the list of available configuration params.

Important things to configure:

  • By default, uvicorn server is started with SSL enabled, you should provide the ssl certificate or set SERVER_USE_SSL env variable to false.
  • Provide your own JWT_SECRET_KEY and PASSWORD values - there's no user-based authentication, just a single password for all.

Dependencies

See setup.sh to see what has to be installed on top of default Raspberry Pi OS package, and execute it, respectively.

Note: not using venv and pip since got to use the packages provided by the distro.

JS dependencies:

References

About

JFF babycam project using Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0