-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: feederbox826 <[email protected]> Co-authored-by: DogmaDragon <[email protected]>
- Loading branch information
1 parent
aa39a08
commit 3511460
Showing
29 changed files
with
254 additions
and
610 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Repository name | ||
collection: | ||
# index url for your repo | ||
index: https://ghost.github.io/stash-plugins/main/index.yml | ||
# github url of the repo - github.com/username/repo-name | ||
global_repo: ghost/stash-plugins | ||
# author of all plugins in the repo (OPTIONAL) | ||
global_author: "[ghost](https://github.com/ghost)" | ||
# link to readme if it applies to all scripts within the collection | ||
global_readme: "https://example.com/stash-plugins/README.md" | ||
# branch/path within the folder structure | ||
base_path: main/plugins | ||
# entries not in the sidecar are excluded | ||
exclusive: true | ||
|
||
scripts: | ||
# internal id of the plugin | ||
id: my-first-stash-plugin | ||
# path if it is not at base_path/id | ||
path: CoolPlugin | ||
# description (OPTIONAL) | ||
description: My first plugin | ||
# readme, if not at base_path/id/README.md | ||
# if left empty, will try to search at the location | ||
readme: "https://example.com/stash-plugins/README.md" | ||
# override author from global_author | ||
author: "Ghost, Casper" | ||
# list of links to images of screenshots | ||
screenshots: | ||
- https://example.com/stash-plugins/CoolPlugin/demo.png | ||
- https://example.com/stash-plugins/CoolPlugin/usage.png | ||
- https://example.com/stash-plugins/CoolPlugin/settings.png | ||
# if plugin should be hidden from generate index | ||
# this should only be set if the plugin is a backend dependency | ||
# is in a completely broken state and wholly incompatible | ||
# or has been deprecated and should not be used | ||
hide: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.