From dc0499ab75cf8436a45836a922ad6d046ba7b38b Mon Sep 17 00:00:00 2001 From: Khoa Vo Date: Thu, 14 May 2026 11:04:19 +0700 Subject: [PATCH] docs: update README with new features and v9 version --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a95f94e..630d9cf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A modern, fast, and fully-featured YouTube-like video streaming platform. Built ## Features - **Modern Video Player**: High-resolution video playback with HLS support and quality selection. +- **Watch Page Controls**: Fullscreen mode, loop playback, and wide mode for enhanced viewing experience. +- **Custom Branding**: Consistent KV-Tube iconography throughout the app. - **Fast Navigation**: Instant click feedback with skeleton loaders for related videos. - **Infinite Scrolling**: Scroll seamlessly through a dynamic video grid on the homepage. - **Watch History & Suggestions**: Keep track of what you've watched seamlessly! Fully integrated library history tracking. @@ -21,7 +23,7 @@ A modern, fast, and fully-featured YouTube-like video streaming platform. Built - **Process Management**: `supervisord` manages the concurrent execution of the backend API and Next.js frontend within the same network namespace. - **Data storage**: SQLite is used for watch history, optimized for `linux/amd64`. -## Docker Deployment (v5) +## Docker Deployment (v9) ### Quick Start @@ -38,13 +40,13 @@ docker-compose up -d To build the image locally: ```bash -docker build -t git.khoavo.myds.me/vndangkhoa/kv-tube:v5 . +docker build -t git.khoavo.myds.me/vndangkhoa/kv-tube:v9 . ``` To build and push to your registry: ```bash -docker build -t git.khoavo.myds.me/vndangkhoa/kv-tube:v5 . +docker build -t git.khoavo.myds.me/vndangkhoa/kv-tube:v9 . docker push git.khoavo.myds.me/vndangkhoa/kv-tube:v5 ``` @@ -69,7 +71,7 @@ version: '3.8' services: kv-tube: - image: git.khoavo.myds.me/vndangkhoa/kv-tube:v5 + image: git.khoavo.myds.me/vndangkhoa/kv-tube:v9 container_name: kv-tube platform: linux/amd64 restart: unless-stopped