linuxserver / docker-filezilla

GNU General Public License v3.0
25 stars 1 forks source link

[BUG] How to setup username/password when accessing Filezilla? #10

Closed githupper closed 1 year ago

githupper commented 1 year ago

Is there an existing issue for this?

Current Behavior

When accessing http://yourhost:3000, user is immediately shown with the Filezilla interface. How to set it such that any access to http://yourhost:3000/ is mandatory with a login prompt (and also how to change the username and password from abc/abc).

There is no option to change the username or password at http://yourhost:3000/?login=true either.

Thanks

Expected Behavior

No response

Steps To Reproduce

Access http://yourhost:3000

Environment

- OS: Fedora
- How docker service was installed: Docker
---

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  filezilla:
    image: lscr.io/linuxserver/filezilla:latest
    container_name: filezilla
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - /home/githupper/Docker/Filezilla/config:/config
    ports:
      - 3000:3000
    restart: unless-stopped

Container logs

nil
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

AggelosM commented 1 year ago

Any update on this? I'm having the same issue. I don't want anyone accessing my network to be able to just delete all my downloaded files.

thelamer commented 1 year ago

The new image has the ability to pass in basic auth credentials please review the new readme.