"description":"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.",
"install_methods":[
{
"type":"default",
"script":"ct/ghostfolio.sh",
"resources":{
"cpu":2,
"ram":4096,
"hdd":8,
"os":"debian",
"version":"13"
}
}
],
"default_credentials":{
"username":null,
"password":null
},
"notes":[
{
"text":"Create your first user account by visiting the web interface and clicking 'Get Started'. The first user will automatically get admin privileges.",
"type":"info"
},
{
"text":"Database and Redis credentials: `cat ~/ghostfolio.creds`",
"type":"info"
},
{
"text":"Optional: CoinGecko API keys can be added during installation or later in the .env file for enhanced cryptocurrency data.",
"type":"info"
},
{
"text":"Build process requires 4GB RAM (runtime: ~2GB). A temporary swap file will be created automatically if insufficient memory is detected.",