You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
alyssa rose 3eb10366f7
link avatar in nav to user profile
2 years ago
config add socks proxy url to config file 2 years ago
mastodon Add filters 2 years ago
model Refactor things 2 years ago
renderer add 'ago' or 'from now' to duration string 2 years ago
repo Refactor things 2 years ago
service Add username to page title 2 years ago
static add showing spoilers 2 years ago
templates link avatar in nav to user profile 2 years ago
util Refactor things 2 years ago
vendor Use vendored dependencies 3 years ago
.gitignore Add frame based navigation 3 years ago
COPYING Add license 3 years ago
INSTALL Update makefile and install instructions 3 years ago
Makefile Remove kv folder from makefile 2 years ago
README.md add socks proxy url to config file 2 years ago
bloat.conf add socks proxy url to config file 2 years ago
go.mod Remove session details on signout 3 years ago
go.sum Remove websocket api 3 years ago
main.go add socks proxy url to config file 2 years ago

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.