Merge branch 'main' of https://git.stardust.wtf/iridium/neko-apps
This commit is contained in:
commit
6bd0eb344a
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal 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
9
neko/neko.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user