Yajing
f42ae460f1
docs: add speaches ( #2887 )
...
* add speaches
* update tutorials
* update info about initialization
* update prerequisites
* hide api instructions and remove code output screenshots
* remove indextts2 doc
* reorder FAQs
* fix typos and formatting
---------
Co-authored-by: Meow33 <supermonkey03@163.com>
2026-04-21 15:35:53 +08:00
wiy
160562e7cd
feat(olares-app): update olares-app version to v1.10.15 ( #2924 )
Lint and Test Charts / check-permission (push) Waiting to run
Lint and Test Charts / push-deps (push) Blocked by required conditions
Lint and Test Charts / push-deps-arm64 (push) Blocked by required conditions
Lint and Test Charts / upload-package (push) Blocked by required conditions
Lint and Test Charts / install-test (push) Blocked by required conditions
Lint and Test Charts / lint-test (push) Blocked by required conditions
Lint and Test Charts / test-version (push) Blocked by required conditions
Lint and Test Charts / upload-cli (push) Blocked by required conditions
Lint and Test Charts / upload-daemon (push) Blocked by required conditions
Lint and Test Charts / push-image (push) Blocked by required conditions
Lint and Test Charts / push-image-arm64 (push) Blocked by required conditions
2026-04-21 00:33:38 +08:00
eball
7e98e070ac
vault: add DNS configuration options ( #2922 )
2026-04-21 00:33:09 +08:00
Peng Peng
61d793e4c6
cli, daemon: add olares-cli status backed by olaresd /system/status ( #2917 )
...
* cli, daemon: add `olares-cli status` backed by olaresd /system/status
Adds a new top-level `olares-cli status` command that calls the local
olaresd daemon's `/system/status` HTTP endpoint and prints either a
grouped, annotated human-readable report or raw JSON.
To avoid duplicating the response schema, the daemon's `state` struct
and related enums are extracted into a new shared package
`cli/pkg/daemon/state`. The daemon now type-aliases those types so all
existing daemon call sites keep compiling unchanged.
Made-with: Cursor
* cli: drop unused state.APIResponse envelope type
The HTTP client in cli/pkg/daemon/api/client.go intentionally uses an
inline anonymous envelope with json.RawMessage for the data field so
that --json mode can passthrough the bytes verbatim, so the public
APIResponse{Data State} type defined here had zero references. Remove
it; if a strongly-typed consumer ever shows up, re-add then.
Addresses Cursor Bugbot feedback on PR #2917 .
Made-with: Cursor
2026-04-21 00:29:50 +08:00
Power-One-2025
7841231c2f
docs: restructure Olares One access methods into standalone pages ( #2907 )
...
* add topics, update toc, for EN version
* add ZH version
* refine edits
* batch improve wording
---------
Co-authored-by: yajing wang <413741312@qq.com>
2026-04-20 21:30:51 +08:00
Meow33
c1884d034b
docs: add LarePass Linux download and account switching info ( #2889 )
...
* docs: add LarePass Linux download info and account switching instructions
* added account switching doc and reorganized account navigation
* fix wording
* update screenshot
---------
Co-authored-by: yajing wang <413741312@qq.com>
2026-04-20 16:45:09 +08:00
Power-One-2025
5862f75c98
docs: Update SSH login step for activated Olares scenario ( #2896 )
...
Lint and Test Charts / install-test (push) Has been cancelled
Lint and Test Charts / check-permission (push) Has been cancelled
Lint and Test Charts / lint-test (push) Has been cancelled
Lint and Test Charts / test-version (push) Has been cancelled
Lint and Test Charts / upload-cli (push) Has been cancelled
Lint and Test Charts / upload-daemon (push) Has been cancelled
Lint and Test Charts / push-image (push) Has been cancelled
Lint and Test Charts / push-image-arm64 (push) Has been cancelled
Lint and Test Charts / push-deps (push) Has been cancelled
Lint and Test Charts / push-deps-arm64 (push) Has been cancelled
Lint and Test Charts / upload-package (push) Has been cancelled
* Update SSH login step for activated Olares
* Update docs/one/dual-boot-dual-drive.md
---------
Co-authored-by: Yajing <110797546+fnalways@users.noreply.github.com>
2026-04-18 00:47:24 +08:00
Meow33
f8c79edc5a
docs: update endpoint instructions and screenshots across docs ( #2914 )
...
* docs:update endpoint instructions and screenshots across docs
* fix wording & images
* retire deerflow
* fix wording
---------
Co-authored-by: yajing wang <413741312@qq.com>
2026-04-18 00:45:31 +08:00
wiy
5cf49d34ae
feat(olares-app): release new versiion to v1.10.14 ( #2915 )
2026-04-18 00:38:32 +08:00
aby913
b0aac9c517
chartrepo: refactor image-analyzer with blocking locks ( #2913 )
2026-04-18 00:38:02 +08:00
dkeven
a00b7473be
fix(tapr): filter search domain that conflicts with cluster local ( #2906 )
...
* fix(tapr): filter search domain that conflicts with cluster local
* chore(tapr): update sysevent image version to 0.2.19
2026-04-18 00:37:29 +08:00
hysyeah
e1783475c8
fix(appservice): set need apply to false in setvalues ( #2911 )
...
* refactor: unify the helm values set in download/upgrade/install
* fix(upgrading): track download completion state in UpgradingApp
* fix(upgrading): streamline timeout logic in IsTimeout method
* fix: set need apply to false
* update appservice image tag to 0.5.15
---------
Co-authored-by: eball <liuy102@hotmail.com>
2026-04-18 00:36:44 +08:00
eball
57771e943c
authelia: fix reloading sub-resource authorization missing ( #2909 )
2026-04-18 00:35:52 +08:00
Power-One-2025
e6983f76e7
docs: add prerequisites and common issue to Context7 tutorial ( #2912 )
...
* address comments
* update file path for accuracy
* remove image
* fix wording
---------
Co-authored-by: yajing wang <413741312@qq.com>
2026-04-17 23:38:55 +08:00
Yajing
cf3a43b8d0
docs: batch fix inconsistencies ( #2908 )
...
* hide stirling pdf due to ui refactoring
* update vane
* retire deerflow
2026-04-17 23:12:55 +08:00
Yajing
0e6d017bb4
docs: clarify password usage for newly added members when joining an org in larepass ( #2893 )
...
clarify password usage for newly added members when joining an org in larepass
2026-04-17 18:19:03 +08:00
Meow33
47b53e27e4
docs: update LarePass login instructions ( #2880 )
...
* docs: update LarePass login instructions
* updated login-related screenshots
2026-04-17 18:18:13 +08:00
Yajing
e0f85d973b
docs: add trek ( #2879 )
...
* add trek
* re-structure, validate steps, add images
* adjust image4s
* fix toc
* validate steps, optimize structure, add images
* submit missing files
* address comments
* refine image border
* optimize image sizes
* opt image size
* add old name in meta
* address comments
---------
Co-authored-by: Power-One-2025 <zhengchunhong@bytetrade.io>
2026-04-17 11:56:26 +08:00
wiy
ce5f11e962
feat(olares-app): release new version to v1.10.13 ( #2904 )
2026-04-17 00:12:11 +08:00
eball
8d59df2bfc
daemon: enforce master node requirement for specific commands ( #2903 )
...
* daemon: enforce master node requirement for specific commands and enhance sunshine proxy initialization
* fix: correct interface name from serverInf to serverIntf in mdns server
2026-04-17 00:11:25 +08:00
dkeven
f916f50a23
fix(cli): allow release version ovverride for local test ( #2902 )
2026-04-17 00:11:05 +08:00
berg
47329d4563
market, desktop: update set environment dialog title and fix desktop entrances status error ( #2899 )
...
feat: update system frontend version
2026-04-16 00:12:43 +08:00
lovehunter9
33844bb436
fix: files upload tempfiles over delete ( #2898 )
2026-04-16 00:12:09 +08:00
dkeven
f09f2f9ec7
fix(market): forward complete appenv struct between frontend and appservice ( #2897 )
2026-04-15 19:40:11 +08:00
aby913
dd4b4dbc72
backup: add log level, set resty debug env ( #2895 )
...
* fix: add debug mode
* backup: add log level
2026-04-15 13:56:06 +08:00
Power-One-2025
317e1f2ca5
docs: Update firmware (EC and BIOS) ( #2843 )
...
* initial draft
* update instructions and images
* add changelogs for EC and BIOS
* add latest two CDN download links
* only download the latest package
* update BIOS to use 101 package for now
* use BIOS 101 update package
* add highlight
* fix step numbering
* add EFI to BIOS 101 zip
* batch replace images in BIOS
* batch replace images in EC
* update download links
* Apply suggestions from code review
Co-authored-by: Yajing <110797546+fnalways@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Yajing <110797546+fnalways@users.noreply.github.com>
---------
Co-authored-by: Yajing <110797546+fnalways@users.noreply.github.com>
2026-04-15 11:03:56 +08:00
aby913
0a2b21648d
integration: remove debug env ( #2892 )
2026-04-15 00:08:26 +08:00
berg
991ef65a11
settings, desktop, market: fix some ui bugs ( #2890 )
...
feat: update system frontend version to 1.10.11
2026-04-15 00:07:49 +08:00
eball
53b93829d6
daemon: enhance GetCPUName to retrieve AIBOOK M1000 and Rockchip model names ( #2888 )
2026-04-15 00:06:57 +08:00
Power-One-2025
b8069f63cb
docs: update driver package download address ( #2882 )
...
update driver package download address
2026-04-14 21:02:04 +08:00
Power-One-2025
bfab6afe9e
docs: add network connectivity step for external MCP clients in Context7 tutorial ( #2886 )
...
* add step about enabling VPN in LarePass
* fix period
2026-04-14 20:56:38 +08:00
salt
b83afdad7a
feat: add non resource urls for backend:search3-provider ( #2884 )
...
feat: add non resource urls for search3
Co-authored-by: ubuntu <you@example.com>
2026-04-14 20:46:17 +08:00
dkeven
5bf19a562c
fix(gpu): clear node stats if it is removed ( #2885 )
2026-04-14 20:45:31 +08:00
eball
51214c3d80
cli: add functions to detect MThreads AI Book ( #2883 )
...
* feat(connector): add functions to detect Mthreads AI Book and RockChip models
* feat(gpu): add MThreads GPU support and related modules
* fix(cli): remove redundant import of amdgpu package
* chore(cli): remove unnecessary tasks when adding node
---------
Co-authored-by: dkeven <dkvvven@gmail.com>
2026-04-14 19:53:08 +08:00
Yajing
ebfa23852e
docs: add plane ( #2785 )
...
* add plane
* validate steps, design scenario, add screen shots
* fix toc
* address comments
* edits for consistency
---------
Co-authored-by: Power-One-2025 <zhengchunhong@bytetrade.io>
2026-04-14 19:30:40 +08:00
dkeven
1d3a3c6e1c
feat(cli): enable gpu plugin on worker node if eligible ( #2881 )
2026-04-14 17:42:29 +08:00
Yajing
cc47aece1c
docs: add anythingllm ( #2844 )
...
* add anythingllm
* add install images
* update instructions, add images
* address comment
---------
Co-authored-by: Power-One-2025 <zhengchunhong@bytetrade.io>
2026-04-14 16:16:01 +08:00
hysyeah
f2e791a2e5
refactor(appservice): unify the helm values set in download/upgrade/install ( #2874 )
...
* fix: v2 clone set new title (#2852 )
* refactor: unify the helm values set in download/upgrade/install
* update app-service image tag to 0.5.13
* fix(appstate): enhance upgrading app timeout handling and download progress tracking
* fix(upgrading): track download completion state in UpgradingApp
* fix(upgrading): streamline timeout logic in IsTimeout method
* update appservice image tag to 0.5.14
---------
Co-authored-by: eball <liuy102@hotmail.com>
2026-04-14 16:08:45 +08:00
aby913
666e3598d6
chartrepo: app info missing rendered spec fields ( #2873 )
...
* chartrepo: sync rendered spec updates to AppEntry when it diverges from RawData
* market: remove redundant locks and replace with atomic operations
2026-04-14 00:01:34 +08:00
aby913
9dbe200c9b
files: stream response body in share to prevent oom on large file ( #2871 )
2026-04-13 23:40:20 +08:00
wiy
738068a631
feat(olares-app): update new version to v1.10.10 ( #2870 )
2026-04-13 23:39:48 +08:00
dkeven
0b9da26dc8
fix(cli): skip collecting envoy config if not ready ( #2869 )
2026-04-13 22:54:41 +08:00
dkeven
ac2e460774
fix(nodeinit): use control-plane instead of master as node selector ( #2868 )
...
* fix(nodeinit): use control-plane instead of master as node selector
* chore(nodeinit): update image version to v0.0.12
2026-04-13 20:46:44 +08:00
dkeven
c97b42c4cf
feat(cli): add daily upgrader to migrate master node affinity ( #2865 )
...
feat(cli): add upgrader to migrate master node affinity
2026-04-13 19:19:38 +08:00
Yajing
8cebdf961b
docs: revamp custom domain related docs ( #2848 )
...
* update custom domain related docs
* batch fix wording to align style
* reuse content across tutorials, space, and larepass
* add irreversibility warning and refine custom domain step
* fix wording & update screenshots
* address comments
* fix wording & add zh-cn
2026-04-13 17:36:30 +08:00
dkeven
7fbe5c8688
fix(bfl): change preferred scheduling constraint to required ( #2863 )
...
* fix(bfl): change preferred scheduling constraint to required
* chore(bl): update image version to v0.4.44
* fix(bfl): use control-plane instead of master as node selector
2026-04-13 17:29:46 +08:00
dkeven
8760f9c923
fix(tapr): change preferred scheduling constraint to required ( #2862 )
...
* fix(tapr): change preferred scheduling constraint to required
* chore(tapr): update build dependency of golang to 1.25.9
* chore(tapr): update middleware operator to 0.2.33
* fix(tapr): use control-plane instead of master as node selector
* chore(tapr): update middleware operator to 0.2.34
* chore(tapr): update controller-gen version to be compatible with new golang verison
2026-04-13 17:28:14 +08:00
salt
7a73744ef8
feat: search3 upgrade to v0.1.8 ( #2858 )
...
Co-authored-by: ubuntu <you@example.com>
2026-04-13 15:30:53 +08:00
eball
173213a7d9
daemon: remove closed state management and simplify Close logic ( #2859 )
...
fix(dsr_proxy): remove closed state management and simplify Close logic
2026-04-13 13:59:40 +08:00
aby913
689dc81900
market: deadlocks, concurrency and memory fixes ( #2855 )
2026-04-11 00:54:30 +08:00