Dependency version dashboard for tracking outdated packages across GitHub/GitLab repositories
1.7K
Dependency version dashboard for tracking outdated packages across GitHub/GitLab repositories.
docker run -d \
-p 8080:8080 \
-v stale-data:/data \
jiin724/stale:latest
Open http://localhost:8080 to access the dashboard.
version: '3.8'
services:
stale:
image: jiin724/stale:latest
ports:
- "8080:8080"
volumes:
- stale-data:/data
environment:
- STALE_ENCRYPTION_KEY=your-secure-key
restart: unless-stopped
volumes:
stale-data:
| Variable | Description | Default |
|---|---|---|
PORT | Server port | 8080 |
DATA_DIR | Database directory | /data |
STALE_ENCRYPTION_KEY | Encryption key for API tokens | Built-in |
| Ecosystem | Manifest File |
|---|---|
| npm | package.json |
| Maven | pom.xml |
| Gradle | build.gradle, build.gradle.kts |
| Go | go.mod |
latest - Latest stable releasex.x.x - Specific versionContent type
Image
Digest
sha256:0296b518d…
Size
18.2 MB
Last updated
8 months ago
docker pull jiin724/stale