summaryrefslogtreecommitdiffstats
path: root/docker/lemmy.hjson
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-03-26 15:23:15 +0100
committerFelix <me@nutomic.com>2020-03-29 00:13:13 +0100
commit76bf71162ef187d2d363b29faa40d24fecdfba3b (patch)
tree3782f744f8bf81342f7863b4d0d03e029c0270ea /docker/lemmy.hjson
parent807f33f74823b427bbac5e48caf29e805ce4e656 (diff)
Automatic instance setup based on config variables (fixes #404)
Diffstat (limited to 'docker/lemmy.hjson')
-rw-r--r--docker/lemmy.hjson11
1 files changed, 10 insertions, 1 deletions
diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson
index 5a6d1ff1..b61ea826 100644
--- a/docker/lemmy.hjson
+++ b/docker/lemmy.hjson
@@ -41,7 +41,16 @@
# interval length for registration limit
register_per_second: 3600
}
-# # email sending configuration
+# # optional: parameters for automatic configuration of new instance (only used at first start)
+# setup: {
+# # username for the admin user
+# admin_username: "lemmy"
+# # password for the admin user
+# admin_password: "lemmy"
+# # name of the site (can be changed later)
+# site_name: "Lemmy Test"
+# }
+# # optional: email sending configuration
# email: {
# # hostname of the smtp server
# smtp_server: ""