richtiges logo hinzugefügt

This commit is contained in:
Jesko Anschütz 2025-05-06 21:48:16 +02:00
parent 3d5840e098
commit c2c424036a
4 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ UNIFI_PORT = int(os.getenv('UNIFI_PORT', 8443))
UNIFI_SSL_VERIFY = str_to_bool(os.getenv('UNIFI_SSL_VERIFY', 'True'))
UNIFI_SITE_ID = os.getenv('UNIFI_SITE_ID', '')
DEBUG = str_to_bool(os.getenv('DEBUG', 'False'))
LOGO_FILE = os.getenv('LOGO_FILE', '/static/logo.png')
LOGO_FILE = os.getenv('LOGO_FILE', '/static/logo.jpg')
WIFI_ICON = os.getenv('WIFI_ICON', '/static/wifi-icon.png')
if DEBUG:
print("DEBUG mode is enabled.")

BIN
script/static/logo-lmn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View file

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
script/static/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB