diff --git a/resources/views/settings/import/mastodon/home.blade.php b/resources/views/settings/import/mastodon/home.blade.php new file mode 100644 index 000000000..3affca057 --- /dev/null +++ b/resources/views/settings/import/mastodon/home.blade.php @@ -0,0 +1,31 @@ +@extends('settings.template') + +@section('section') + +
+

Import from Mastodon

+
+
+
+
+

You can download an Mastodon backup here.

+
+

Requirements:

+ +

Process:

+
    +
  1. Upload outbox.json file
  2. +
  3. Upload media_attachments directory
  4. +
  5. Confirm each post
  6. +
  7. Import Data
  8. +
+

+ Start Import +

+
+ + +@endsection \ No newline at end of file