mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
auto-commit for b082c1c8-f6e3-4cfd-82ee-0396c70d1a00
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user