diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-11-10 22:33:04 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-11-10 22:33:04 +0100 |
commit | 9a31dd6651d8a47943e63db212bce7245a152450 (patch) | |
tree | a6626e275bcad5cf327c8e000fad933adbd6d114 /doc/administration/configuration.rst | |
parent | f41ad0142f2377215d8c2e11eb2ca8a67e61bc48 (diff) | |
download | fietsboek-9a31dd6651d8a47943e63db212bce7245a152450.tar.gz fietsboek-9a31dd6651d8a47943e63db212bce7245a152450.tar.bz2 fietsboek-9a31dd6651d8a47943e63db212bce7245a152450.zip |
document fietsboek.enable_image_uploads
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. |