notea-de-me/server
Bel LaPointe 99f88d2fb8 use last cookie matching 2022-02-18 11:02:00 -07:00
..
public/ui i cant uncache chrome fuckit 2022-02-18 10:53:45 -07:00
testdata i cant uncache chrome fuckit 2022-02-18 10:53:45 -07:00
README.md docker image name in readme 2022-02-16 16:24:04 -07:00
auth.go impl test fileauth 2022-02-18 08:05:50 -07:00
auth_test.go impl test fileauth 2022-02-18 08:05:50 -07:00
authenticate.go use last cookie matching 2022-02-18 11:02:00 -07:00
authenticate_test.go i cant uncache chrome fuckit 2022-02-18 10:53:45 -07:00
go.mod todo, gomod 2022-02-17 13:24:31 -07:00
go.sum todo, gomod 2022-02-17 13:24:31 -07:00
id.go redir to /ui/files for about page, fix root+ button 2022-02-17 12:42:35 -07:00
leaf.go put with readonly uses put value 2022-02-17 12:15:21 -07:00
main.go i cant uncache chrome fuckit 2022-02-18 10:53:45 -07:00
server.go i cant uncache chrome fuckit 2022-02-18 10:53:45 -07:00
server_test.go test server auth 2022-02-18 09:16:23 -07:00
tree.go move leaf to own file 2022-02-17 11:00:30 -07:00
tree_test.go server code unittests to Meta. from .Title and .Deleted 2022-02-17 10:37:52 -07:00

README.md

running with docker

d1={d1:-(mktemp -d)} d2={d2:-(mktemp -d)} docker run
-v $d1:/main/public/files
-v $d2:/main/public/media
-p 3004:3004
--rm -it registry-app.eng.qops.net:5001/bel/work-notes:latest