mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 03:54:13 +02:00
15 lines
508 B
Markdown
15 lines
508 B
Markdown
# Follow symlinks in frontend files
|
|
|
|
MediaManager can be configured to follow symlinks when serving frontend files. This is useful if you have a setup where your frontend files are stored in a different location, and you want to symlink them into the MediaManager frontend directory.
|
|
|
|
|
|
|
|
* `FRONTEND_FOLLOW_SYMLINKS`\
|
|
Set this environment variable to `true` to follow symlinks when serving frontend files. Default is `false`.
|
|
|
|
{% code title=".env" %}
|
|
```bash
|
|
FRONTEND_FOLLOW_SYMLINKS=true
|
|
```
|
|
{% endcode %}
|