neko icon indicating copy to clipboard operation
neko copied to clipboard

File transfer not working

Open CreeperSword opened this issue 1 year ago • 6 comments

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. image image

CreeperSword avatar Aug 28 '23 01:08 CreeperSword

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. image

m1k1o avatar Sep 07 '23 19:09 m1k1o

I updated docker to 4.23.0, and am using windows, and the menu still does not show up.

CreeperSword avatar Sep 13 '23 03:09 CreeperSword

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.

yesBad avatar Sep 13 '23 08:09 yesBad

using the firefox image (not the ARM one)

CreeperSword avatar Sep 13 '23 16:09 CreeperSword

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 avatar Jan 05 '24 16:01 cedricbieder

@cedricbieder its NEKO_FILE_TRANSFER_ENABLED with the last D. https://neko.m1k1o.net/#/getting-started/configuration?id=neko_file_transfer_enabled

m1k1o avatar Jan 05 '24 16:01 m1k1o