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

additional.css and .js not found (404 error) #971

Open
ptruka opened this issue Oct 22, 2024 · 1 comment
Open

additional.css and .js not found (404 error) #971

ptruka opened this issue Oct 22, 2024 · 1 comment
Labels

Comments

@ptruka
Copy link

ptruka commented Oct 22, 2024

  • What do you expect to happen? What does happen?
    When you visit nzbhydra2 (latest, 7.8.0) you will receive 404 error on two files:
GET /nzbhydra2/static/css/additional.css HTTP/2.0
GET /nzbhydra2/static/js/additional.js HTTP/2.0
  • Can the problem be reproduced? How?
    Visit your instance of hydra in your browser and look into the browsers dev tools.

  • If you use a docker container please tell me which one.
    lscr.io/linuxserver/nzbhydra2:latest

  • Why is it an issue?
    E.g.: if you run fail2ban and you configure a jail to ban an IP adresses after n amount of 404 errors on your running websites, this behavior will lead to an unwanted ban action of a user simply accessing the nzbhydra page.

Example for an traefik access.log:

[user IP] - - [22/Oct/2024:10:24:48 +0000] "GET /nzbhydra2/static/css/additional.css HTTP/2.0" 404 431 "-" "-" 342 "nzbhydra2@docker" "http://172.18.0.3:5076" 2ms
[user IP] - - [22/Oct/2024:10:24:48 +0000] "GET /nzbhydra2/static/js/additional.js HTTP/2.0" 404 431 "-" "-" 344 "nzbhydra2@docker" "http://172.18.0.3:5076" 2ms
@ptruka ptruka added the bug label Oct 22, 2024
@theotherp
Copy link
Owner

Understood. Will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants