neko
neko copied to clipboard
File transfer not working
I have NEKO_FILE_TRANSFER_ENABLED set to true in my docker-compose.yaml file, but in neko (logged in as admin) the menu for transferring files is not there. I have also tried formatting the flags as NEKO_FILE_TRANSFER_ENABLED : "true" (with and without quotation marks), and that doesn't work either.
Please check that you have pulled latest docker image, since this functionality was added in later versions. ARM images on dockerhub are not updated anymore, so if you use these please refer to ghcr.
I updated docker to 4.23.0, and am using windows, and the menu still does not show up.
I updated docker to 4.23.0, and am using windows, and the menu still does not show up.
What image do you use? Also do note that Windows isn't exactly supported anyways as it's not tested iirc.
using the firefox image (not the ARM one)
I got the same Problem here, also with the firefox version. I see the file logo in the header bar before the login, but afterwards, even as admin, it disappears.
version: "3.4"
services:
neko:
image: "m1k1o/neko:firefox"
restart: "unless-stopped"
shm_size: "2gb"
ports:
- "8080:8080"
- "52000-52100:52000-52100/udp"
environment:
NEKO_SCREEN: 1920x1080@30
NEKO_PASSWORD: neko
NEKO_PASSWORD_ADMIN: admin
NEKO_EPR: 52000-52100
NEKO_ICELITE: 1
NEKO_FILE_TRANSFER_ENABLE: true
@cedricbieder its NEKO_FILE_TRANSFER_ENABLED
with the last D
.
https://neko.m1k1o.net/#/getting-started/configuration?id=neko_file_transfer_enabled