310321 Minor Changes

This commit is contained in:
daisuke
2021-03-31 15:17:50 -06:00
parent 2f70e11120
commit ddff7399ad
3 changed files with 24 additions and 10 deletions

View File

@ -3,13 +3,13 @@
//name of your particular DashboardFE instance, give it any name.
$setting['appname'] = "Dashboard FE";
//url of your DashboardFE instance without trailing slash
$setting['url'] = "https://your.url/dir";
//url of where you are going to host your instance of DashboardFE
$setting['url'] = "https://your.url/dashboard";
//Short description
$setting['description'] = "<p>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</p> <p>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 <b>@daisuke@stereophonic.space</b> via your favorite fediverse account.</p><p>Thank You</p>";
//Locked Instance
//If you prefer your instance of DashboardFE to be locked to a certain instance (your own instance, for example) and prevent it's use on another sites, just uncomment the following line and put the url of the desired instance
//If you prefer your instance of DashboardFE to be locked to a certain fediverse server (your own server, for example) and prevent it's use on another sites, just uncomment the following line and put the url of the desired server
//$setting['lockedto'] = "your.url/dir";
?>