diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-11-25 11:07:59 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-11-25 11:07:59 +0100 |
commit | 6e6a5a836dd1bd567078896a9e75d93061fd13a6 (patch) | |
tree | 45000737a4f18a99397f793a2cd1ad2a42d3002f /doc/administration/configuration.rst | |
parent | 40779bcfea8fce9a23c552cf449d25a0971ee329 (diff) | |
parent | ac2eea33e8e2b03a0c4c1c170e6141355bef01a5 (diff) | |
download | fietsboek-6e6a5a836dd1bd567078896a9e75d93061fd13a6.tar.gz fietsboek-6e6a5a836dd1bd567078896a9e75d93061fd13a6.tar.bz2 fietsboek-6e6a5a836dd1bd567078896a9e75d93061fd13a6.zip |
Merge branch 'disable-image-upload'
Diffstat (limited to 'doc/administration/configuration.rst')
-rw-r--r-- | doc/administration/configuration.rst | 6 |
1 files changed, 5 insertions, 1 deletions
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. |