From db03881fd119effd35d8dbd48eedc0fcf58ff941 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Tue, 30 May 2023 13:17:32 +0300
Subject: [PATCH 1/1] Updated example configuration .ini file
example.ini | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/example.ini b/example.ini
index fa809db..9d66b8c 100644
--- a/example.ini
+++ b/example.ini
@@ -11,6 +11,7 @@ upload_limit = 102400
[bubble]
name = My Bubble
info = A Small Social Hub
+; info.nouser = Longer description to show for unregistered visitors.
icon = 🌒
conduct = Here you can detail the Code of Conduct for your Bubble.
|
@@ -20,14 +21,24 @@ conduct = Here you can detail the Code of Conduct for your Bubble.
; |
; Sorry, you need a registered client certificate to access this server.
+help.intro = This will be shown on the Help page. You can put local instance-specific information here.
; Allow users to register accounts.
user.register = true
+; Allow users to create subspaces.
+user.subspaces = true
+; Feedback mechanisms.
+user.likes = true
+user.thanks = true
+user.reactions = 😄 🥰 🤯 💥
; avatar.note = => gemini://geminispace.org/s/Bubble-Issues/issues/9 Missing your favorite Emoji?
; email.cmd
must be set or email notifications will be disabled.
-;email.cmd = /usr/sbin/sendmail
+; Can be set to "stdout" for debugging purposes.
+; email.cmd = /usr/sbin/sendmail
email.from = noreply@example.com
; Database server and credentials.
@@ -46,3 +57,6 @@ admin.certpass = password
; Cloned bare Git repositories are kept in this directory for keeping track
; of commit history and messages.
repo.cachedir = /home/username/.bubble-cache/
+; URL for broadcasting Gemini feed entries.
+; antenna.url = gemini://warmedal.se/~antenna/submit
--
2.25.1
text/plain
This content has been proxied by September (3851b).