Skip to content

Commit f7d3970

Browse files
committed
Revert "docs: add background service section to README"
This reverts commit 9bd5f37.
1 parent 9bd5f37 commit f7d3970

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -121,24 +121,6 @@ flowchart LR
121121

122122
For all flags, subcommands, and environment variables, see the [Configuration docs](https://dorlugasigal.github.io/TermBeam/configuration/).
123123

124-
## Background Service
125-
126-
Run TermBeam as a persistent background service using [PM2](https://pm2.keymetrics.io/). PM2 is auto-installed if not already present.
127-
128-
```bash
129-
termbeam service install # interactive setup wizard (configures PM2)
130-
termbeam service start # start the service
131-
termbeam service stop # stop the service
132-
termbeam service status # show uptime, memory, restarts, log paths
133-
termbeam service logs # tail the last 200 lines + live output
134-
termbeam service restart # restart after config changes
135-
termbeam service uninstall # stop, remove from PM2, delete config
136-
```
137-
138-
The `install` wizard walks you through password, port, access mode (tunnel/LAN/localhost), working directory, and boot auto-start. Config is saved to `~/.termbeam/ecosystem.config.js`.
139-
140-
For systemd, launchd, and Windows alternatives, see the [Running in Background docs](https://dorlugasigal.github.io/TermBeam/running-in-background/).
141-
142124
## Security
143125

144126
TermBeam auto-generates a password and creates a secure tunnel by default, binding to `127.0.0.1` (localhost only). Auth uses httpOnly cookies with 24-hour expiry, login is rate-limited to 5 attempts per minute, QR codes contain single-use share tokens (5-min expiry), and security headers (X-Frame-Options, CSP, nosniff) are set on all responses.

0 commit comments

Comments
 (0)