You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the 0.12.0 release, the functionality to automatically validate and import the generated file was added. This is currently an experimental feature (especially headless importing).
You can enable this feature by setting a couple of environment variables (either in your .env or via Docker environment variables. You can enable either validating and/or importing by setting their respective variables.
Variable
Description
GHOSTFOLIO_VALIDATE=true
When set to true, the tool with automatically validate the generated file against Ghostfolio.
GHOSTFOLIO_IMPORT=true
When set to true, the tool will try to automatically import the generated file into Ghostfolio.
GHOSTFOLIO_URL=http://xxxxxxx
The endpoint of your local Ghostfolio instance. E.g. http://192.168.1.15:3333.
GHOSTFOLIO_SECRET=xxxxxxx
The credentials of your Ghostfolio user. Used to authenticate with the import API endpoint.
This functionality should work with the officially hosted Ghostfolio service, but it's prefered to use this with a locally hosted instance of Ghostfolio.
Please let me know if you like this feature, how it works for you (or if it doesn't) and if it needs any improvement. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As part of the 0.12.0 release, the functionality to automatically validate and import the generated file was added. This is currently an experimental feature (especially headless importing).
You can enable this feature by setting a couple of environment variables (either in your
.env
or via Docker environment variables. You can enable either validating and/or importing by setting their respective variables.GHOSTFOLIO_VALIDATE=true
GHOSTFOLIO_IMPORT=true
GHOSTFOLIO_URL=http://xxxxxxx
http://192.168.1.15:3333
.GHOSTFOLIO_SECRET=xxxxxxx
import
API endpoint.This functionality should work with the officially hosted Ghostfolio service, but it's prefered to use this with a locally hosted instance of Ghostfolio.
Please let me know if you like this feature, how it works for you (or if it doesn't) and if it needs any improvement. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions