@indiekit/store-gitea

1.0.0-beta.8 • Public • Published

@indiekit/store-gitea

Gitea content store adaptor for Indiekit.

Installation

npm i @indiekit/store-gitea

Usage

Add @indiekit/store-gitea to your list of plug-ins, specifying options as required:

{
  "plugins": ["@indiekit/store-gitea"],
  "@indiekit/store-gitea": {
    "user": "username",
    "repo": "reponame"
  }
}

Options

Option Type Description
instance string Gitea instance URL. Optional, defaults to https://gitea.com.
user string Your Gitea username. Required.
repo string The name of your Gitea repository. Required.
branch string The branch files will be saved to. Optional, defaults to main.
token string A Gitea access token. Required, defaults to process.env.GITEA_TOKEN.

Package Sidebar

Install

npm i @indiekit/store-gitea

Weekly Downloads

5

Version

1.0.0-beta.8

License

MIT

Unpacked Size

10.1 kB

Total Files

5

Last publish

Collaborators

  • paulrobertlloyd