This template allows you to create a new repository with a few clicks with preconfigured GitHub action to publish your plugins source index. This assumes you already know how to create plugins for Stash. If you don't, first read this.
- Click Use this template > Create a new repository.
- Choose a repository name and click Create repository.
- Open Settings and head to Pages.
- Under Build and deployment select the Source as GitHub Actions.
Now add your plugins to plugins directory and they will be automatically published to the source index.
Source index URL: https://<your-username>.github.io/<repository-name>/main/index.yml
- Create a new topic for your plugin on the community forum.
- Add your source index to the list on the Stash community forum.
The default license is set to AGPL-3.0. Before publishing any plugins you can change it.