You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
screenshots | 3 months ago | |
static | 3 months ago | |
vendor | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
README | 3 months ago | |
go.mod | 3 months ago | |
go.sum | 3 months ago | |
main.go | 3 months ago | |
makefile | 3 months ago |
README
Share text snippets and files with yourself through a webpage.
No auth or user accounts included. Please use some sort of auth in your reverse proxy layer. Arbitrary file uploads are permitted.
See screenshots dir for UI.
Usage of notes:
-addr string
server listen addr (default ":8080")
-db string
sqlite database filepath (default "/tmp/notes.db")
-setup
create database tables
-uploads string
filepath to place file uploads (default "/tmp/")
-uploadsize int
max upload size (default 33554432)
Build from source:
1. Have Go, Git, and Make installed.
2. Clone this repo.
3. run `make`.