A PicGo plugin for uploading images to a Gitea repository.
- Open PicGo's main window.
- Go to the
Pluginsection. - Search for
giteaand install this plugin. - Restart PicGo.
Configure the plugin in the Uploader section of PicGo.
| Name | Description | Required |
|---|---|---|
| URL | The URL of your Gitea instance. Example: https://try.gitea.io |
Yes |
| Username | The owner of the repository (your Gitea username or an organization). | Yes |
| Repository | The name of the repository to store the images. | Yes |
| Token | A Gitea Personal Access Token with write access to the repository. |
Yes |
| Path | The path within the repository to save the images. Supports date variables like {YYYY}/{M}/{D}. Example: images/ |
No |
| Ignore Cert Error | Set to true to ignore self-signed certificate errors, for example if your Gitea instance uses a self-signed SSL certificate. |
Yes |