An open API service indexing awesome lists of open source software.

https://github.com/anthony-mariotti/whendarr

Whendarr is an open source, self hosted calendar that aggregates release data from *arr services into a simple monthly interface.
https://github.com/anthony-mariotti/whendarr

api-aggregation arr-stack calendar docker fastify media-server plex plex-server pnpm radarr radarr-api release-tracker self-hosted shadcn-ui sonarr sonarr-api tailwindcss

Last synced: 12 days ago
JSON representation

Whendarr is an open source, self hosted calendar that aggregates release data from *arr services into a simple monthly interface.

Awesome Lists containing this project

README

          


Whendarr


Public-friendly calendar for private media libraries.


Docker
Documentation
License
Crowdin



CI Status
GitHub Actions Workflow Status
Latest Version

Whendarr is an open source, self hosted calendar that aggregates release data from *arr services into a simple monthly interface.

## Docker Tags

| Tag | Description |
| -------- | --------------------------------------------------- |
| `latest` | Stable Release (requires external redis/valkey) |
| `next` | Latest Pre-Release (requires external redis/valkey) |

```bash
# Stable
docker pull ghcr.io/anthony-mariotti/whendarr:latest

# Beeding Edge
docker pull ghcr.io/anthony-mariotti/whendarr:next
```

## Logging

**Docker** - Checking the service running in its container

```bash
docker logs whendarr
docker logs whendarr-redis # or valkey
```

## Contributing

Want to help contribute, but not sure how to code or just want to participate in the coding process?

- Submit a bug report
- Propose new features
- Help translate the project on [Crowdin](https://crowdin.com/project/whendarr)

Read contributing guide: [https://docs.whendarr.com/contribute](https://docs.whendarr.com/contribute)

## Development Setup

More detailed setup process can be found at [https://docs.whendarr.com/contribute/develop/setup](https://docs.whendarr.com/contribute/develop/setup)

### Tooling

- [NodeJS](https://nodejs.org/en/download)
- [VSCode](https://code.visualstudio.com/download)
- [Docker](https://www.docker.com/products/docker-desktop/)
- [PNPM](https://pnpm.io/installation)

## Current Roadmap

The roadmap is available on [https://docs.whendarr.com/roadmap](https://docs.whendarr.com/roadmap)

Check the [issues](https://github.com/anthony-mariotti/whendarr/issues) for things to work on.