Lissy93/dashy

[BUG] Dashy crash on startup if IPv6 used

Closed this issue · 1 comments

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

Hi

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

#979

So I will close this as a duplicate.