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] Config not updated if adding new application type when using reverse proxy #147

Closed
1 task done
shadowempire123 opened this issue Feb 18, 2024 · 6 comments
Closed
1 task done
Assignees

Comments

@shadowempire123
Copy link

shadowempire123 commented Feb 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

  1. Calling via https://heimdall.mysite.net (proxied via nginx/cloudflare) -> Application list -> ADD -> Application Type: Radarr
  2. API config is not available

Calling on local setup https://192.168.1.210:32771 -> Application list -> ADD -> Application Type: Radarr
-> this works

Expected Behavior

  1. Application list -> ADD -> Application Type: Radarr
  2. "Config" is displayed at the screen automatically

Steps To Reproduce

  1. Application list -> ADD -> Application Type: Radarr
  2. "Config" is displyed to the screen automatically

nginx config:

location / {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass $forward_scheme://$server:$port$request_uri;
}

Environment

- OS: Linux Scarif 5.10.60-qnap #1 SMP Tue Jan 16 01:57:12 CST 2024 x86_64 GNU/Linux, QTS VERSION="5.1.5 (20240116)"
- How docker service was installed: docker compose up -d

CPU architecture

x86-64

Docker creation

heimdall:
    image: lscr.io/linuxserver/heimdall:latest
    container_name: heimdall
    environment:
      - PUID=$PUID
      - PGID=$PGID
      - TZ=$TZ
    volumes:
      - ./heimdall:/config
    ports:
      - 32771:80
      - 32772:443

Container logs

2024-02-18T06:48:33.691364503Z [migrations] started
2024-02-18T06:48:33.747427998Z [migrations] 01-nginx-site-confs-default: skipped
2024-02-18T06:48:33.756052410Z [migrations] 02-default-location: skipped
2024-02-18T06:48:33.756086986Z [migrations] done
2024-02-18T06:48:33.934567676Z ───────────────────────────────────────
2024-02-18T06:48:33.934609693Z 
2024-02-18T06:48:33.934616813Z       ██╗     ███████╗██╗ ██████╗
2024-02-18T06:48:33.934622362Z       ██║     ██╔════╝██║██╔═══██╗
2024-02-18T06:48:33.934627402Z       ██║     ███████╗██║██║   ██║
2024-02-18T06:48:33.934632372Z       ██║     ╚════██║██║██║   ██║
2024-02-18T06:48:33.934637029Z       ███████╗███████║██║╚██████╔╝
2024-02-18T06:48:33.934642330Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-02-18T06:48:33.934647020Z 
2024-02-18T06:48:33.934651156Z    Brought to you by linuxserver.io
2024-02-18T06:48:33.934655508Z ───────────────────────────────────────
2024-02-18T06:48:33.935143317Z 
2024-02-18T06:48:33.935164374Z To support LSIO projects visit:
2024-02-18T06:48:33.935173040Z https://www.linuxserver.io/donate/
2024-02-18T06:48:33.935178808Z 
2024-02-18T06:48:33.935183364Z ───────────────────────────────────────
2024-02-18T06:48:33.935188394Z GID/UID
2024-02-18T06:48:33.935268913Z ───────────────────────────────────────
2024-02-18T06:48:33.941306823Z 
2024-02-18T06:48:33.941342091Z User UID:    1000
2024-02-18T06:48:33.941348840Z User GID:    100
2024-02-18T06:48:33.941353900Z ───────────────────────────────────────
2024-02-18T06:48:33.941360054Z 
2024-02-18T06:48:34.195779274Z using keys found in /config/keys
2024-02-18T06:48:34.449256170Z New container detected, installing Heimdall
2024-02-18T06:48:36.594324724Z [custom-init] No custom files found, skipping...
2024-02-18T06:48:37.102099074Z [ls.io-init] done.
Copy link

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

@shadowempire123
Copy link
Author

See #128

@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.

@homerr
Copy link
Member

homerr commented Mar 30, 2024

How are you reverse proxying the app?

@arces
Copy link

arces commented Apr 4, 2024

I reverse proxy and it works just fine for me. Sounds like a config issue with nginx?

@homerr
Copy link
Member

homerr commented Apr 6, 2024

Agreed - closing this off, if the issue sticks around please hop in discord as this doesn't appear to be an issue with the container itself.

@homerr homerr closed this as not planned Won't fix, can't repro, duplicate, stale Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

4 participants