linuxserver / docker-duplicati

GNU General Public License v3.0
303 stars 37 forks source link

[BUG] latest development gives Bad Request - Invalid Hostname #79

Open spupuz opened 1 month ago

spupuz commented 1 month ago

Is there an existing issue for this?

Current Behavior

Bad Request - Invalid Hostname

HTTP Error 400. The request hostname is invalid.

Expected Behavior

web page to access to duplicati config

Steps To Reproduce

start the docker container

Environment

- OS: debian
- How docker service was installed: apt get install docker

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  duplicati:
    image: lscr.io/linuxserver/duplicati:development
    container_name: duplicati
    network_mode: bridge

    environment:
      - PUID=0
      - PGID=0
      - TZ=Europe/Rome
    #  - CLI_ARGS="--webservice-allowed-hostnames=*"
    volumes:
      - /<mypath>/Duplicati/config:/config
    ports:
      - 8200:8200
    restart: always

Container logs

[migrations] started

[migrations] no migrations found

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗

      ██║     ██╔════╝██║██╔═══██╗

      ██║     ███████╗██║██║   ██║

      ██║     ╚════██║██║██║   ██║

      ███████╗███████║██║╚██████╔╝

      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io

───────────────────────────────────────

To support LSIO projects visit:

https://www.linuxserver.io/donate/

───────────────────────────────────────

GID/UID

───────────────────────────────────────

User UID:    0

User GID:    0

───────────────────────────────────────

Linuxserver.io version: v2.0.9.102_canary_2024-08-02-ls170

Build-date: 2024-08-02T23:48:23+00:00

───────────────────────────────────────

[custom-init] No custom files found, skipping...

Connection to localhost (127.0.0.1) 8200 port [tcp/*] succeeded!

[ls.io-init] done.
github-actions[bot] commented 1 month ago

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

monarc83 commented 1 month ago

I noticed the same problem today. Is there already a fix in work and when can we expect it?

Thank you for your great work on all these Docker containers.

EVOTk commented 1 month ago

Hello, It's Duplicati issue https://github.com/duplicati/duplicati/issues/5394 Fixed in v2.0.9.103_canary_2024-08-15 and in development-v2.0.9.103_canary_2024-08-15-ls172