mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #338] [Bug]: External Links not working and no option to open in new tab #214
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @rsocko on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/338
Originally assigned to: @maziggy on GitHub.
Bug Description
I configured an external link to launch my instance of Spoolman (see config below) but when I click on it in the left-navbar it doesn't launch a new tab or window and instead looks like it tries to open a url path within Bambuddy and the right pane says 'spoolman.domain.us refused to connect'
External Link: http://spoolman.mydomain.us (routes through my dns and traefik proxy)
Clicking link tries to open: http://bambuddy.mydomain.us/external/1
I assume perhaps this might have to do with routing through my proxy/dns, since the IP:Port works, but would prefer to be able to use DNS names and prefer to launch a new tab (or at least have that option).
Expected Behavior
I expect
Steps to Reproduce
Printer Model
P1S
Bambuddy Version
0.1.9
Printer Firmware Version
1.08.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 12, 2026):
Available in branch 0.2.0b. Please let me know if it works for you.
Each external link now has an "Open in new tab" toggle in the add/edit modal. When enabled, clicking the sidebar link (or using keyboard shortcuts) opens the URL directly in a new browser tab instead of the iframe — avoiding X-Frame-Options / CSP frame-ancestors blocking from reverse proxies.
Default remains iframe for backward compatibility with existing links.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!