Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ your own projects.
| Type | Capability | What it helps with | Status |
| --- | --- | --- | :---: |
| Explore | Direct package lookup | Quickly inspect any package from the terminal | ✅ |
| Explore | Interactive dashboard | Explore health, adoption, releases, dependencies, and optional Web dashboard access | ✅ |
| Explore | Interactive dashboard | Explore health, adoption, releases, dependencies, and optional [Web dashboard](docs/getting-started.md#open-the-dashboard-in-a-browser) access | ✅ |
| Explore | Workspace monitoring | Monitor configured projects and registry sources | ✅ |
| Explore | Cross-registry search | Find packages across supported ecosystems | ✅ |
| Explore | Health and adoption signals | Understand project momentum and maintenance quality | ✅ |
Expand Down
8 changes: 4 additions & 4 deletions docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ experience.

| Variable | Values | Purpose |
| --- | --- | --- |
| `SECCHI_GITHUB_TOKEN` | GitHub token | Authenticates GitHub API requests for stars, repository signals, workflows, README, and issue activity. This is recommended for repeated scans and CI. |
| `SECCHI_DISABLE_UPDATE_CHECK` | `1`, `true`, `yes`, `on` | Disables the once-per-day PyPI release update check. |
| `SECCHI_DISABLE_SPOTLIGHT` | `1`, `true`, `yes`, `on` | Disables the optional Spotlight feed in the dashboard. |
| `XDG_CACHE_HOME` | Directory path | Changes the root directory used for Secchi's local cache. |
| `SECCHI_GITHUB_TOKEN` | GitHub token | GitHub API enrichment |
| `SECCHI_DISABLE_UPDATE_CHECK` | `1`, `true`, `yes`, `on` | Disable daily update check |
| `SECCHI_DISABLE_SPOTLIGHT` | `1`, `true`, `yes`, `on` | Disable Spotlight feed |
| `XDG_CACHE_HOME` | Directory path | Change cache location |

## GitHub API access

Expand Down
Loading