Email or username:

Password:

Forgot your password?
1 post total
Tadano

Updating this old post:
>emoji reacts fully supported :eimithumbsup:
>frontend basically everything I could want from a fedi frontend (and it's not bloated to heck)
>no emoji autocomplete yet but :cirnoshrug:
>replies work well (reply notifs don't appear consistently in husky for whatever reason but I'll make a git issue for that)
>better docs for federation but I still find following relays with a throwaway bloats the db very quickly (there's probably a better solution I missed, I may be retarded)
>quote posts fully supported
>enough markdown, greentext support built in (death to indented quotes from > in markdown) (headings would be nice tho)
>still kinda wish there was a web UI for administrative stuff but we got mitractl + confs a non-schizoid can comprehend (looking at you pleromer) so :cirnoshrug:
>can replace static assets now ala pleroma, all that's left is figuring out how2change.css without rebuilding frontend
>on the subject of static assets I wonder if there could be an option to ignore file extension when replacing as I can't figure out how to APNG on GIMP and would like to make animated webp related the background for the instance frontpage and the filename must be identical down to the png extension
>would be nice to have bookmarks like pleromer
>docs for setting up XMR donations spotty and confusing, have dead links

Tl;dr: Mitra is at the point I could comfortably run it for my main instance, and I would recommend people run it over Pleromer or its forks. It runs better, it's not a pain in the arse to set up and maintain, DB doesn't eat up 500 quintillion terabytes of data for a single user instance (unless you do something retarded), updates are frequent and add features that are actually needed. It's pretty swell.

RE: https://mt.watamelon.win/objects/018f935f-6a9a-93fc-b612-7e0849cf2f86

Updating this old post:
>emoji reacts fully supported :eimithumbsup:
>frontend basically everything I could want from a fedi frontend (and it's not bloated to heck)
>no emoji autocomplete yet but :cirnoshrug:
>replies work well (reply notifs don't appear consistently in husky for whatever reason but I'll make a git issue for that)
>better docs for federation but I still find following relays with a throwaway bloats the db very quickly (there's probably a better solution I missed, I may be retarded)

Show previous comments
Tadano

Addendum: Would be nice to have standard unicode emojis selectable as reacts

silverpill

@tadano

>on the subject of static assets I wonder if there could be an option to ignore file extension when replacing

That could be done by overriding CSS

One way to do that is to add CSS variables to a file with an agreed upon name like theme.css located in web_client_theme_dir. Frontend will try to load this stylesheet and if it is present it will replace default values

silverpill

@tadano

>docs for setting up XMR donations spotty and confusing, have dead links

Updated and fixed a dead link: https://codeberg.org/silverpill/mitra/src/branch/main/docs/monero.md

Go Up