Skip to main content
Version: v3 (latest✅)

Layout

⚙️ Configuration

VariableDefaultValuesDetails
LAYOUTbasicbasic
popup
full
🚧 Experimentaladded in v3.0
OPEN_NEW_TABfalsetrue
false
Open file in a new tab.added in v3.2
HIGHLIGHT_UPDATEDtruetrue
false
When a file has been changed in the last 48 hours its last modified date gets bold.added in v2.0
TRANSITIONfalsetrue
false
Show fade animation when navigating.added in v3.3.2
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e LAYOUT=basic
  • ...with --env-file .env and place LAYOUT=basic in the file
See installation page for more details.