feat(branding): replace EasyDocker ASCII logo with LibrePortal wordmark

The startup banner (displayLibrePortalLogo in init.sh/start.sh and the
generate_arrays.sh splash) still rendered the old "EASY DOCKER" figlet art.
Swap it for a LibrePortal wordmark — Calvin S mixed-case "Libre"/"Portal"
with a small framed portal glyph between the two words.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-22 00:07:55 +01:00
parent d5fe1bc56b
commit e2d9e701b9
3 changed files with 9 additions and 9 deletions

View File

@ -31,9 +31,9 @@ isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; }
displayLibrePortalLogo() { displayLibrePortalLogo() {
echo " echo "
____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____ ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|___ |__| [__ \_/ | \ | | | |_/ |___ |__/ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|___ | | ___] | |__/ |__| |___ | \_ |___ | \ " ╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘"
echo "" echo ""
} }

View File

@ -39,9 +39,9 @@ isHeader() {
} }
echo " echo "
____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____ ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|___ |__| [__ \_/ | \ | | | |_/ |___ |__/ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|___ | | ___] | |__/ |__| |___ | \_ |___ | \ " ╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘"
echo "" echo ""
isHeader "Regenerating Array Files" isHeader "Regenerating Array Files"

View File

@ -13,9 +13,9 @@ displayLibrePortalLogo()
{ {
[[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return
echo " echo "
____ ____ ____ _ _ ___ ____ ____ _ _ ____ ____ ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|___ |__| [__ \_/ | \ | | | |_/ |___ |__/ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|___ | | ___] | |__/ |__| |___ | \_ |___ | \ " ╩═╝┴└─┘┴└─└─┘ ╰─╯ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘"
echo "" echo ""
} }