mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-29 22:00:51 +02:00
Linkwarden resolves STORAGE_FOLDER via path.join(process.cwd(), '../..', STORAGE_FOLDER) which produces /data_linkwarden/config/library instead of /config/library when the app runs from apps/web or apps/worker subdirectories. The symlink ensures data written to the resolved path ends up in the persistent addon config directory. Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/23af3f23-96f8-49a3-849a-82fb5feef2bc Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>