https://github.com/nipakke/shipped
Self-hosted package release tracker for GitHub, NPM, and Docker.
https://github.com/nipakke/shipped
dashboard monitoring release-tracker self-hosted tracker version-tracking
Last synced: 3 months ago
JSON representation
Self-hosted package release tracker for GitHub, NPM, and Docker.
- Host: GitHub
- URL: https://github.com/nipakke/shipped
- Owner: nipakke
- License: mit
- Created: 2026-02-25T21:05:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T00:55:07.000Z (3 months ago)
- Last Synced: 2026-02-26T04:37:13.982Z (3 months ago)
- Topics: dashboard, monitoring, release-tracker, self-hosted, tracker, version-tracking
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Shipped
**Shipped** is a self-hosted dashboard that tracks package releases across platforms like GitHub, NPM, and Docker. Group dependencies into custom lists to instantly monitor new versions.
## Features
- **Multi-Provider Support**: Track releases from GitHub, NPM, Docker Hub, etc.
- **Organized Lists**: Group packages into custom lists with sections
- **Real-Time Updates**: Config changes propagate to the UI instantly via hot-reloading
- **Smart Caching**: Multi-layer caching (L1 memory + L2 file) minimizes API calls
- **Hash-Based Security**: Only pre-configured packages can be queried
## Docker compose
```yaml
services:
shipped:
image: nipakke/shipped:1
ports:
- 3000:3000
volumes:
- /path-to-data:/data
# or separate mounts
#- /path-to-data/config:/data/config
#- /path-to-data/cache:/data/cache
restart: unless-stopped
```
## Documentation
- **[Configuration](docs/configuration.md)** - Dynamic and static config overview
- **[Config Files](docs/config-files.md)** - YAML configuration reference
- **[Environment Variables](docs/env.md)** - Static configuration
- **[Providers](docs/providers.md)** - Supported package providers
- **[Architecture](docs/architecture/overview.md)** - Internal details
See [Architecture Overview](docs/architecture/overview.md) for detailed documentation.
## License
MIT
## Feedback
Found an issue or have a suggestion? [Open a GitHub issue](https://github.com/nipakke/shipped/issues).