Complete WatchLink V1 realtime features
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Project
|
||||
|
||||
`WatchLink` is a Dockerized Next.js + Postgres web app for persistent shared watch rooms with accounts, friends, roles, permissions, admin setup, and realtime playback sync.
|
||||
`WatchLink` is a Dockerized Next.js + Postgres web app for persistent shared watch rooms with accounts, friends, roles, permissions, admin setup, persistent realtime playback sync, invites, room chat, and profile uploads.
|
||||
|
||||
Repository:
|
||||
|
||||
@@ -37,6 +37,12 @@ Database setup:
|
||||
Prisma migrations live in prisma/migrations and are applied in Docker with prisma migrate deploy.
|
||||
```
|
||||
|
||||
Runtime uploads:
|
||||
|
||||
```text
|
||||
Avatar uploads are stored in /app/public/uploads and mounted through the avatar-uploads Docker volume.
|
||||
```
|
||||
|
||||
Package manager:
|
||||
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user