fedi-tumblr/settings.php

16 lines
1.1 KiB
PHP
Raw Normal View History

2020-04-01 00:46:27 +00:00
<?php
//name of your particular DashboardFE instance, give it any name.
2020-04-21 22:42:31 +00:00
$setting['appname'] = "Dashboard FE";
2020-04-01 00:46:27 +00:00
2021-03-31 21:17:50 +00:00
//url of where you are going to host your instance of DashboardFE
2022-01-12 09:46:12 +00:00
$setting['url'] = "http://aadils.computer/fedi";
2020-04-01 00:46:27 +00:00
//Short description
2021-09-08 00:07:04 +00:00
$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>@hideki@gameliberty.club</b> via your favorite fediverse account.</p><p>Thank You</p>";
2021-03-30 20:59:35 +00:00
//Locked Instance
2021-09-08 00:07:04 +00:00
//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 fediverse server, just uncomment the following line and put the url of the desired server
2021-03-30 20:59:35 +00:00
//$setting['lockedto'] = "your.url/dir";
2020-04-01 00:46:27 +00:00
?>