Skip to content

sulincix-other/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sulincix Paste

Simple paste service written go

Features

  • uses sqlite3 and simple html (nojs)
  • paste pages are simple text
  • less size ( < 10mb )

Installing

From source

  1. run make or make static
  2. copy build/paste file

From docker image

docker run -d \
    -p <port>:2023 \
    registry.gitlab.com/sulincix/paste \
    /paste

About

Simple paste service written go and sqlite3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published