Change homepage and added docker compose install steps. Still a wip.
Watcharr
I'm your new easily self-hosted content watched list. The place you store your watched (or watching, planned, etc) movies and tv shows, rate them and track their status.
I am built with Go and Svelte(Kit).
Feel free to abuse this demo instance (nicely), which runs on the latest dev build (there may be bugs, as new features are tested on here too): https://beta.watcharr.app/
Track Progress Until Next Version
Contents
Screenshots
Watched List
| Watched Show Hover | Watched Show Status Change | Show Details |
|---|---|---|
![]() |
![]() |
![]() |
Set Up
Currently only a docker image is provided (v1.9.1 and newer no longer require the watcharr-ui package, it is bundled inside the main watcharr package).
Note: When first running, make sure only you have access. The first user created will become admin.
Here is a simple setup you can use yourself, using docker compose:
docker-compose.yml
version: "3"
services:
watcharr:
# The :latest tag is used for simplicity, it is recommended
# to use an actual version, then when updating check the releases for changelogs.
image: ghcr.io/sbondco/watcharr:latest
container_name: watcharr
ports:
- 3080:3080
volumes:
# Contains all of watcharr data (database & cache)
- ./data:/data
After loading up Watcharr, you will be greeted with a menu to setup the first account (which will be admin).
When logged in you can then configure the server settings from the nav face menu > settings option.
Getting Help
If something isn't working for you or you are stuck, creating an issue is the best way to get help! Every type of issue is accepted, so don't be afraid to ask anything!




