💾 Archived View for bbs.geminispace.org › s › Gemini › 20585 captured on 2024-12-17 at 15:02:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

I definitely want to create a game in gemini, but to do that I'm going to have to install a new server. IIRC my current capsule is running agate because of its light footprint and ease of install, but it won't allow for interactive content; any ideas for a replacement?

Posted in: s/Gemini

☯️ dragfyre

Oct 09 · 2 months ago · 👍 StanStani

8 Comments ↓

🖥️ mrrobinhood5 · Oct 09 at 11:50:

I use jetforce for python. it uses twisted under the hood.

🚀 Gentooshnik · Oct 09 at 13:15:

This one is used by Astrobotany

— Jetforce

— Astrobotany

Also I'm developing a server for dynamic Gemini capsules but it will be at least a month until 0.0.1 release so you should probably ignore it. :)

🍀 gritty · Oct 10 at 00:10:

I use gmcapsule, written in python by skyjake. extensible.

💀 requiem · Oct 10 at 07:52:

I use gmid because it has a very straightforward config and supports Fast

CGI

☯️ dragfyre [OP] · Oct 17 at 05:11:

@gritty looks like I will be using gmcapsule - it had better documentation and ended up being easier to set up in my case!

☯️ dragfyre [OP] · Oct 20 at 06:22:

Still working on this - having trouble getting Python installed and working properly on prod to run gmcapsule but there is still plenty of hope.

🖥️ mrrobinhood5 · Oct 20 at 14:41:

I've had success with pyenv and poetry, makes deployment to prod a bit easier then manually installing distro versions of Python and global packages

☯️ dragfyre [OP] · Oct 22 at 01:16:

Finally got gmcapsule up and running on prod. Just had to look up a few tweaks, but we got there in the end. Yay! Thanks everyone.