Layout
⚙️ Configuration
Variable | Default | Values | Details |
---|---|---|---|
LAYOUT | basic | basic popup full | 🚧 Experimentaladded in v3.0 |
OPEN_NEW_TAB | false | true false | Open file in a new tab.added in v3.2 |
HIGHLIGHT_UPDATED | true | true false | When a file has been changed in the last 48 hours its last modified date gets bold.added in v2.0 |
TRANSITION | false | true 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
Use
docker run
...- ...with
-e LAYOUT=basic
- ...with
--env-file .env
and placeLAYOUT=basic
in the file