Skip to content

nfsq246/picgo-plugin-gitea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picgo-plugin-gitea

PicGo Uploader For Gitea

Usage

input your config

  • owner: gitea project's owner name
  • repo: gitea project repo
  • token: gitea's api token
  • path: img path in response json (eg:url or data.url)
  • message: gitea commit

init your remote repo

  • create git repo?
mkdir resources
cd resources
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin your-remote-link
git push -u origin master
  • exists repo?
cd existing_git_repo
git remote add origin your-remote-link
git push -u origin master

Feature

  • support sync gitee file delete

Todo

  • trim / delimiter

About

Picgo plugin follow the picgo-plugin-gitee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published