mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #129] [Bug]: Unraid - Can't change port from default #72
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#72
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 @lildevilx on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/129
Originally assigned to: @maziggy on GitHub.
Bug Description
From the unraid app install, the default port of 8000 cannot be change even if the webUI port field has been changed to something else. I suspect maybe that got hard coded by accident?
Expected Behavior
changing the webUI port to anything else, IE 1111, you'd expect IP:1111 would open up the web interface, but it only works with IP:8000
Steps to Reproduce
Printer Model
X1 Carbon
Bambuddy Version
2026.01.21
Printer Firmware Version
Installation Method
Other
Operating System
Linux (Other)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Jan 22, 2026):
Are you using systemd or how do you start the app?
@lildevilx commented on GitHub (Jan 22, 2026):
This is started from the docker menu inside unraid
@maziggy commented on GitHub (Jan 22, 2026):
I don't know Unraid at all, but for Docker based installations you can change the port via environment variable.
https://wiki.bambuddy.cool/getting-started/docker/?h=port#custom-port
@devzwf commented on GitHub (Jan 22, 2026):
Hi @maziggy ,
thanks for the wonderful app.
I made the template for unraid , let me check and report back
@lildevilx commented on GitHub (Jan 22, 2026):
O woops, my apologizes, for some reason I thought it was from the same author.
@devzwf Thanks for looking into it! :)
@devzwf commented on GitHub (Jan 22, 2026):
i have made a change to the template and push it to unraid....
change the port in unraid as follow and it should all good :
Also. for authoring , it is clearly mention : like all my template :
@devzwf commented on GitHub (Jan 22, 2026):
let me know
@lildevilx commented on GitHub (Jan 22, 2026):
Thanks!
Just bad at reading with the maintainer thing....
I've checked and it hasn't given me any update for the template yet. I'll check again in a few hours and report back.
Thank you!
@devzwf commented on GitHub (Jan 22, 2026):
Just update the port directly in unraid UI
right click => Edit => then edit the port as shown in the picture then save
template is update every 60m i think
@lildevilx commented on GitHub (Jan 22, 2026):
Ah sweet, just added the port directly and it seemed to have worked!
when you click launch "webUI" from the right click menu, it still points to the default port, just had to manually go to the correct port.
Thank you :)
@devzwf commented on GitHub (Jan 22, 2026):
Yes , because the container run in host mode , you must change the
http://[IP]:[PORT:8000]. tohttp://[IP]:[PORT:<your_new_port>]