..
2024-06-04T16:41:55Z
attribution.md
28
139.00 B
2024-06-04T16:41:55Z
download-count.md
28
731.00 B
2024-06-04T16:41:55Z
file-hashes.md.todo
27
0.00 B
2024-06-04T16:41:55Z
highlight-updated.md
27
441.00 B
2024-06-04T16:41:55Z
i18n.md
26
1.09KB
2024-06-04T16:41:55Z
icons.md
26
93.00 B
2024-06-04T16:41:55Z
ignore.mdx
22
906.00 B
2024-06-04T16:41:55Z
language.md.todo
30
351.00 B
2024-06-04T16:41:55Z
metadata.md
27
1.55KB
2024-06-04T16:41:55Z
password.mdx
27
753.00 B
2024-06-04T16:41:55Z
readme.md
26
751.00 B
2024-06-04T16:41:55Z
sort.md
25
330.00 B
2024-06-04T16:41:55Z
themes.md
24
2.97KB
2024-06-04T16:41:55Z
_category_.json
11
138.00 B
2024-06-04T16:41:55Z

sidebar_position: 4

Readme rendering

If there is a readme.md (case insensitive) file in the current directory, it will be rendered. GitHub flavored markdown is supported.

:::info By default unsafe HTML inside markdown (such as <script>) will be escaped. You can allow any html by setting the environment variable ALLOW_RAW_HTML to true when starting the container. However, allowing untrusted HTML can result in XSS attacks. :::

This feature is enabled by default. To disable this, set the environment variable NO_README_RENDER to true when starting the container.

docker run -d -p 8080:80 -v /my/local/folder:/var/www/html/public:ro -e NO_README_RENDER=true -v redissave:/var/lib/redis/ -it adrianschubek/dir-browser