Skip to content

[Script request] Firefly Importer #1193

Discussion options

You must be logged in to vote

@bjk201 @bobloadmire @Pyromane @arlequii @a-hersa
Do this inside FireFly LXC:

cd $HOME
curl -fsSL https://github.com/firefly-iii/data-importer/releases/download/v1.6.3/DataImporter-v1.6.3.tar.gz -o DataImporter-v1.6.3.tar.gz
mkdir -p /opt/firefly/public/data-importer
tar -xvf DataImporter-v1.6.3.tar.gz -C /opt/firefly/public/data-importer
cp /opt/firefly/public/data-importer/.env.example /opt/firefly/public/data-importer/.env

edit the .env file to match your environment, save it, then do:

chown -R www-data:www-data /opt/firefly
rm -f $HOME/DataImporter-v1.6.3.tar.gz

Your importer awaits you at http://<YOUR_LXC_IP>/data-importer/public/

If you want to delete the importer, do:

rm -rf /opt/f…

Replies: 8 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bjk201
Comment options

Comment options

You must be logged in to vote
1 reply
@Pyromane
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tremor021
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigation We are looking into it
8 participants