Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
17.07k stars 1.31k forks source link

[BUG] Dashy crash on startup if IPv6 used #1642

Closed demetrius2003 closed 1 month ago

demetrius2003 commented 2 months ago

Environment

Self-Hosted (Bare Metal)

System

win10

Version

Using Dashy V-3.1.1.

Describe the problem

Please replase banner to this:

    // Prepare message for users running app on bare metal
    msg = `${chars.GREEN}┏${line(83)}┓${chars.BR}`
      + `┃ ${chars.CYAN}Welcome to Dashy! 🚀${blanks(60)}${chars.GREEN}┃${chars.BR}`
      + `┃ ${chars.CYAN}Your new dashboard is now up and running at ${chars.BRIGHT}`
      + `http://${ip}:${port}${chars.RESET}${blanks(26 - ip.length)}${chars.GREEN}┃${chars.BR}`
      + `┗${line(83)}┛${chars.BR}${chars.BR}${chars.RESET}`;

Additional info

No response

Please tick the boxes

CrazyWolf13 commented 1 month ago

Hi

Currently IPv6 is not really supported / only alpha, you can check out this for a explanation and a possible workaround.

https://github.com/Lissy93/dashy/issues/979

So I will close this as a duplicate.