mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[GH-ISSUE #287] bug?: incorrect log information #2069
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.1which is incorrect we should drophttpsand the hardcoded127.0.0.1and just say "listening on addr" user understands that:portmeans all interfaces in most cases.This will also prepare use if we allow to change the bind interface.
@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.