A tumblr-esque mastodon/pleroma client
Go to file
daisuke 984549035d Timeline bugfixes 2021-03-27 12:06:08 -06:00
css Timeline bugfixes 2021-03-27 12:06:08 -06:00
data Update 2020-04-09 14:35:16 -05:00
font New version with themes 2020-03-31 18:46:27 -06:00
img 060520 Theme optimization and mobile layout changes 2020-05-06 11:48:21 -05:00
include Timeline bugfixes 2021-03-27 12:04:26 -06:00
js Timeline bugfixes 2021-03-27 12:04:26 -06:00
layout Timeline bugfixes 2021-03-27 12:04:26 -06:00
login Timeline bugfixes 2021-03-27 12:06:08 -06:00
logout Timeline bugfixes 2021-03-27 12:06:08 -06:00
modules Timeline bugfixes 2021-03-27 12:04:26 -06:00
pages New version with themes 2020-03-31 18:46:27 -06:00
templates DashboardFE 2021-03-27 12:01:13 -06:00
themes Timeline bugfixes 2021-03-27 12:06:08 -06:00
vendor New version with themes 2020-03-31 18:46:27 -06:00
LICENSE New version with themes 2020-03-31 18:46:27 -06:00
README.md 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
action.php 200520 New reply layout and Longhorn theme 2020-05-20 14:53:33 -05:00
array.txt DashboardFE 2021-03-27 12:01:13 -06:00
demo.html New version with themes 2020-03-31 18:46:27 -06:00
index.php 020520 Sudden logout bugfix 2020-05-02 13:04:34 -05:00
settings.php More work on polls and themes 2020-04-21 17:42:31 -05:00
status.php New version with themes 2020-03-31 18:46:27 -06:00
upload.php 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00

README.md

DashboardFE

A frontend for Mastodon/Pleroma with heavy inspiration from the tumblr user dashboard. Written in PHP

The frontend should work on a standard LAMP stack with the most common php extensions enabled.

The frontend works and it's available for testing at https://ayanami.ga/dashboard but it's in a state of constant change, so check frequently here for updates.

Installation

Verify that you have Apache installed and PHP with the most common extensions installed too

Download the source and upload it to a folder on your server

Make the 'data' folder writrable.

Modify the settings.php file to your personal settings

Enjoy

Update

Option 1:

Download package and replace all files with different size (except settings.php on root).

Option 2:

Delete everything (except settings.php on root and /data folder) and reupload.