

my SD card in my ras pi got corrupted recently. Thankfully I had my docker directory backed up. I pulled the docker directory, docker compose up -d and within about 20 minutes (not including downloading time) I was back up and running. Docker is a godsend. all my apps were exactly as they were before the corruption.
























i know it’s two years later, but the CSRF can be solved with
CSRF_TRUSTED_ORIGINS = ['https://your.domain.here/']in conf/seahub_settings.py file. Just putting it here for anyone else that comes across this. Please note, do NOT put a trailing slash on the end of the domain. Lemmy will NOT let me put it there without adding the trailing /