From 071c22ad2698e64ce2e3990158a727b4aa12a6b7 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 15:46:12 +0600 Subject: [PATCH] add dashboardFE to my server --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index fadc568..40ae323 100644 --- a/settings.php +++ b/settings.php @@ -4,7 +4,7 @@ $setting['appname'] = "Dashboard FE"; //url of where you are going to host your instance of DashboardFE -$setting['url'] = "https://your.url/dashboard"; +$setting['url'] = "http://aadils.computer/fedi"; //Short description $setting['description'] = "

Dashboard FE (or DashFE if you like it) it's a third party client/frontend for Pleroma and Mastodon that tries to mimic the look and feel of the Tumblr user dashboard, putting big emphasis in a timeline filled by media of all types

Currently a Work in Progress, DashFE can actually be used but it's very possible that there are still rough edges, missing features and stuff that needs to be corrected and/or optimized. Issues, suggestion or sugerences please contact @hideki@gameliberty.club via your favorite fediverse account.

Thank You

";