diff --git a/templates/user/admin/app-settings.tmpl b/templates/user/admin/app-settings.tmpl
index 3e0fdf7..1de4ca8 100644
--- a/templates/user/admin/app-settings.tmpl
+++ b/templates/user/admin/app-settings.tmpl
@@ -42,7 +42,7 @@ p.docs {
Host
-
The address where your site lives.
+
The public address where users will access your site, starting with http://
or https://
.
{{.Config.Host}}
@@ -56,50 +56,35 @@ p.docs {
Landing Page
-
The page that logged-out visitors will see first. This should be a path, e.g. /read
+
The page that logged-out visitors will see first. This should be an absolute path like: /read
-
-
-
-
-
-
-
-
-
-
-
-
-
Private Instance
- Make this instance accessible only to those with an account.
+ Limit site access to people with an account.
@@ -110,19 +95,6 @@ p.docs {
-
-
- Allow invitations from...
- Choose who on this instance can invite new people.
-
-
-
-
-
Default blog visibility
@@ -136,6 +108,34 @@ p.docs {
+
+
+ Maximum Blogs per User
+ Keep things simple by setting this to 1, unlimited by setting to 0, or pick another amount.
+
+
+
+
+
+ Federation
+ Enable accounts on this site to propagate their posts via the ActivityPub protocol.
+
+
+
+
+
+ Public Stats
+ Publicly display the number of users and posts on your About page.
+
+
+
+
+
+ Minimum Username Length
+ The minimum number of characters allowed in a username. (Recommended: 2 or more.)
+
+
+