Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
spupuz opened this issue Aug 3, 2024 · 5 comments
Closed
1 task done

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

spupuz opened this issue Aug 3, 2024 · 5 comments

Comments

@spupuz
Copy link

spupuz commented Aug 3, 2024

Is there an existing issue for this?

  • 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.
Copy link

github-actions bot commented Aug 3, 2024

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

@monarc83
Copy link

monarc83 commented Aug 9, 2024

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
Copy link

EVOTk commented Aug 16, 2024

@LinuxServer-CI
Copy link
Contributor

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 LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Nov 14, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

4 participants