Go to file
alyssa rose 4db25fe681 add 'ago' or 'from now' to duration string
not great code, should probably refactor this at some point
2021-04-05 17:41:14 +00:00
config add socks proxy url to config file 2021-04-03 00:52:14 +00:00
mastodon Add filters 2021-01-30 16:53:57 +00:00
model Refactor things 2020-11-22 17:29:58 +00:00
renderer add 'ago' or 'from now' to duration string 2021-04-05 17:41:14 +00:00
repo Refactor things 2020-11-22 17:29:58 +00:00
service Add username to page title 2021-01-30 16:55:55 +00:00
static add showing spoilers 2021-03-27 18:51:06 +00:00
templates fix random blank space on post content 2021-04-03 00:44:32 +00:00
util Refactor things 2020-11-22 17:29:58 +00:00
vendor Use vendored dependencies 2020-02-01 11:31:44 +00:00
.gitignore Add frame based navigation 2020-02-18 22:15:37 +00:00
COPYING Add license 2019-12-13 21:07:34 +00:00
INSTALL Update makefile and install instructions 2020-02-18 21:48:21 +00:00
Makefile Remove kv folder from makefile 2020-11-24 10:55:20 +00:00
README.md add socks proxy url to config file 2021-04-03 00:52:14 +00:00
bloat.conf add socks proxy url to config file 2021-04-03 00:52:14 +00:00
go.mod Remove session details on signout 2020-03-04 15:59:59 +00:00
go.sum Remove websocket api 2020-01-31 18:23:18 +00:00
main.go add socks proxy url to config file 2021-04-03 00:52:14 +00:00

README.md

this is my fork of r's bloatfe - it's a lightweight web client for mastodon/pleroma, two commonly used ActivityPub servers.

other than a couple layout tweaks, it adds the following features:

  • render mastodon-style "spoilers" / content warnings
  • route network traffic through a socks5 proxy

if you want to run it for yourself, see INSTALL file for r's original instructions.