We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7e689 commit a015b1cCopy full SHA for a015b1c
1 file changed
docs/CONFIGURATION.md
@@ -0,0 +1,18 @@
1
+cat > docs/CONFIGURATION.md << 'EOF'
2
+# Configuration Guide
3
+
4
+## Overview
5
+DeployWorkstation supports flexible configuration through JSON files that define deployment profiles for different use cases.
6
7
+## Configuration Structure
8
9
+### Basic Profile Format
10
+```json
11
+{
12
+ "deployment_profile": "profile_name",
13
+ "description": "Profile description",
14
+ "bloatware_removal": {},
15
+ "core_applications": [],
16
+ "security_settings": {},
17
+ "network_settings": {}
18
+}
0 commit comments