Wealthfolio
官方Docker 应用程序 from Wealthfolio's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:8088]/- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--user=99:100 --health-cmd="wget --quiet --tries=1 --spider http://127.0.0.1:8088/api/v1/healthz || exit 1" --health-interval=30s --health-timeout=10s --health-retries=3 --health-start-period=15s
模板配置
Host port to expose. Change if 8088 clashes with another container.
- 目标
- 8088
- 默认值
- 8088
- 价值
- 8088
Holds the SQLite database (wealthfolio.db) and the encrypted secrets file. BACK THIS UP.
- 目标
- /data
- 默认值
- /mnt/user/appdata/wealthfolio
- 价值
- /mnt/user/appdata/wealthfolio
REQUIRED. 32-byte key used to encrypt secrets at rest and sign session tokens. Generate ONCE with: openssl rand -base64 32 -- then save it somewhere safe. Losing it means losing all stored API keys and broker credentials.
REQUIRED unless WF_AUTH_REQUIRED=false. Argon2id PHC hash of your login password. Generate with: printf '%s' 'your-password' | argon2 yoursalt16chars -id -e -- then paste the full argon2id PHC string here.
REQUIRED when auth is enabled. Comma-separated list of origins allowed to call the API. Must EXACTLY match the URL in your browser address bar (scheme, host, and port). Example: http://192.168.1.10:8088 or https://wealthfolio.example.com
Set to false if a reverse proxy handles authentication (in which case leave WF_AUTH_PASSWORD_HASH empty).
- 默认值
- true
- 价值
- true
Session access token lifetime in minutes.
- 默认值
- 60
- 价值
- 60
HTTP request timeout in milliseconds. Default is 5 minutes -- generous to accommodate large broker syncs.
- 默认值
- 300000
- 价值
- 300000
Bind address inside the container. Leave at 0.0.0.0:8088 unless you know what you are doing.
- 默认值
- 0.0.0.0:8088
- 价值
- 0.0.0.0:8088
SQLite database path inside the container. Must live under /data so it persists.
- 默认值
- /data/wealthfolio.db
- 价值
- /data/wealthfolio.db
Log format: text (human-readable) or json (structured).
- 默认值
- text
- 价值
- text
下载统计数据
详细信息
wealthfolio/wealthfolio:latest在Unraid 上运行 Wealthfolio 。
Wealthfolio 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。