Simple paste service written go
- uses sqlite3 and simple html (nojs)
- paste pages are simple text
- less size ( < 10mb )
- run
make
ormake static
- copy build/paste file
docker run -d \
-p <port>:2023 \
registry.gitlab.com/sulincix/paste \
/paste