chore(git): Removed unused files and added README

This commit is contained in:
2026-04-07 22:21:23 +02:00
parent 80d4101269
commit 16089c638e
15 changed files with 31 additions and 205 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# Fake cam
Fake cam is a simple docker container running a fake webcam. It is used for educational purposes to teach ethical hacking.
## Requirements
- Docker
## Install
1. Pull the repository
```bash
git clone https://git.phorge.fr/l-nmch/fake-cam.git
```
2. Build the image
```bash
docker compose build
```
3. Run the container
```bash
docker compose up -d
```