Commit Graph

8 Commits

Author SHA1 Message Date
renjue e6323dd639 Fix Docker web-builder COPY paths under WORKDIR /src/web.
CI / docker (push) Has been cancelled
Use ./src and ./public so Vite resolves /src/main.ts correctly instead of
nesting files under web/web/src.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:23:46 +08:00
renjue a32547a43e Fix Docker runtime stage APK_MIRROR default for apk install.
CI / docker (push) Failing after 3m53s
ARG before FROM is not visible in RUN; set APK_MIRROR default inside the
runtime stage so sed does not produce broken https:///alpine URLs in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:16:43 +08:00
renjue a831012c48 Add Gitea CI, align Docker for multi-arch, and drop legacy YAML config.
CI / docker (push) Failing after 1m35s
Introduce Gitea Actions workflow and CI-aligned Dockerfile; remove file-based
config in favor of SQLite settings; refresh branding and tighten gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:10:38 +08:00
renjue 694e3a8a4a Add image predictions, embedding/rerank egress, and Alpine Docker build.
Introduce ComfyUI workflow models with Replicate-style predictions API, complete embedding and Cohere-compatible rerank proxying, and rebuild images for linux/amd64 via docker.1panel.live.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-21 00:30:23 +08:00
renjue 78ff89574d Accept deprecated -config flag for old container entrypoints.
Ignore the removed config file path so git-pulled binaries still start under legacy image entrypoints; delegate container startup to the repo entrypoint when available.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 16:35:19 +08:00
renjue 7ab3bd9eff Move runtime configuration to admin UI and database.
Remove config-file validation that blocked startup; settings are stored in SQLite and editable from the system settings page, with optional legacy yaml import on first boot.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 16:32:35 +08:00
renjue 81840d1657 Switch npm registry from internal artifactory to npmmirror.
Regenerate package-lock.json so Docker builds can install dependencies in CN networks.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 16:05:40 +08:00
renjue 30c94aac92 Add Luminary AI gateway: Go backend, Vue admin UI, and Docker deploy.
Push full source so container entrypoint can clone, build, and run from git.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 15:59:43 +08:00