mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-24 14:02:13 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
808 B
808 B
title, description
| title | description |
|---|---|
| Ghostfolio | Ghostfolio Widget Configuration |
Learn more about Ghostfolio.
Authentication requires manually obtaining a Bearer token which can be obtained by make a POST request to the API e.g.
curl -X POST http://localhost:3333/api/v1/auth/anonymous -H 'Content-Type: application/json' -d '{ "accessToken": "SECURITY_TOKEN_OF_ACCOUNT" }'
See the official docs.
Note that the Bearer token is valid for 6 months, after which a new one must be generated.
Allowed fields: ["gross_percent_today", "gross_percent_1y", "gross_percent_max", "net_worth"]
widget:
type: ghostfolio
url: http://ghostfoliohost:port
key: ghostfoliobearertoken