mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
auto-commit for 39cc8e25-6412-479f-a29a-2a2bbf6e58ba
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user