💾 Archived View for bbs.geminispace.org › s › Bubble › 20970 captured on 2024-12-17 at 15:11:00. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
If I want to run an instance of Bubble on the same server I run my other gemini capsules on, how do I tell gmcapsule which virtual host to use for Bubble?
Example configuration:
[server] host = satch.xyz mail.satch.xyz bubble.satch.xyz certs = /home/gemini/gmcapsule/certs modules = /home/gemini/gmcapsule/bubble [titan] ...
Oct 18 · 2 months ago · 👍 dragfyre
🕹️ skyjake [mod...] · Oct 18 at 14:01:
Just specify the hostname under the [bubble] section:
[bubble] host = bubble.satch.xyz
Let me know if you have any questions or feature requests regarding your use case. There are a few configuration options already for private instances, for instance, but the customizability can always be improved.
🐐 satch [OP] · Oct 18 at 14:19:
Thanks that works! It would be awesome to make it so that only the admin can create subspaces. The admin should still be able to appoint regular users as the moderator of a subspace.
Maybe this already exists but I haven't figured it out.
🕹️ skyjake [mod...] · Oct 18 at 14:35:
This should do it (in the [bubble] section):
user.subspaces = false
🐐 satch [OP] · Oct 18 at 14:41:
thanks, I should have seen that myself 🤦