linuxserver / docker-jackett

GNU General Public License v3.0
390 stars 96 forks source link

[BUG] No Work WebUI kali linux #132

Closed SergeKZ closed 1 year ago

SergeKZ commented 1 year ago

Is there an existing issue for this?

Current Behavior

Run, No Work WebUI kali linux

Expected Behavior

Work WebUI kali linux

Steps To Reproduce

Kali linux docker hub pull

netstat tcp 0 0 0.0.0.0:9117 0.0.0.0: LISTEN
tcp 0 0 0.0.0.0:8834 0.0.0.0:
LISTEN
tcp6 0 0 :::8834 :::* LISTEN

Go link http://127.0.0.1:9117 (not work)

Environment

- OS: Kali linux
- How docker service was installed:
docker hub

CPU architecture

x86-64

Docker creation

docker run -d \
--name=jackett \
-e PUID=1001 \
-e PGID=1001 \
-e TZ=Europe/London \
-e AUTO_UPDATE=true  \
-p 9117:9117 \
-v /Jackett:/config  \
-v /Jackett:/downloads \
--restart unless-stopped \
linuxserver/jackett

Container logs

12-04 07:48:41 Info Loaded 572 indexers in total 
12-04 07:48:41 Info Adding aggregate indexer ('all' indexer) ... 
12-04 07:48:41 Info Adding filter indexer ('type:public' indexer) ... 
12-04 07:48:41 Info Adding filter indexer ('type:private' indexer) ... 
12-04 07:48:41 Info Adding filter indexer ('type:semi-public' indexer) ... 
12-04 07:48:41 Warn No XML encryptor configured. Key {b69d1327-1ce3-4f9f-927b-11c303991e70} may be persisted to storage in unencrypted form. 
12-04 07:48:41 Warn No XML encryptor configured. Key {b69d1327-1ce3-4f9f-927b-11c303991e70} may be persisted to storage in unencrypted form. 
12-04 07:48:41 Info Jackett startup finished in 2.383 s 
Hosting environment: Production
Content root path: /app/Jackett/Content
Now listening on: http://[::]:9117
Application started. Press Ctrl+C to shut down.
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 1 year ago

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

drizuid commented 1 year ago

try the docker host ip rather than loopback

github-actions[bot] commented 1 year ago

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

github-actions[bot] commented 1 year ago

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.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity