Skip to content

Typora에서 사용할 수 있는 Image Uploader의 Server 입니다.

License

Notifications You must be signed in to change notification settings

mingkyme/typora-uploader-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

개요

typora 에서 사용할 수 있는 image uploader 용 Server입니다.

사용 방법

.env.sample 파일을 복사 후, 설정에 맞게 수정 후 실행

cp .env.sample .env

Build 해서 사용하면 더욱 편합니다.

go build -o image-uploader main.go
nohup ./image-uploader &

About

Typora에서 사용할 수 있는 Image Uploader의 Server 입니다.

Resources

License

Stars

Watchers

Forks