tee /etc/apt/sources.list <<EOF deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware EOF
刷新缓存
apt-get clean
apt-get update
一键安装Docker 和 docker compose:
apt-get update && curl -fsSL https://get.docker.com | sh
cat <<EOF > /etc/apt/sources.list deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free EOF
services: trilium: # Optionally, replace `latest` with a version tag like `v0.90.3` # Using `latest` may cause unintended updates to the container image: triliumnext/trilium:latest # Restart the container unless it was stopped by the user restart: unless-stopped environment: - TRILIUM_DATA_DIR=/home/node/trilium-data ports: - '8080:8080' volumes: # Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory. # This can also be changed with by replacing the line below with `- /path/of/your/choice:/home/node/trilium-data - ${TRILIUM_DATA_DIR:-~/trilium-data}:/home/node/trilium-data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro
include /usr/local/openresty/nginx/conf/conf.d/*.conf; include /usr/local/openresty/nginx/conf/default/*.conf; include /usr/local/openresty/1pwaf/data/conf/waf.conf;
◇ I understand this is powerful and inherently risky. Continue?
│ “Yes” 确认风险
◇ Onboarding mode
│ “QuickStart” 快速启动
◇ Model/auth provider
│ “Skip for now”跳过模型选择
◇ Filter models by provider
│ “All providers”(默认推荐)
◆ Default model │ ● Keep current (default: anthropic/claude-opus-4-6)
◆ Select channel (QuickStart)
│ Skip for now (You can add channels later via openclaw channels add)
◇ Configure skills now? (recommended) │ Yes ◇ Install missing skill dependencies │ Skip for now ◆ Set GOOGLE_PLACES_API_KEY for goplaces? │ ○ Yes / ● No ◆ Enable hooks? │ ◻ Skip for now
近期评论