-
Notifications
You must be signed in to change notification settings - Fork 0
Security and Secrets
Censorarr can store credentials for optional integrations. Treat these values as secrets.
For supported secrets, Censorarr uses:
- GUI-saved secret
- environment variable
- legacy config value
This matters when troubleshooting. A stale GUI-saved value can override an environment variable that appears correct.
GUI-saved secrets are stored under the persistent /config area.
Do not expose, share, upload, or publish the contents of your runtime /config directory.
Sensitive data can include:
secrets.json
config.yaml
.env files
API tokens
worker tokens
notification credentials
logs that contain private URLs or identifiers
backup snapshots containing configuration
Use a long random value.
The exact same value must be configured on:
- the GPU Worker as
ASR_WORKER_TOKEN - the main Censorarr remote-GPU settings
Current protocol header:
X-Censorarr-Token
Do not expose the real token in screenshots, support posts, logs, or configuration examples you share publicly.
The shipped compose supports:
WEB_USERNAME: "admin"
WEB_PASSWORD: ""A blank password means no web login.
If Censorarr is exposed beyond a trusted LAN, use appropriate authentication, reverse-proxy, firewall, VPN, or other network controls rather than relying on an open application port.
The worker accepts audio uploads for transcription. Keep TCP port 9000 on a trusted network or otherwise protect access, and always configure a worker token.
If a token or API key is accidentally exposed, treat it as compromised:
- rotate or revoke it at the source
- update Censorarr with the replacement value
- remove the exposed value from any screenshots, posts, logs, or files you control
Censorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets