···
63
-
"Mobilizon federated organization and mobilization platform";
63
+
(lib.mdDoc "Mobilizon federated organization and mobilization platform");
nginx.enable = lib.mkOption {
69
-
Whether an <literal>nginx</literal> virtual host should be
68
+
description = lib.mdDoc ''
69
+
Whether an Nginx virtual host should be
set up to serve Mobilizon.
···
"Mobilizon.Web.Endpoint" = {
90
-
defaultText = literalExpression ''
90
+
defaultText = lib.literalMD ''
''${settings.":mobilizon".":instance".hostname}
93
+
description = lib.mdDoc ''
Your instance's hostname for generating URLs throughout the app
···
102
+
description = lib.mdDoc ''
The port to run the server
type = elixirTypes.tuple;
default = settingsFormat.lib.mkTuple [ 0 0 0 0 0 0 0 1 ];
109
+
description = lib.mdDoc ''
The IP address to listen on. Defaults to [::1] notated as a byte tuple.
···
has_reverse_proxy = mkOption {
118
+
description = lib.mdDoc ''
Whether you use a reverse proxy
···
127
+
description = lib.mdDoc ''
The fallback instance name if not configured into the admin UI
134
+
description = lib.mdDoc ''
···
defaultText = literalExpression ''
noreply@''${settings.":mobilizon".":instance".hostname}
144
+
description = lib.mdDoc ''
The email for the From: header in emails
···
defaultText = literalExpression ''
154
+
description = lib.mdDoc ''
The email for the Reply-To: header in emails
···
type = types.nullOr elixirTypes.str;
default = postgresqlSocketDir;
164
+
description = lib.mdDoc ''
Path to the postgres socket directory.
Set this to null if you want to connect to a remote database.
···
If connecting to a remote database, please follow the
instructions on how to setup your database:
174
-
<link xlink:href="https://docs.joinmobilizon.org/administration/install/release/#database-setup"/>
174
+
<https://docs.joinmobilizon.org/administration/install/release/#database-setup>
type = types.nullOr elixirTypes.str;
181
+
description = lib.mdDoc ''
User used to connect to the database
···
type = types.nullOr elixirTypes.str;
default = "mobilizon_prod";
189
+
description = lib.mdDoc ''
···
199
+
description = lib.mdDoc ''
Mobilizon Elixir documentation, see
201
-
<link xlink:href="https://docs.joinmobilizon.org/administration/configure/reference/"/>
201
+
<https://docs.joinmobilizon.org/administration/configure/reference/>