auto-commit for b082c1c8-f6e3-4cfd-82ee-0396c70d1a00

This commit is contained in:
emergent-agent-e1
2026-07-23 22:18:08 +00:00
parent 34a052dabf
commit 22d8479b39
16 changed files with 1364 additions and 94 deletions
+3 -3
View File
@@ -6,10 +6,10 @@ Built with FastAPI + React + MongoDB.
## ⚡ One-line install (Proxmox / any Linux with root)
```bash
curl -fsSL https://raw.githubusercontent.com/YOU/kino-media-server/main/install.sh | sudo bash
curl -fsSL https://raw.githubusercontent.com/myronblair/kino-app/main/install.sh | sudo bash
```
Replace `YOU` with your GitHub username. The installer:
The installer:
1. Installs Docker + Compose if missing
2. Clones the repo into `/opt/kino`
3. Generates a strong `JWT_SECRET` and admin password
@@ -18,7 +18,7 @@ Replace `YOU` with your GitHub username. The installer:
Non-interactive with overrides:
```bash
curl -fsSL https://raw.githubusercontent.com/YOU/kino-media-server/main/install.sh \
curl -fsSL https://raw.githubusercontent.com/myronblair/kino-app/main/install.sh \
| sudo KINO_HTTP_PORT=9000 \
MEDIA_ROOT_HOST=/mnt/nas/movies \
ADMIN_PASSWORD='choose-your-own' \