-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
This is the shortest path from zero to a working Censorarr 1.6.5 install.
git clone https://github.com/leestow/Censorarr.git
cd CensorarrOn Synology, you can instead download/extract the repository into a Container Manager project folder such as:
/volume1/docker/censorarr
At minimum change:
TZPUIDPGID- the left side of the Movies volume
- the left side of the TV Shows volume, if used
Example:
environment:
TZ: America/Chicago
PUID: "1026"
PGID: "100"
UMASK: "002"
CENSORARR_SYNOLOGY_COMPAT_MODE: "auto"
volumes:
- /volume1/Movies:/media:rw
- /volume1/TV Shows:/tv:rwThe shipped application/config/work mounts are relative to the project folder and normally should not be changed:
- ./app:/app
- ./config:/config
- ./work:/workdocker compose up -d --buildThe shipped browser mapping is:
8087:8787
so the UI is normally:
http://SERVER-IP:8087
A fresh install stays idle until the wizard is completed.
Recommended first-pass choices:
- Movies folder:
/media - TV folder:
/tvif used - Dry Run: On
- Transcription: local CPU
- Plex: Skip
- Radarr/Sonarr: Skip
- Bazarr: Skip
This validates the standalone core before adding integrations.
docker compose logs -for:
docker logs -f censorarrYou should see the media preflight pass before Whisper loads.
Dry Run still needs to read the source media, but it does not perform the final media replacement.
Once detection looks correct, enable Apply mode.
See Transcription & GPU Worker.
docker exec -it censorarr python /app/selftest.pyA healthy 1.6.5 install should end with:
Censorarr v1.6.5 self-test: ALL PASS
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