From 9a31dd6651d8a47943e63db212bce7245a152450 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 10 Nov 2023 22:33:04 +0100 Subject: document fietsboek.enable_image_uploads --- doc/administration/configuration.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/administration/configuration.rst') diff --git a/doc/administration/configuration.rst b/doc/administration/configuration.rst index 5be3537..4d33b7f 100644 --- a/doc/administration/configuration.rst +++ b/doc/administration/configuration.rst @@ -42,13 +42,17 @@ Most of the configuration is in the ``[app:main]`` category and looks like this: General Settings ---------------- -Use ``enable_account_registration`` enable or disable the creation of new +Use ``enable_account_registration`` to enable or disable the creation of new accounts via the web interface, for example if you want to have a private instance. New accounts can always be created using the CLI management tool. Set ``session_key`` to a random string of characters. This is the key used to sign session data, so it should not get into wrong hands! +Use ``fietsboek.enable_image_uploads`` to enable or disable image uploads. By +default, track uploaders can add images to the track. Set this setting to +``false`` to disable this feature. + You can set up custom pages using ``fietsboek.pages``. See :doc:`custom-pages` for more information. -- cgit v1.2.3