Log
Little summary from our instance in numbers (20221107):
π Mastodon version 3.5.3
π Active users: 35
π Interactions: near 1k
π Disk: 26Gb (90% are media_attachments)
π DB: pg_dump recently baked is about 200Mb (50Mb gzipped)
My guess is that no big investment is needed - server - for a tiny number of users, but to be honest dunno what happens if it grows as it is doing in some instances that have experienced problems lately.
This afternoon I had a meeting, my mate prettified a horrible string into a tabulated and perfectly aligned json in his shinny VSCode.
Immediately felt that I needed to get the same using my tools. Literally 4 mins later in my .vimrc:
:command Format :%!jq .
:command Unformat :%!jq -c .