Today, it’s my self-hosting testing day. I’ll test some software found on the awesome-selfhosted list on GitHub.
Testing includes:
Today, it’s my self-hosting testing day. I’ll test some software found on the awesome-selfhosted list on GitHub.
Testing includes:
I recently discovered OwnCloud Infinite Scale, but couldn’t find much information about the installation, etc., even though it sounded interesting (building OwnCloud from scratch in Go sounds promising instead of using PHP, as the old version and also NextCloud do).
Fast forward to this week, I stumbled upon OpenCloud, a fork of OwnCloud Infinite Scale, with an easy to find documentation.
So, I now test it on my TrueNAS Community, whether it can replace my current Seafile solution. So far, it probably can.
Just updated my Seafile cloud server to version 12.0.10. Even though running it with Docker, it’s always a bit of a gamble if it works quite fine.
Had to adjust different configurations, check the logs (via docker-compose logs -f) to see that my external MySQL 8 server doesn’t seem to be supported anymore, since I had to adjust some migration SQL queries to remove the IF NOT EXISTS from statements like ADD COLUMN.
In the end, it eventually worked, though. 🙂