..
2024-06-04T16:41:55Z
attribution.md
173
139 B
2024-06-04T16:41:55Z
download-count.md
173
731 B
2024-06-04T16:41:55Z
file-hashes.md.todo
166
0 B
2024-06-04T16:41:55Z
highlight-updated.md
176
441 B
2024-06-04T16:41:55Z
i18n.md
173
1.09 KB
2024-06-04T16:41:55Z
icons.md
159
93 B
2024-06-04T16:41:55Z
ignore.mdx
200
906 B
2024-06-04T16:41:55Z
language.md.todo
198
351 B
2024-06-04T16:41:55Z
metadata.md
166
1.55 KB
2024-06-04T16:41:55Z
password.mdx
218
753 B
2024-06-04T16:41:55Z
readme.md
158
751 B
2024-06-04T16:41:55Z
sort.md
166
330 B
2024-06-04T16:41:55Z
themes.md
173
2.97 KB
2024-06-04T16:41:55Z
_category_.json
126
138 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