You've already forked pruchase_jhw
23 lines
866 B
YAML
23 lines
866 B
YAML
# ==========================================
|
|
# Site Accounts Configuration (容器部署版)
|
|
# ==========================================
|
|
# 容器内路径约定:
|
|
# - user_data_dir 必须位于 /app/chrome-profile/ 下(compose 已挂载持久化卷)
|
|
# - 本文件由 compose 挂载到 /app/config/accounts.yaml,可在 http://<host>:8080/accounts 在线编辑
|
|
#
|
|
# 代理注意:容器内 127.0.0.1 指向容器自身!
|
|
# - 代理跑在宿主机时,使用 http://host.docker.internal:<port>(compose 已配置 host-gateway)
|
|
# - 或直接填写代理服务器的内网/公网地址
|
|
|
|
sites:
|
|
surugaya:
|
|
- account_id: "trdian023@tokugen.jp"
|
|
username: "trdian023@tokugen.jp"
|
|
password: "trdian023.."
|
|
user_data_dir: "/app/chrome-profile/787235076"
|
|
proxy: ""
|
|
|
|
# Future sites can be appended here
|
|
mercari: []
|
|
yahoo: []
|