mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-05-12 16:10:11 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d73628ee3 | ||
|
|
9cbf8c2135 | ||
|
|
3117a1be9d |
|
|
@ -43,8 +43,10 @@ ENV NODE_ENV=production
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=production-deps /app/node_modules /app/node_modules
|
COPY --from=production-deps /app/node_modules /app/node_modules
|
||||||
COPY --from=build /app/build /app
|
COPY --from=build /app/build /app
|
||||||
# Copy root package.json for version info
|
# Generate version.json from the VERSION build-arg so the image tag is the
|
||||||
COPY package.json /app/version.json
|
# single source of truth (previously copied root package.json, which drifted
|
||||||
|
# from the tag when semantic-release did not commit the bump back).
|
||||||
|
RUN echo "{\"version\":\"${VERSION}\"}" > /app/version.json
|
||||||
|
|
||||||
# Copy docs and README for access within the container
|
# Copy docs and README for access within the container
|
||||||
COPY admin/docs /app/docs
|
COPY admin/docs /app/docs
|
||||||
|
|
|
||||||
|
|
@ -114,6 +114,18 @@ The Maps feature requires downloaded map data. If you see a blank area:
|
||||||
3. Wait for downloads to complete
|
3. Wait for downloads to complete
|
||||||
4. Return to Maps and refresh
|
4. Return to Maps and refresh
|
||||||
|
|
||||||
|
### ERROR: Failed to load the XML library file '/data/kiwix-library.xml'
|
||||||
|
|
||||||
|
This usually means the Information Library service started before its Kiwix library index was fully initialized.
|
||||||
|
|
||||||
|
Try this recovery flow:
|
||||||
|
1. Go to **[Apps](/settings/apps)**
|
||||||
|
2. Stop **Information Library (Kiwix)**
|
||||||
|
3. Wait 10-15 seconds, then start it again
|
||||||
|
4. If the error persists, run **Force Reinstall** for Information Library from the same page
|
||||||
|
|
||||||
|
After restart/reinstall completes, refresh the Information Library page.
|
||||||
|
|
||||||
### AI responses are slow
|
### AI responses are slow
|
||||||
|
|
||||||
Local AI requires significant computing power. To improve speed:
|
Local AI requires significant computing power. To improve speed:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## Unreleased
|
## Version 1.31.1 - April 21, 2026
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user