Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninsuo/webcam
Webcam viewer for cameras sending pictures every X seconds on a server
https://github.com/ninsuo/webcam
Last synced: 26 days ago
JSON representation
Webcam viewer for cameras sending pictures every X seconds on a server
- Host: GitHub
- URL: https://github.com/ninsuo/webcam
- Owner: ninsuo
- Created: 2024-05-15T17:05:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T06:35:50.000Z (6 months ago)
- Last Synced: 2024-10-28T16:05:04.840Z (2 months ago)
- Language: PHP
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webcams
A simple webcam viewer that reads pictures from a local storage.
This is a simpler remake of [Webcams](https://github.com/ninsuo/webcam-legacy) which uses components that are difficult to maintain.
You first need to set-up your logins inI made this project for myself, so you may install it, but you'd better know Symfony as my explanations will be a bit succinct.
## Installation
This is a classic Symfony 7 project.
```
composer install
```## Configuration
### Authentication
The whole application is behind basic authentication.
Go to [security.yaml](config/packages/security.yaml) to set-up your accounts.
To generate a password, use:
```shell
php bin/console security:encode-password
```Now, set these cyphered passwords in `.env.local` file.