README ¶ tie-daemon https://tiedb.eth.link (soon available) Installation & run go get git.sr.ht/~uid/tie-daemon ... cd $GOPATH/src/git.sr.ht/~uid/tie-daemon go build ./tie-daemon --db-path <path> [--tls-cert <file.crt> --tls-key <file.key> || --insecure] Run with Docker docker run -p 1161:1161 -v <db-path>:/data -v <certificate-path>:/keys uid3/tie-daemon:latest --db-path /data --tls-cert /keys/<my-cert>.crt --tls-key /keys/<my-key>.key Interaction For CLI use: tie For GUI use: tie-gui For Golang pkg use: tie-client Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ tie-daemon document Source Files ¶ View all Source files doc.go handlers.go main.go markdown.go routes.go Click to show internal directories. Click to hide internal directories.