A tumblr-esque mastodon/pleroma client
Go to file
Daisuke fd6ab22418 080920 Replaced Invidio.us instance 2020-09-08 14:38:27 -05:00
css 020620 general layout and css improvements. 2020-06-02 17:37:50 -05: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 080920 Replaced Invidio.us instance 2020-09-08 14:38:27 -05:00
js 020620 general layout and css improvements. 2020-06-02 17:37:50 -05:00
layout 020620 general layout and css improvements. 2020-06-02 17:37:50 -05:00
login 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
logout 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
modules 080920 Replaced Invidio.us instance 2020-09-08 14:38:27 -05:00
pages New version with themes 2020-03-31 18:46:27 -06:00
templates 020620 general layout and css improvements. 2020-06-02 17:37:50 -05:00
themes 020620 general layout and css improvements. 2020-06-02 17:37:50 -05: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
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.