Sign inSign up

jiin724/stale

By jiin724

•Updated 8 months ago

Dependency version dashboard for tracking outdated packages across GitHub/GitLab repositories

Image
Developer tools
0

1.7K

jiin724/stale repository overview

⁠stale

Dependency version dashboard for tracking outdated packages across GitHub/GitLab repositories.

GitHub

⁠Features

  • Multi-Source: GitHub and GitLab organizations
  • Multi-Ecosystem: npm, Maven, Gradle, Go modules
  • Multi-Module: Monorepo support
  • Scheduled Scans: Cron-based automatic scanning
  • Dark Mode: Light and dark themes

⁠Quick Start

docker run -d \
  -p 8080:8080 \
  -v stale-data:/data \
  jiin724/stale:latest

Open http://localhost:8080⁠ to access the dashboard.

⁠Docker Compose

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:

⁠Environment Variables

VariableDescriptionDefault
PORTServer port8080
DATA_DIRDatabase directory/data
STALE_ENCRYPTION_KEYEncryption key for API tokensBuilt-in

⁠Supported Package Managers

EcosystemManifest File
npmpackage.json
Mavenpom.xml
Gradlebuild.gradle, build.gradle.kts
Gogo.mod

⁠Tags

  • latest - Latest stable release
  • x.x.x - Specific version

Tag summary

Content type

Image

Digest

sha256:0296b518d…

Size

18.2 MB

Last updated

8 months ago

docker pull jiin724/stale