You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/administration/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,47 +11,47 @@ This section provides guides for a variety of administrative tasks and system ma
11
11
12
12
- {doc}`user_access`: Learn how to manage user accounts, assign roles, and configure access rights to control what users can see and do within OpenSPP.
13
13
14
-
- {doc}`service_points`: This guide explains how to set up and manage service points, which are the locations where beneficiaries can access services and benefits.
15
-
16
14
- {doc}`custom_fields`: A step-by-step guide on how to add new data fields to registrant profiles without needing to write any code.
17
15
18
16
- {doc}`indicator_fields`: Learn how to create dynamic data fields that automatically calculate values based on other information in the registry.
19
17
20
18
- {doc}`import_areas`: This document provides instructions on how to prepare and import geographical area data into OpenSPP.
21
19
20
+
- {doc}`service_points`: This guide explains how to set up and manage service points, which are the locations where beneficiaries can access services and benefits.
21
+
22
22
- {doc}`inventory_configuration`: Learn how to configure the necessary inventory settings to support in-kind and basket entitlements.
23
23
24
24
- {doc}`email_gateway`: A guide to configuring both outgoing and incoming email servers to enable automated communication and data entry.
25
25
26
-
- {doc}`hardware_integration`: This document provides an overview of how to integrate hardware devices, such as document scanners, with OpenSPP.
27
-
28
26
- {doc}`database_management`: This document explains how to manage your OpenSPP database, including how to reset the database, and how to back up your data before making major changes.
29
27
30
-
- {doc}`monitoring_maintenance`: This document provides basic instructions for monitoring your OpenSPP system, viewing logs, managing services, and performing updates.
31
-
32
28
- {doc}`security_tuning`: This guide provides essential recommendations for securing your OpenSPP instance and tuning its performance for production environments.
33
29
34
-
- {doc}`troubleshooting`: This guide provides solutions to common problems encountered while running OpenSPP.
30
+
- {doc}`monitoring_maintenance`: This document provides basic instructions for monitoring your OpenSPP system, viewing logs, managing services, and performing updates.
35
31
36
32
- {doc}`uninstalling`: This guide provides detailed instructions for uninstalling OpenSPP from your system.
37
33
34
+
- {doc}`hardware_integration`: This document provides an overview of how to integrate hardware devices, such as document scanners, with OpenSPP.
35
+
36
+
- {doc}`troubleshooting`: This guide provides solutions to common problems encountered while running OpenSPP.
Copy file name to clipboardExpand all lines: docs/user_guide/administration/security_tuning.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ reviewer: migration-script
5
5
migration-notes: "Added during 2025 documentation reorganization"
6
6
---
7
7
8
-
# Security Recommendations and Performance Tuning
8
+
# Security and Performance Tuning
9
9
10
10
This guide provides essential recommendations for securing your OpenSPP instance and tuning its performance for production environments. It covers database security, firewall setup, SSL/TLS configuration with Nginx, and implementing regular backups. Additionally, it offers tips on performance tuning, including adjusting worker processes, memory limits, and PostgreSQL settings to handle high-load scenarios.
0 commit comments