Exploring termux more in dept I like to tinker with the idea that we should all host our own data. On our phone or on our main computer. I wondered if termux could be capable of doing so. There are a few choices to do so on termux. You can install a http server, a ssh server (throught dropbear) and... drumroll! A gemini server. The server is called agate and I can install easily ``` pkg install agate ``` Starting it was almost as easy, although I had to create the folder ~/content/ I was able to almost access the server from my phone, but I got a TLS error for the hostname. But at the same time agate was able to log the error, so there was some sort of communication. Now the only thing I'd need is some sort of dynDns, although there aren't any package on termux that provide this. I'll have to check further, as I know you can trigger a domain host dyndns with some curl or wget... more to come!