-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcurrent-state.json
More file actions
111 lines (111 loc) · 4.2 KB
/
Copy pathcurrent-state.json
File metadata and controls
111 lines (111 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"schemaVersion": 1,
"branchModel": {
"stable": "main",
"development": "dev",
"contributionBase": "dev"
},
"platform": {
"minimumUnraidVersion": "7.0.0"
},
"settingsPersistence": {
"readmeStatement": "Everyday settings changes save automatically, while workflows that can replace or remove data show their own review and confirmation step.",
"visibleSavedIndicator": false,
"removedUiTokens": [
"fv-prefs-save-status",
"renderPreferenceSaveStatus",
"fvplus-pref-save-spin"
]
},
"featureNames": {
"settingsModes": ["Basic", "Advanced"],
"advancedWorkspaces": [
{ "id": "automation", "label": "Automation" },
{ "id": "rules", "label": "Rules" },
{ "id": "recovery", "label": "Recovery" },
{ "id": "operations", "label": "Operations" },
{ "id": "startup", "label": "Start Order" },
{ "id": "appearance", "label": "Appearance" },
{ "id": "diagnostics", "label": "Diagnostics" }
],
"folderActionSurface": {
"label": "folder action sheet",
"runtimeToken": "fv-folder-action-sheet",
"edgeCaseMinimumMentions": 3
},
"dockerRuntimeViews": [
{ "id": "folderview", "label": "FolderView" },
{ "id": "host", "label": "Host list" },
{ "id": "command", "label": "Command" }
],
"dockerPrivacyOptions": [
{ "key": "privacyMaskNames", "label": "Mask names and icons" },
{ "key": "privacyMaskLocalIps", "label": "Mask LAN IPs" },
{ "key": "privacyMaskPorts", "label": "Mask ports" },
{ "key": "privacyMaskVolumePaths", "label": "Mask volume paths" },
{ "key": "privacyMaskImageRegistry", "label": "Mask image registries" },
{ "key": "privacyMaskPublicIps", "label": "Mask public IPs" },
{ "key": "privacyMaskInterfaces", "label": "Mask network interfaces" },
{ "key": "privacyMaskExternalUrls", "label": "Mask external URLs" }
]
},
"performanceProfiles": [
{ "id": "standard", "name": "Standard", "uiLabel": "Standard" },
{ "id": "adaptive", "name": "Adaptive", "uiLabel": "Adaptive (recommended)" },
{ "id": "maximum", "name": "Maximum", "uiLabel": "Maximum performance" }
],
"documentationContracts": {
"requiredReadmeSections": [
"## Settings Overview",
"## Getting Started",
"## Update and Uninstall",
"## Backups and Recovery",
"## Troubleshooting",
"## Customization"
],
"requiredReadmePhrases": [
"Setup Assistant",
"Dashboard",
"Folder editor bootstrap diagnostics",
"docs/TROUBLESHOOTING.md"
],
"requiredTroubleshootingSections": [
"## Common Issues",
"### Built-In Or Third-Party Icons Are Missing",
"### Collapsed Folders Are Blank",
"### Privacy Choice Is Not Applied",
"## Support Bundles",
"## Paths",
"## Legacy CSS/JS Overrides"
],
"xmlFeaturePhrases": ["dashboard", "bulk assignment", "recovery", "templates", "diagnostics"],
"performanceArchitectureDocs": [
"docs/docker-runtime-architecture.md",
"docs/vm-runtime-architecture.md"
],
"edgeCaseDoc": "docs/edge-cases-test-matrix.md",
"publicGuides": [
{ "label": "User Guide", "path": "docs/USER_GUIDE.md" },
{ "label": "Installation and Upgrades", "path": "docs/INSTALLATION_AND_UPGRADES.md" },
{ "label": "Migration Guide", "path": "docs/MIGRATION_GUIDE.md" },
{ "label": "Privacy Guide", "path": "docs/PRIVACY.md" },
{ "label": "Compatibility", "path": "docs/COMPATIBILITY.md" },
{ "label": "Troubleshooting", "path": "docs/TROUBLESHOOTING.md" }
],
"requiredArchitectureDocs": [
"docs/ARCHITECTURE.md",
"docs/api-endpoint-contract.md",
"docs/docker-runtime-architecture.md",
"docs/durable-storage.md",
"docs/runtime-host-adapter.md",
"docs/shared-ui-primitives.md",
"docs/vm-runtime-architecture.md",
"docs/visual-runtime-contract.md"
],
"retiredTerms": [
{ "term": "saved indicator", "files": ["README.md"] },
{ "term": "quick-actions modal", "files": ["docs/edge-cases-test-matrix.md"] },
{ "term": "strict performance profile", "files": ["docs/docker-runtime-architecture.md", "docs/vm-runtime-architecture.md"] }
]
}
}