m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.95k stars 449 forks source link

File transfer not working #328

Closed CreeperSword closed 2 months ago

CreeperSword commented 10 months ago

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

m1k1o commented 9 months ago

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

CreeperSword commented 9 months ago

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

yesBad commented 9 months ago

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.

CreeperSword commented 9 months ago

using the firefox image (not the ARM one)

cedricbieder commented 5 months ago

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
m1k1o commented 5 months ago

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