ABOUT
Ghostfolio is an open source wealth management software built with web technology. The application empowers busy people to keep track of stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions.
infoCreate your first user account by visiting the web interface and clicking 'Get Started'. The first user will automatically get admin privileges.
infoDatabase and Redis credentials: `cat ~/ghostfolio.creds`
infoOptional: CoinGecko API keys can be added during installation or later in the .env file for enhanced cryptocurrency data.
warningBuild process requires 4GB RAM (runtime: ~2GB). A temporary swap file will be created automatically if insufficient memory is detected.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM8 GB disk
Config path/opt/ghostfolio/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/ghostfolio.sh'; sha='416eb2bc4251282366fd1954bf81a7deefdc9bc8fd5f876cc4c311a2ffbd58d1'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/ghostfolio.shSHA-256 416eb2bc4251282366fd1954bf81a7deefdc9bc8fd5f876cc4c311a2ffbd58d1 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.