A tumblr-esque mastodon/pleroma client
Go to file
Daisuke 16e39ffbe8 Replies bugfix 2020-04-23 11:59:48 -05:00
css Voting on Polls and Muted Words 2020-04-22 20:25:00 -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 Replies bugfix 2020-04-23 11:59:48 -05:00
js Voting on Polls and Muted Words 2020-04-22 20:25:00 -05:00
layout Voting on Polls and Muted Words 2020-04-22 20:25:00 -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 Voting on Polls and Muted Words 2020-04-22 20:25:00 -05:00
pages New version with themes 2020-03-31 18:46:27 -06:00
templates More work on polls and themes 2020-04-21 17:42:31 -05:00
themes Voting on Polls and Muted Words 2020-04-22 20:25:00 -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 Voting on Polls and Muted Words 2020-04-22 20:25:00 -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 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 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)