https://github.com/iola1999/uurc-web
Self-hosted web controller for UU Remote(UU 远程控制网页版)
https://github.com/iola1999/uurc-web
remote-control self-hosted socket-io uu-remote webrtc
Last synced: 25 days ago
JSON representation
Self-hosted web controller for UU Remote(UU 远程控制网页版)
- Host: GitHub
- URL: https://github.com/iola1999/uurc-web
- Owner: iola1999
- License: mit
- Created: 2026-05-18T01:27:26.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-24T05:08:23.000Z (30 days ago)
- Last Synced: 2026-05-24T07:10:39.707Z (30 days ago)
- Topics: remote-control, self-hosted, socket-io, uu-remote, webrtc
- Language: TypeScript
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# UU Remote Web
[中文](README.zh-CN.md)
Self-hosted web controller for UU Remote.
## Features
- SMS login
- Login-state import and export
- Device list
- Remote control session
- Account management
- Local gateway for UU API and signal traffic
## Docker
```bash
docker run -d \
--name uurc-web \
-p 8787:8787 \
iola1999/uurc-web:latest
```
Or:
```bash
curl -O https://raw.githubusercontent.com/iola1999/uurc-web/main/compose.yml
docker compose up -d
```
## Cloudflare
[](https://deploy.workers.cloudflare.com/?url=https://github.com/iola1999/uurc-web)
Cloudflare Worker + Durable Object deployment is available.
```bash
npx wrangler login
npm run deploy:cloudflare
```
See [cloudflare/README.md](cloudflare/README.md) for requirements and notes.
## Development
```bash
npm install
npm run dev
```
```bash
npm test
npm run build
docker build -t iola1999/uurc-web:local .
```
## Acknowledgements
The Cloudflare deployment architecture references [AssppWeb](https://github.com/Lakr233/AssppWeb), especially its Cloudflare deployment ergonomics and local-gateway relay mindset.
## License
MIT