Commit Graph

228 Commits

Author SHA1 Message Date
TechArtDev 779433a66c Merge pull request #30 from lukcz/add-polish-translation
Add Polish (pl) translation
2026-02-06 12:00:20 +02:00
techartdev ea9c70be5c Update OpenClaw version to 0.5.35 and add gateway mode configuration 2026-02-06 11:58:44 +02:00
lukcz 6e8a64b15d Add gateway_mode translation
- Added Polish translation for upcoming gateway_mode config option
- Requested by maintainer in PR review
- Translation: local/remote gateway operation mode
2026-02-06 10:39:42 +01:00
lukcz 378f419cf3 Add Polish (pl) translation for OpenClaw Assistant
- Added openclaw_assistant/translations/pl.yaml
- Translated all configuration options to Polish
- Follows existing translation format (en, de, es, bg)
2026-02-06 10:08:53 +01:00
TechArtDev b2c9c17da5 Merge pull request #29 from techartdev/tty-configurable-port
Bump version to 0.5.34 in config.yaml
2026-02-05 12:40:26 +02:00
techartdev cf892cd022 Bump version to 0.5.34 in config.yaml 2026-02-05 12:39:57 +02:00
TechArtDev 6b74131a54 Merge pull request #28 from techartdev/tty-configurable-port
Add configurable terminal port support and update translations
2026-02-05 12:38:39 +02:00
techartdev f9c80534ea Implement PID file management for ttyd to prevent port conflicts 2026-02-05 12:24:55 +02:00
techartdev 517a4fbbd7 Validate terminal port configuration and improve error handling in run.sh 2026-02-05 12:09:27 +02:00
techartdev 65de88dc14 Add terminal configuration options to documentation 2026-02-05 12:07:39 +02:00
TechArtDev c3301c2445 Update openclaw_assistant/run.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 12:04:07 +02:00
techartdev c59417a180 Add terminal port configuration option to config.yaml 2026-02-05 12:03:05 +02:00
techartdev 9e4987d25f Add configurable terminal port support and update translations
- Updated nginx configuration to use a placeholder for terminal port.
- Modified run.sh to read terminal port from options file and start ttyd on the specified port.
- Added terminal port configuration option in English, Bulgarian, German, and Spanish translations.
2026-02-05 09:57:41 +02:00
techartdev e6d6f62da6 Update Dockerfile and configuration for OpenClaw Assistant
- Added vim and nano to the Dockerfile for improved editing capabilities.
- Bumped version to 0.5.33 in config.yaml.
- Set OpenClaw directories in run.sh to ensure persistence across updates.
2026-02-04 16:49:58 +02:00
TechArtDev 5000cc94b1 Merge pull request #24 from techartdev/bot/openclaw-bump-2026.2.2-3
Bump OpenClaw to 2026.2.2-3
2026-02-04 10:34:00 +02:00
root 9ff267ca45 Bump OpenClaw to 2026.2.2-3 (add-on 0.5.32) 2026-02-04 10:32:44 +02:00
TechArtDev 71734b49f0 Add browser automation features to README
Added features section for browser automation using Chromium, including configuration options and notes for Docker usage.
2026-02-03 23:57:50 +02:00
techartdev 197a1692f5 Add Chromium installation for website automation and update version to 0.5.31 2026-02-03 23:31:17 +02:00
techartdev d2251fb4d8 Add brew wrapper script and install sudo in Dockerfile; update version to 0.5.30 2026-02-03 10:19:42 +02:00
techartdev 2dec26b243 Add Homebrew installation for OpenClaw skill dependencies and update version to 0.5.29 2026-02-02 20:36:01 +02:00
techartdev 261ad00637 Add build-essential package to Dockerfile and update version in config.yaml to 0.5.28 2026-02-02 15:01:15 +02:00
techartdev 5d08325190 Enhance documentation for LAN access and insecure authentication options in OpenClaw Assistant 2026-02-02 02:40:34 +02:00
techartdev 1db5009f0b Update gateway settings and translations for allow_insecure_auth option 2026-02-02 02:16:59 +02:00
TechArtDev ef9b9a8ce6 Merge pull request #18 from techartdev/master
merge new gateway configs from dev build
2026-02-02 02:02:44 +02:00
techartdev cb68662eb6 merge new gateway configs from dev build 2026-02-02 02:02:16 +02:00
TechArtDev 9aab638714 Merge pull request #17 from techartdev/techartdev-patch-1
Techartdev patch 1
2026-02-01 21:59:53 +02:00
TechArtDev d039c7ee63 Merge pull request #16 from techartdev/techartdev-patch-1-1
Bump version to 0.5.25 in config.yaml
2026-02-01 21:59:24 +02:00
TechArtDev 40ed2e5488 Bump version to 0.5.25 in config.yaml 2026-02-01 21:59:02 +02:00
TechArtDev 51e62d0df9 Fix architecture detection for ttyd installation 2026-02-01 21:58:32 +02:00
TechArtDev 2f07405b8e Merge pull request #15 from techartdev/feat/debian-bookworm-rpi
Switch base to Debian Bookworm; add Pi arch support; update OpenClaw …
2026-02-01 19:54:04 +02:00
root 4d9cc91e80 Switch base to Debian Bookworm; add Pi arch support; update OpenClaw + ttyd 2026-02-01 19:44:02 +02:00
TechArtDev e307670421 Merge pull request #11 from techartdev/develop
Merge pull request #10 from techartdev/main
2026-02-01 03:59:32 +02:00
TechArtDev 020c4ff160 Merge pull request #10 from techartdev/main
sync dev
2026-02-01 03:39:21 +02:00
root a12c4a5912 Revert bundled OpenClaw to 2026.1.29 (avoid node-llama-cpp build failures); simplify Dockerfile; bump add-on to 0.5.23 2026-02-01 03:35:52 +02:00
root ea3b7e9981 Fix apk musl conflict: derive Alpine repo version dynamically; bump add-on to 0.5.22 2026-02-01 03:31:39 +02:00
root 4353c82f03 Fix build: add compiler toolchain for node-llama-cpp (build-base, linux-headers); bump add-on to 0.5.21 2026-02-01 03:27:39 +02:00
root 6e3bdbf573 Fix build: add make/cmake + xpm for node-llama-cpp; bump add-on to 0.5.20 2026-02-01 03:18:51 +02:00
root 087a91555b Fix npm optional flags (remove deprecated config); bump add-on to 0.5.19 2026-02-01 03:14:00 +02:00
root 32d4536b44 Fix OpenClaw install: force-skip optional deps (no native builds); bump add-on to 0.5.18 2026-02-01 03:10:32 +02:00
root 5d707fab62 Docker: pin apk repositories for build deps (cmake/build-base); bump add-on to 0.5.17 2026-02-01 03:07:26 +02:00
root 626d157a3f Fix OpenClaw install on Alpine: add build tools + xpm; bump add-on to 0.5.16 2026-02-01 03:04:05 +02:00
TechArtDev 32ecb5f87b Merge pull request #8 from techartdev/develop
Develop
2026-02-01 02:58:58 +02:00
TechArtDev 31f035fa77 Merge branch 'main' into develop 2026-02-01 02:58:48 +02:00
TechArtDev ba400ae2aa Merge pull request #7 from techartdev/bot/omit-optional-deps
Fix add-on build: omit optional deps during OpenClaw install
2026-02-01 02:54:42 +02:00
root 3fbee684f8 Fix build on Alpine: omit OpenClaw optional deps (skip node-llama-cpp); bump add-on to 0.5.14 2026-02-01 02:54:35 +02:00
root d5a6c5d75f Fix omit optional deps flags for npm install; bump add-on to 0.5.15 2026-02-01 02:53:35 +02:00
root 960740f365 Docker: omit optional deps during openclaw install (avoid node-llama-cpp build); bump add-on to 0.5.14 2026-02-01 02:52:43 +02:00
TechArtDev b958a38360 Merge pull request #5 from techartdev/develop
Develop
2026-02-01 02:30:39 +02:00
TechArtDev 1f808bc68c Merge pull request #4 from techartdev/bot/add-mit-license
Add MIT License
2026-02-01 02:30:09 +02:00
root e93b343ce5 Add MIT license 2026-02-01 02:28:53 +02:00