Thanks to Herculean effort from @Zoe O'Connell, our little #friendica server has dealt with the backlog of my post about GRA reform going viral (Friendica is REALLY bad at that) and then the cheap PoS SSD I bought failing half way through.

The offending piece of crap is pictured after I disassembled it. Even when working it was only as fast as an SD card. Truly dreadful.

Anyway, the friendica server is temporarily running in a data centre in Madrid (apparently it’s that easy to move Docker containers), but because the URL is fixed for all time when you create a server, the little Pi is sitting there acting as a concierge for that VPS and sending all data to it via an SSH tunnel. String and sellotape, whatever.

I have bought it a shiny proper branded SSD from Samsung that goes like shit off a Teflon coated shovel and we will likely be migrating it back this weekend.

Lesson learned: you CAN host a personal instance on an RPi on your home network, but please, for the love of god, do not buy the cheapest piece of shit SSD you can find. You will regret it if you do.

reshared this

in reply to Sarah Brown

zoe@friendica:~$ sudo du -sh mysql nginx friendica
865M	mysql
160K	nginx
155M	friendica
zoe@friendica:~$ docker image ls
REPOSITORY                 TAG         IMAGE ID     CREATED      SIZE
friendica                  latest      7e3551926c66 43 hours ago 652MB
yobasystems/alpine-mariadb latest      0e44a1aef456 6 weeks ago  238MB
nginx                      1.15-alpine dd025cdfe837 3 years ago  16.1MB
zoe@friendica:~$ 

I'm guessing for anyone on Mastodon that looks hopelessly mangled but should make some sense on Friendica. Also, I have no idea why I pulled such an old Nginx image. I should fix that.