I use Coolify with simple OCI (docker) containers to host my website from a bag of static HTML files. Finding such containers for HTTP is easy; can anyone suggest such a turnkey container for a Gemini server?
Jul 23 · 3 months ago
1 Comment
🚀 SavaRocks · Jul 23 at 19:09:
it's simple. find a gemini server you like, create a docker alpine image with it installed, mount a volume or just add the files to the docker image like I do and you are done.
Source