Skip to content

A registry for DDEV add-ons where users can discover, explore, and leave comments on available add-ons.

License

Notifications You must be signed in to change notification settings

ddev/addon-registry

Repository files navigation

Deploy to GitHub Pages

DDEV Add-on Registry

A registry for DDEV add-ons where users can discover, explore, and leave comments on available add-ons.

  • Jekyll is used under the hood to generate the site.
  • Add-ons in the _addons directory are automatically updated using Golang.
  • Manual updates can be performed using:
    export DDEV_ADDON_REGISTRY_TOKEN=your-classic-github-token-no-privileges
    cd go
    go mod vendor
    go run main.go

Local Development Setup

DDEV already has all the dependencies included.

  1. Run ddev start to start and set up the project's dependencies (the first start may take a minute or two).
  2. Run ddev launch :4000 to open the development server with LiveReload.

About

A registry for DDEV add-ons where users can discover, explore, and leave comments on available add-ons.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published