Show last authors
1 {{figure image="system_general_en.png" clear="h1"}}
2 Configuration of general FORMCYCLE settings.
3 {{/figure}}
4
5 {{content/}}
6
7 The menu //General// allows the configuration of general FORMCYCLE settings like cache configurations or upload limits.
8
9 == Referrer policy ==
10
11 {{lightbox image="system_general_referrer_en.png" title="Referrer policy"}}
12 Referrer policy
13 {{/lightbox}}
14
15 This header entry can be used to control which referrer information is passed on when performing a redirect to an external page. The referrer informs the external page about which page a user came from. Please note that privacy and security issues may arise when passing on the URL to the external page.
16
17 == HTTP Strict Transport Security (HSTS) ==
18
19 {{lightbox image="system_general_hsts_en.png" title="HTTP Strict Transport Security (HSTS)"}}
20 HTTP Strict Transport Security (HSTS)
21 {{/lightbox}}
22
23 HTTP Strict Transport Security (HSTS) ist ein Sicherheitsmechanismus für HTTPS-Verbindungen, der sowohl vor Aushebelung der Verbindungsverschlüsselung durch eine Downgrade-Attacke als auch vor Session Hijacking schützen soll. Für einen Betrieb unter HTTP wählen Sie für die Dauer 0.
24
25 == Password policies {{version major="6" minor="2" patch="0"/}} ==
26
27 [[image:PasswordPolicies.PNG||alt="Passwort-Richtlinien.PNG"]]
28
29 The strength of all user passwords can be configured here. Passwords may not be shorter than a minimum length of 8 characters, but a higher minimum length can be configured. Different character sets (like letters in general, lowercase letters, uppercase letters, digits or special characters) can be forced to be contained in all passwords. After setting password policies, all new and all changed passwords must follow these. Existing passwords will not be changed, even if they do not conform the new password policies.
30
31 == Cache ==
32
33 {{lightbox image="system_general_cache_en.png" title="Form and file cache"}}
34 Form and file cache
35 {{/lightbox}}
36
37 The file cache stores files used by the system, the form cache stores rendered HTML forms.
38
39 {{table dataTypeAlpha="0" preSort="0-asc" caption="Settings regarding the form cache"}}
40 |= Property|= Default value|= Explanation
41 |Max disk size|-1|Maximum size in MB of what the form cache stores in the file system. No limit when set to {{code language="none"}}-1{{/code}}. If set to {{code language="none"}}0{{/code}}, the file system is not used by the cache.
42 |Max Heap size|75|Maximum size in MB of what the form cache stores in-memory. If set to {{code language="none"}}0{{/code}}, the in-memory form cache is disabled.
43 |Time to idle|0|Time interval in seconds until an item in the form cache is removed when it is never accessed during that time interval. Set to {{code language="none"}}0{{/code}} to disable.
44 {{/table}}
45
46 {{table dataTypeAlpha="0" preSort="0-asc" caption="Settings regarding the file cache"}}
47 |= Property|= Default value|= Explanation
48 |Max disk size|-1|Maximum size in MB of what the file cache stores in the file system. No limit when set to {{code language="none"}}-1{{/code}}. If set to {{code language="none"}}0{{/code}}, the file system is not used by the cache.
49 |Max heap size|75|Maximum size in MB of what the file cache stores in-memory. If set to {{code language="none"}}0{{/code}}, the in-memory file cache is disabled.
50 |Time to idle|0|Time interval in seconds until an item in the form cache is removed when it is never accessed during that time interval. Set to {{code language="none"}}0{{/code}} to disable.
51 {{/table}}
52
53 == System limits ==
54
55 {{lightbox image="system_general_limits_en.png" title="System limits"}}
56 System limits
57 {{/lightbox}}
58
59 {{table dataTypeAlpha="0" preSort="0-asc" caption="Settings regarding various limits"}}
60 |= Property|= Default value|= Explanation
61 |Disk usage threshold|0|This is the size threshold in bytes beyond which files are written directly to disk.
62 |Limit per file||Maximum size in bytes for file uploads within forms. Applies to each file individually. Set to {{code language="none"}}-1{{/code}} or no value to disable. This settings applies to both form uploads as well as backend uploads.
63 |Total upload limit||The total allowed size of simultaneously uploaded files. This setting does not apply when multiple files are uploaded individually. When the user submits a form, this is the maximum allowed post size. Set to {{code language="none"}}-1{{/code}} or no value to disable.
64 |Maximum database query row count|5000|Maximum number of returned rows for a query to the database. Set to {{code language="none"}}0{{/code}} to disable.
65 |database field size limit|0|Maximum size in bytes when retrieving columns of type //character// (eg. char or varchar) or //binary//. Set to {{code language="none"}}0{{/code}} to disable.
66 {{/table}}
67
68 == Loopback URL ==
69
70 {{lightbox image="system_general_loopback_en.png" title="Loopback URL"}}
71 Loopback URL
72 {{/lightbox}}
73
74 Some features (such as form preview images or PDF print) require the server to open a form. In cluster configurations or environments in which the internal and external domains are different, this parameter is used to configure the internal availability (e.g. http://localhost:8080/formcycle).
75
76 == Automatic deletion of protocol entries {{version major="6" minor="2" patch="0"/}} ==
77
78 [[image:Screenshot_delete_protocoll.PNG||alt="Screenshot_ProtokollLöschen.PNG"]]
79
80 Protocol entries (from processes, clients, system) that are outdated can be deleted automatically. At a specified time of the day all protocol entries are deleted that are older than the specified number of days. By using the "clear now" button all protocol entries can also be deleted instantly. After the automatic deletion of protocol entries, a new protocol entry is created containing information about the amount of automatically deleted protocol entries.
Copyright 2000-2024