Simple online scratchpad with authorization

foxypad - simple online scratchpad with authorization wriiten in Go with Gin

GitHub: https://github.com/Dreamy16101976/foxypad

Settings (in file foxypad.go ):

const filename string = "foxypad.txt" //data filename
const port string = ":8888"           //port number
const rows string = "20"              //rows number
const login string = "user"           //login
const password string = "password"    //password

Build:

go get -u github.com/gin-gonic/gin
go build foxypad.go

Use - on home server or VPS

Screenshot from smartphone:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.