diff --git a/.env.sample b/.env.sample index 32143e6..3ff8bb7 100644 --- a/.env.sample +++ b/.env.sample @@ -4,6 +4,9 @@ LD_CONTAINER_NAME=linkding 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 diff --git a/bookmarks/templates/bookmarks/layout.html b/bookmarks/templates/bookmarks/layout.html index 16147e9..f2be882 100644 --- a/bookmarks/templates/bookmarks/layout.html +++ b/bookmarks/templates/bookmarks/layout.html @@ -44,7 +44,7 @@ {% endif %}