https://github.com/hadrienpatte/mediaserver
Mediaserver deployment config
https://github.com/hadrienpatte/mediaserver
mediaserver
Last synced: 3 months ago
JSON representation
Mediaserver deployment config
- Host: GitHub
- URL: https://github.com/hadrienpatte/mediaserver
- Owner: HadrienPatte
- Created: 2022-04-25T22:36:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T21:57:18.000Z (over 1 year ago)
- Last Synced: 2025-03-01T22:26:30.502Z (over 1 year ago)
- Topics: mediaserver
- Language: Jinja
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mediaserver
## Setup
Download [ubuntu image](https://ubuntu.com/download/raspberry-pi) and extract it in [bootstrap](./bootstrap):
```
xz -d bootstrap/ubuntu-24.04-preinstalled-server-arm64+raspi.img.xz
```
# Hardware setup
Connect BME280 sensor to raspberry pi like so:
* VIN - P1 (3V3)
* GND - P9 (Ground)
* SCL - P5 (I2C1 SCL)
* SDA - P3 (I2C1 SDA)