Strong community interest, but tests, CI, or docs need work.

๐Ÿ‹ Ansible playbook which helps you host various FOSS services as Docker containers on your own server

Documentation

76

Contributing guide5pt0

No CONTRIBUTING.md found (โˆ’47 pts base + up to โˆ’53 pts more for content).

โ†’ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

28

Tests18pt0

No tests detected anywhere in the repository.

โ†’ Add automated tests. They prove the code works and give contributors confidence to make changes.

Issue and PR templates6pt0

No issue or PR templates found (โˆ’100 pts).

โ†’ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt10

No dependency lockfile found (โˆ’70 pts).

โ†’ Commit poetry.lock, uv.lock, pdm.lock, Pipfile.lock, conda-lock.yml, or another lockfile for your Python dependency manager.

CI/CD14pt57

CI is configured (.github/workflows/pre-commit.yml).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Project health

68

Dependency manifest6pt0

No dependency manifest detected at root.

โ†’ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • โ€”
    Commits (30d / 90d)
  • 133
    Forks
  • 0
    Releases

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 1,083
    Watchers

Responsiveness

  • 11h
    Median issue response
  • 2h
    Median PR merge time
  • 40
    Open issues
Repository files29 root entries
  • .github
    Good: CI is configured (.github/workflows/pre-commit.yml).
  • bin
  • docs
  • examples
  • group_vars
  • LICENSES
  • roles
  • run
  • templates
  • .ansible-lint
  • .codespellrc
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • .yamllint
  • ansible.cfg
  • CHANGELOG.md
  • CHANGELOG.md.license
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.license
  • justfile
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • mise.toml
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Issue: README has no code examples (โˆ’15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • README.md.license
  • releases.opml
  • REUSE.toml
  • VERSIONS.md