auto-commit for 39cc8e25-6412-479f-a29a-2a2bbf6e58ba

This commit is contained in:
emergent-agent-e1
2026-07-23 22:04:55 +00:00
parent 1471d58385
commit 34a052dabf
3 changed files with 218 additions and 4 deletions
+24 -3
View File
@@ -3,10 +3,31 @@
A self-hosted Netflix-style streaming app for movies you legally own.
Built with FastAPI + React + MongoDB.
## 📖 Deployment
## ⚡ One-line install (Proxmox / any Linux with root)
**→ See [DEPLOY.md](./DEPLOY.md) for full Proxmox + Docker Compose instructions**
(runs alongside your existing LAMP stack without conflicts).
```bash
curl -fsSL https://raw.githubusercontent.com/YOU/kino-media-server/main/install.sh | sudo bash
```
Replace `YOU` with your GitHub username. The installer:
1. Installs Docker + Compose if missing
2. Clones the repo into `/opt/kino`
3. Generates a strong `JWT_SECRET` and admin password
4. Starts the stack via `docker compose`
5. Prints the URL + credentials
Non-interactive with overrides:
```bash
curl -fsSL https://raw.githubusercontent.com/YOU/kino-media-server/main/install.sh \
| sudo KINO_HTTP_PORT=9000 \
MEDIA_ROOT_HOST=/mnt/nas/movies \
ADMIN_PASSWORD='choose-your-own' \
bash
```
## 📖 Full deployment
See **[DEPLOY.md](./DEPLOY.md)** for LAMP-coexistence, Apache reverse proxy, Radarr integration, and firewalling.
## Features