This commit is contained in:
ayaka 2024-04-01 16:06:16 +13:00
commit 6bd0eb344a
2 changed files with 24 additions and 0 deletions

15
docker-compose.yaml Normal file
View File

@ -0,0 +1,15 @@
version: "3.4"
services:
neko:
image: "git.stardust.wtf/iridium/neko:xfce-custom"
restart: "unless-stopped"
shm_size: "3gb"
ports:
- "5000:8080"
- "52000-52009:52000-52009/udp"
volumes:
- "./neko/neko.yaml:/etc/neko/neko.yaml"
- "./transfer:/home/neko/Desktop/TRANSfer"
environment:
NEKO_PASSWORD: "secure"
NEKO_PASSWORD_ADMIN: "fuckyou"

9
neko/neko.yaml Normal file
View File

@ -0,0 +1,9 @@
screen: "1920x1080@60"
video_bitrate: 4500
epr: "52000-52009"
icelite: 1
iceserver: "stun:kitty.community:3478"
implicit_control: "true"
control_protection: "true"
file_transfer_enabled: "true"
file_transfer_path: "/home/neko/Desktop/TRANSfer"