mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 02:48:27 +02:00

* Add support for context path add an optional environment variable: LD_CONTEXT_PATH * Fix for pull request code review comments Co-authored-by: s2marine <s2marine@gmail.com>
15 lines
539 B
Plaintext
15 lines
539 B
Plaintext
# Docker container name
|
|
LD_CONTAINER_NAME=linkding
|
|
# Port on the host system that the application should be published on
|
|
LD_HOST_PORT=9090
|
|
# Directory on the host system that should be mounted as data dir into the Docker container
|
|
LD_HOST_DATA_DIR=./data
|
|
# Can be used to run linkding under a context path, for example: linkding/
|
|
# Must end with a slash `/`
|
|
LD_CONTEXT_PATH=
|
|
|
|
# Option to disable background tasks
|
|
LD_DISABLE_BACKGROUND_TASKS=False
|
|
# Option to disable URL validation for bookmarks completely
|
|
LD_DISABLE_URL_VALIDATION=False
|