diff --git a/resources/views/admin/settings/home.blade.php b/resources/views/admin/settings/home.blade.php new file mode 100644 index 000000000..59fdfbf11 --- /dev/null +++ b/resources/views/admin/settings/home.blade.php @@ -0,0 +1,63 @@ +@extends('admin.partial.template') + +@include('admin.settings.sidebar') + +@section('section') +
+

Settings

+
+
+
+ @csrf +
+ +
+ +

Site name, default: pixelfed

+
+
+
+ +
+ +

App URL, used for building URLs ex: https://example.org

+
+
+ +
+ +
+ +

Used for routing ex: example.org

+
+
+ + +
+ +
+ +

Used for routing the admin dashboard ex: admin.example.org

+
+
+ + {{--
+
+
+ +
+
+

Tip:

+

You can edit the .env file in the Configuration settings.

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