Release v0.1.3 #6
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
danial2026/Smite!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "next"
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?
Configuration & Installation:
Panel port can be set during fresh installation
Node API port is now configurable (no longer hardcoded to 8888)
Panel API port configuration for nodes
HTTP/HTTPS port configuration support
Nginx automatically picks up port changes from .env file
Version Display:
UI now displays the actual Docker image version
Version is fetched from Docker image metadata
CLI Improvements:
Added smite restart and smite-node restart commands
Added smite edit / smite edit-env and smite-node edit / smite-node edit-env commands
Restart commands now properly pick up .env changes
Nginx restart integrated into smite restart when HTTPS is enabled
Bug Fixes:
Fixed panel port changes not being picked up after restart
Fixed nginx "502 Bad Gateway" error when PANEL_PORT changed
Fixed node API port hardcoding issue
Improved environment variable propagation in Docker containers