Sync InvenTree part links to Bambuddy archives

This commit is contained in:
2026-04-15 14:24:37 +03:00
parent beaa210466
commit 49d3120395
6 changed files with 57 additions and 2 deletions

View File

@@ -117,6 +117,22 @@ OVERWRITE_PART_IMAGES=false
Set `OVERWRITE_PART_IMAGES=true` if Bambuddy thumbnails should replace existing part images.
## Bambuddy External Links
When `SYNC_ARCHIVE_EXTERNAL_LINK=true`, the service writes the InvenTree part page URL into Bambuddy archive `external_url`.
The default link format is:
```text
<INVENTREE_WEB_URL or INVENTREE_BASE_URL>/web/part/<part_id>/
```
Existing non-InvenTree external links are preserved unless:
```env
OVERWRITE_ARCHIVE_EXTERNAL_LINK=true
```
## Useful Endpoints
```text