docker-duplicati icon indicating copy to clipboard operation
docker-duplicati copied to clipboard

[BUG] latest development gives Bad Request - Invalid Hostname

Open spupuz opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

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.

spupuz avatar Aug 03 '24 21:08 spupuz

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

github-actions[bot] avatar Aug 03 '24 21:08 github-actions[bot]

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.

monarc83 avatar Aug 09 '24 09:08 monarc83

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

EVOTk avatar Aug 16 '24 13:08 EVOTk

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar Sep 15 '24 15:09 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar Dec 14 '24 15:12 github-actions[bot]