mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
Add flag to disable startup ascii art (#369)
Adds an environment variable to disable the colorized splash screen.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
* [Metadata Provider Configuration](advanced-features/metadata-provider-configuration.md)
|
||||
* [Custom port](advanced-features/custom-port.md)
|
||||
* [Follow symlinks in frontend files](advanced-features/follow-symlinks-in-frontend-files.md)
|
||||
* [Disable startup ascii art](advanced-featured/disable-startup-ascii-art.md)
|
||||
* [Troubleshooting](troubleshooting.md)
|
||||
* [API Reference](api-reference.md)
|
||||
* [Screenshots](screenshots.md)
|
||||
|
||||
4
docs/advanced-features/disable-startup-ascii-art.md
Normal file
4
docs/advanced-features/disable-startup-ascii-art.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Disable Startup Ascii Art
|
||||
|
||||
* `MEDIAMANAGER_NO_STARTUP_ART`: Set this environment variable (to any value) \
|
||||
to disable the colorized startup splash screen. Unset to reenable.
|
||||
Reference in New Issue
Block a user