A tumblr-esque mastodon/pleroma client
Go to file
Daisuke 687ddc7068 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
css 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -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 New version with themes 2020-03-31 18:46:27 -06:00
include 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
js 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
layout 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -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 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
pages New version with themes 2020-03-31 18:46:27 -06:00
templates 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
themes 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -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 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -05:00
demo.html New version with themes 2020-03-31 18:46:27 -06:00
index.php 290420 New theme, personal settings and bugfixes 2020-04-29 12:29:25 -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.