A tumblr-esque mastodon/pleroma client
Go to file
Daisuke d34a7c7ced README Update 2020-04-21 11:06:55 -05:00
css Update 2020-04-15 16:53:16 -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 Emoji picker, Search and Themes updates 2020-04-13 11:30:51 -05:00
js Emoji picker, Search and Themes updates 2020-04-13 11:30:51 -05:00
layout Emoji picker, Search and Themes updates 2020-04-13 11:30:51 -05:00
login Emoji picker, Search and Themes updates 2020-04-13 11:30:51 -05:00
logout New version with themes 2020-03-31 18:46:27 -06:00
modules Update 2020-04-15 17:52:06 -05:00
pages New version with themes 2020-03-31 18:46:27 -06:00
templates Update 2020-04-15 17:52:06 -05:00
themes Emoji picker, Search and Themes updates 2020-04-13 11:30:51 -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 README Update 2020-04-21 11:06:55 -05:00
action.php Emoji picker and theme updates 2020-04-09 20:16:32 -05:00
demo.html New version with themes 2020-03-31 18:46:27 -06:00
index.php New version with themes 2020-03-31 18:46:27 -06:00
settings.php New version with themes 2020-03-31 18:46:27 -06:00
status.php New version with themes 2020-03-31 18:46:27 -06:00
upload.php New version with themes 2020-03-31 18:46:27 -06: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

If you wish to update your instalation to a newer version, just download the package and overwrite all changed files (except for settings.php file unless explicitly directd to)