@extends('layout.v2') @section('content')

Firefly III Data Importer, @if(str_starts_with($version, 'develop')) {{ $version }} @else v{{ $version }} @endif

Firefly III Data Importer, @if(str_starts_with($version, 'develop')) {{ $version }} @else v{{ $version }} @endif

Welcome! This tool will help you import data into Firefly III. You can find instructions in the documentation. Any links you see to the documentation will open in a new window or tab.

To import data, you need to authenticate with Firefly III, and optionally with one of the data sources this importer supports.

@if($pat)

You're using a Personal Access Token to authenticate to Firefly III.

@endif @if($clientIdWithURL)

You're using a fixed Client ID and a fixed Firefly III URL to authenticate to Firefly III.

@endif @if($URLonly)

You're using a Client ID and a fixed Firefly III URL to authenticate to Firefly III.

@endif @if($flexible)

You're using a self-submitted Client ID and Firefly III URL to authenticate to Firefly III.

@endif
Configuration / connection error :(

The importer could not connect to Firefly III. Please remedy the error below first, and check out the documentation if necessary.

@if($enabled['file'])
Import a file
@endif @if($enabled['nordigen'])
Import from GoCardless

@endif @if($enabled['spectre'])
Import from Spectre

@endif @if($enabled['simplefin'])
Import from SimpleFIN

@endif
Extra information

If you change your settings, you may need to press start over for the settings to be recognized. If you are in doubt if the button works: your session identifier is "{{ $identifier }}" and should change every time you press the @if(!$isDocker)button,@else button or restart the container,@endif but it has to stay the same when you simply refresh the page.

Start over

@endsection @section('scripts') @vite(['src/pages/index/index.js']) @endsection