..
2024-06-04T16:41:55Z
attribution.md
27
139.00 B
2024-06-04T16:41:55Z
download-count.md
29
731.00 B
2024-06-04T16:41:55Z
file-hashes.md.todo
28
0.00 B
2024-06-04T16:41:55Z
i18n.md
26
400.00 B
2024-06-04T16:41:55Z
ignore.mdx
24
915.00 B
2024-06-04T16:41:55Z
language.md.todo
26
351.00 B
2024-06-04T16:41:55Z
password.mdx
27
1.16KB
2024-06-04T16:41:55Z
php.md
30
700.00 B
2024-06-04T16:41:55Z
readme.md
27
751.00 B
2024-06-04T16:41:55Z
sort.md
26
330.00 B
2024-06-04T16:41:55Z
themes.md
25
2.97KB
2024-06-04T16:41:55Z
_category_.json
10
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