GasMoney
Docker 应用程序 from mmenanno's Repository
概述
Self-hosted, single-screen calculator that estimates the gas cost of any trip you've driven (or are about to drive). Feed it GasBuddy CSV exports, or wire up the optional auto-sync that drives a bundled Chromium through GasBuddy's login, and it works out per-trip cost from the fuel-economy and pump-price values bracketing the trip date. Pinned vehicles get $/km dashboard tiles (latest fillup + 5-fillup average). Saved trips, manual fillup entry, and a year-by-year backfill mode are all built in.
运行时参数
- 网络用户界面
http://[IP]:[PORT:9292]/- 网络
bridge- 外壳
bash- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
WebUIPorttcp
Application web UI.
- 目标
- 9292
- 默认值
- 9292
- 价值
- 9292
Data PathPathrw
Persistent SQLite database (vehicles, fillups, saved trips, sync runs, GasBuddy credentials encrypted at rest) plus the auto-generated encryption key.
- 目标
- /app/state
- 默认值
- /mnt/user/appdata/gasmoney
- 价值
- /mnt/user/appdata/gasmoney
PUIDVariable
Host user id the container should run as. Default 99 matches Unraid's `nobody`.
- 默认值
- 99
- 价值
- 99
PGIDVariable
Host group id the container should run as. Default 100 matches Unraid's `users`.
- 默认值
- 100
- 价值
- 100
UMASKVariable
File-mode creation mask. 022 (default) = files 644, dirs 755.
- 默认值
- 022
- 价值
- 022
详细信息
存储库
ghcr.io/mmenanno/gasmoney:latest最后更新2026-05-31
初见2026-05-04
在Unraid 上运行 GasMoney 。
GasMoney 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。