fedi-tumblr/settings.php

12 lines
866 B
PHP

<?php
//name of your particular FE instance, just put a name to it
$setting['appname'] = "Dashboard FE";
//url were your FE will be located, no trailing slash
$setting['url'] = "https://your.url/folder";
//Short description of the FE, you can leave this as is.
$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>";
?>