Commit faf4300
docs: trim never-used auto-start / service sections
The Windows-Service-on-boot and systemd `--install-service` paths are
real features in the code (WiX ServiceInstall + install.sh
install_systemd_service helper + src/service.rs), but they were never
actually exercised by the operator and the docs were prominently
promoting them as a 24/7 unattended-operation recommendation. Better
to remove the doc paths than to keep promising a flow we haven't
validated end-to-end.
Removed from docs (CC frontend):
- CloudNodeSetup.jsx — both "Auto-start on boot (optional)" sections
(Windows + Linux) including the PowerShell `Start-Service /
Set-Service SourceBoxSentryCloudNode` block, the
`systemctl status sourcebox-sentry-cloudnode` block, and the
`curl … | bash -s -- --install-service` example. Trimmed the
inline `--install-service` hint from the post-install summary.
The "Running on Windows" + "Running on Linux/macOS" sections now
cover the foreground-TUI path only, which matches what we
actually use day-to-day.
- Deployment.jsx — entire "systemd service (Linux)" section
(heading + the full unit-file scratchpad + the enable-and-start
example). Also trimmed the systemd reference from the
"Updating" paragraph.
- Faq.jsx — Windows install FAQ entry no longer mentions the
optional `SourceBoxSentryCloudNode` service; the rest of the
answer (MSI download, SmartScreen warning, no PowerShell
one-liner) is unchanged.
Kept (not touched by this commit):
- `install.sh`'s `--install-service` flag in the script itself.
The feature works if anyone wants it; we just stopped
advertising it from setup docs.
- The WiX installer's service registration in main.wxs. Existing
Windows installs still register a manual-start service that
works the same way it always has — we just no longer point new
users at it.
- `src/service.rs` and the corresponding service-mode entry point
in `src/main.rs`. Dead-doc, live-code.
- The `systemctl status` debugging hint at the top of
`docs/runbooks/video-not-showing.md` — that's diagnostic, not
promotional.
- The "systemd timer" example in SecurityProcedures.jsx's
"Cut the camera off-hours" remediation — that's suggesting
the CUSTOMER's own scheduling mechanism, not advertising our
service.
Refreshed backend/static/ from a clean build so the trimmed docs
ship in local-dev runs without a manual rebuild.
612 backend tests pass, frontend build clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7edaefa commit faf4300
6 files changed
Lines changed: 22 additions & 204 deletions
File tree
- backend/static
- assets
- frontend/src/pages/docs
Lines changed: 4 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 89 | + | |
| 90 | + | |
114 | 91 | | |
115 | 92 | | |
116 | 93 | | |
117 | 94 | | |
118 | 95 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
123 | 100 | | |
124 | 101 | | |
125 | 102 | | |
| |||
145 | 122 | | |
146 | 123 | | |
147 | 124 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 125 | + | |
| 126 | + | |
174 | 127 | | |
175 | 128 | | |
176 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 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 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 85 | | |
161 | 86 | | |
162 | 87 | | |
| |||
168 | 93 | | |
169 | 94 | | |
170 | 95 | | |
171 | | - | |
| 96 | + | |
172 | 97 | | |
173 | | - | |
174 | | - | |
| 98 | + | |
175 | 99 | | |
176 | 100 | | |
177 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
0 commit comments