IRHM b28e06f559 Create docusaurus project
Change homepage and added docker compose install steps. Still a wip.
2023-10-10 22:55:55 +01:00
2023-10-06 00:31:22 +01:00
2023-10-10 22:55:55 +01:00
2023-08-22 22:13:05 +00:00
2023-10-09 03:29:11 +01:00
2023-08-22 22:13:05 +00:00
2023-10-10 22:55:55 +01:00
2023-03-04 14:10:49 +00:00
2023-03-11 22:56:29 +00:00
2023-03-11 22:56:29 +00:00
2023-08-15 22:54:56 +01:00
2023-08-14 00:49:52 +00:00
2023-08-18 21:37:26 +01:00
2023-05-16 21:24:15 +00:00
2023-03-04 14:10:49 +00:00
2023-10-09 16:28:45 +01:00
2023-10-09 16:28:45 +01:00
2023-08-05 00:56:14 +01:00
2023-08-15 22:54:56 +01:00
2023-05-16 21:24:15 +00:00

Watcharr

logo

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 List

Watched Show Hover Watched Show Status Change Show Details
Watched List Changing Show Status Content Details Page

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!

S
Description
Open source, self-hostable watched list for all your content (movies, tv series, anime, games) with user authentication, modern and clean UI and a very simple setup.
Readme GPL-3.0 61 MiB
Languages
Go 48.5%
Svelte 43.8%
TypeScript 6.3%
SCSS 1.1%
Dockerfile 0.1%