[GH-ISSUE #287] bug?: incorrect log information #2069

Open
opened 2026-05-03 05:47:42 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @LaurenceJJones on GitHub (Apr 1, 2026).
Original GitHub issue: https://github.com/fosrl/newt/issues/287

b6f13a1b55/authdaemon/server.go (L166)

It logs we listen on 127.0.0.1 which is incorrect we should drop https and the hardcoded 127.0.0.1 and just say "listening on addr" user understands that :port means all interfaces in most cases.

This will also prepare use if we allow to change the bind interface.

Originally created by @LaurenceJJones on GitHub (Apr 1, 2026). Original GitHub issue: https://github.com/fosrl/newt/issues/287 https://github.com/fosrl/newt/blob/b6f13a1b5531e26e530f14e0d2b172c399a8deaa/authdaemon/server.go#L166 It logs we listen on `127.0.0.1` which is incorrect we should drop `https` and the hardcoded `127.0.0.1` and just say "listening on addr" user understands that `:port` means all interfaces in most cases. This will also prepare use if we allow to change the bind interface.
GiteaMirror added the bug label 2026-05-03 05:47:42 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 16, 2026):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:4256635429 --> @github-actions[bot] commented on GitHub (Apr 16, 2026): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#2069