aboutsummarylogtreecommitdiffstats
path: root/astrbotctl.functions
AgeCommit message (Expand)Author
2026-05-30switch astrbot-git to master branchLIghtJUNction
2026-05-30update to version 4.25.1.r663.gf48c1143-1LIghtJUNction
2026-04-29update to version 4.23.6.r623.g585b8714-2LIghtJUNction
2026-04-19syncLIghtJUNction
2026-04-03update to version 4.22.2.r530.g2126002b-4LIghtJUNction
2026-04-02pkgver: read from /var/lib/astrbot/.version, write version in all install pathsLIghtJUNction
2026-04-02pkgver: use hardcoded version, no network needed at build timeLIghtJUNction
2026-03-27fix: add CARGO_TARGET_DIR to redirect maturin/Rust build outputLIghtJUNction
2026-03-27fix: redirect Rust cargo builds to /var/cache/astrbotLIghtJUNction
2026-03-25fix: skip venv rebuild during update — overlay exposes new code directlyLIghtJUNction
2026-03-25fix: chown overlay upperdir to astrbot before update stepsLIghtJUNction
2026-03-25fix: hardcode /usr/bin path in runuser heredoc, remove ASTRBOTCTL_FUNCS env varLIghtJUNction
2026-03-25fix: hardcoded /usr/local/lib path in ASTRBOTCTL_FUNCS, use /usr/binLIghtJUNction
2026-03-25fix: move venv to instance data dir, simplify service BindPaths onlyLIghtJUNction
2026-03-24fix: move uv cache to instance data dir, bypass ProtectSystem=strict restrictionLIghtJUNction
2026-03-24fix: move venv to /tmp as well, ReadWritePaths doesn't cover venv path with P...LIghtJUNction
2026-03-24fix: use /tmp for uv cache to bypass systemd namespace read-only fs, remove h...LIghtJUNction
2026-03-24fix: use uv venv --clear instead of rm -rf to handle read-only systemd namesp...LIghtJUNction
2026-03-23fix: use shell variable for dashboard_enable instead of parsing conf fileLIghtJUNction
2026-03-23fix: fix subshell scope issue in sync_cmd_config dashboard_enable lookupLIghtJUNction
2026-03-23fix: sync dashboard.enable to cmd_config.json on startupLIghtJUNction
2026-03-23update to version 4.22.0.r254.gbf21f1a4-2LIghtJUNction
2026-03-23fix: export SSL variables before envsubst in render_config_from_templatelightjunction
2026-03-23fix: handle UTF-8 BOM in cmd_config.jsonlightjunction
2026-03-23fix: sync cmd_config.json when resetting instance configlightjunction
2026-03-23fix: clone directly from GitHub instead of relying on local mirrorLIghtJUNction
2026-03-23fix: rename list subcommand to lsLIghtJUNction
2026-03-23fix: pass ASTRBOT_DASHBOARD_SSL_* env vars to python processLIghtJUNction
2026-03-23feat: add overlayfs snapshot update with automatic rollbackLIghtJUNction
2026-03-23fix: add dashboard symlink fix and update command improvementsLIghtJUNction
2026-03-23Fix CLI/run prefixing: pass through subcommands; ensure 'run' used only when ...LIghtJUNction
2026-03-23fix: multiple astrbotctl bugs and improve tmpl.confLIghtJUNction
2026-03-23update to version 4.22.0.r205.g2c830039-2LIghtJUNction
2026-03-22astrbotctl: add self-heal for missing /opt/astrbotLIghtJUNction
2026-03-22fix(ctl): .env path mismatch and missing env vars on execLIghtJUNction
2026-03-22chore: AstrBot@dev (2026-03-22 21:53:07)LIghtJUNction
2026-03-22simplify: streamline startup flowLIghtJUNction
2026-03-22fix(ctl): resolve all shellcheck errorsLIghtJUNction
2026-03-22refactor(ctl): extract functions to astrbotctl.functions; fix zsh/bash compatLIghtJUNction