Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions neko/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Headless browser in a TEE
====

Neko is a docker based mashup of a browser and a webRTC server.
It was originally used for video stream watch parties.
But in general, having a webRTC based interface to the GUI is pretty useful. That makes this a great starting point.
24 changes: 24 additions & 0 deletions neko/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
services:
neko:
image: m1k1o/neko:firefox
restart: "unless-stopped"
shm_size: "2gb"
networks:
proxy:
ipv4_address: 17.100.0.3
ports:
- 52000:8080
- 52001:52001
environment:
NEKO_SCREEN: 1920x1080@30
NEKO_PASSWORD: neko
NEKO_PASSWORD_ADMIN: admin
NEKO_UDPMUX: 52001
NEKO_ICELITE: 0
NEKO_NAT1TO1: 17.100.0.3
networks:
proxy:
ipam:
driver: default
config:
- subnet: 17.100.0.0/16