The author describes their journey of setting up a self-hosted Firefox Sync server after switching to LibreWolf. Despite encountering challenges with the official Mozilla Sync Server and confusion with Docker documentation, they found a simpler solution with syncstorage-rs-docker. The setup involved configuring Docker compose with MariaDB, initializing the database, and configuring a reverse proxy with Caddy. The author faced issues with database persistence and server storage but eventually got everything working after about two hours. They recommend this guide for those looking to control their own Firefox Sync server, highlighting the community effort to make it achievable. Happy syncing!
https://blog.diego.dev/posts/firefox-sync-server/