Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
/ clippy Public archive

📋 📎 Web based device clipboard sharing simple and secure https://clippy.ninja/

Notifications You must be signed in to change notification settings

KilledKenny/clippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clippy

How to run

From sorurce

$ go get github.com/KilledKenny/clippy
$ cd "$GOPATH/src/github.com/KilledKenny/clippy"
$ go install
$ ./$GOPATH/clippy

Prebuilt

Download a prebuilt zip from GoBuilder it will contain the server binary and the www folder

Certs

The server has to be served over https due Crome security features. Clippy has a built in https server however it dose not generate its own cert. Heres how to generate the cert and key whit openssl

$ openssl genrsa -out server.key 2048
$ openssl ecparam -genkey -name secp384r1 -out server.key
$ openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650

About

📋 📎 Web based device clipboard sharing simple and secure https://clippy.ninja/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published