https://github.com/arthursvpb/av-server-infra
Ubuntu Server infrastructure and automation scripts for media management, cloud sync, and remote access.
https://github.com/arthursvpb/av-server-infra
automation devops docker docker-compose homelab iac infrastructure linux on-premises onedrive plex plex-media-server python rclone shell shell-script
Last synced: 5 days ago
JSON representation
Ubuntu Server infrastructure and automation scripts for media management, cloud sync, and remote access.
- Host: GitHub
- URL: https://github.com/arthursvpb/av-server-infra
- Owner: arthursvpb
- Created: 2025-04-28T07:03:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T15:52:40.000Z (6 months ago)
- Last Synced: 2025-08-30T20:38:54.421Z (about 2 months ago)
- Topics: automation, devops, docker, docker-compose, homelab, iac, infrastructure, linux, on-premises, onedrive, plex, plex-media-server, python, rclone, shell, shell-script
- Language: Shell
- Homepage: http://av-server.local
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖥️ AV Server Infra
**Personal Infrastructure Repository** — This repository contains all infrastructure, automation scripts, and Docker-based services used to manage my personal Ubuntu Server.
It includes backup/sync tools, media management, remote access enhancements, and lightweight containerized applications to streamline home server operations.## 📂 Project Structure
```bash
.
├── config-report.txt # Generated server configuration report
├── generate-config-report.sh # Script to generate server network/firewall status
├── portainer/
│ └── docker-compose.yml # Portainer deployment for Docker web management
├── qbittorrent/
│ └── docker-compose.yml # qBittorrent deployment for lightweight torrent management
├── rclone-plex-simple-sync.sh # Custom rclone script to sync Plex media (OneDrive ↔ Local)
├── transcribe.sh # Whisper transcription script (video lectures, courses)
├── transcribe_with_faster_whisper.py # Advanced Python transcription using FasterWhisper
```## 🚀 Features
- Infrastructure as Code (IaC) with **Docker Compose**
- **Portainer** UI for Docker management over the web
- **qBittorrent** with web UI access via LAN
- **Plex media** sync automation using **rclone**
- **Transcription** automation using **Whisper** and **Faster-Whisper**
- **Custom server scripts** for reports, sync, and backups
- Lightweight, efficient setups — ideal for **home lab** or **on-premises servers**