Yet Another Cross Clipboard
Go to file
2021-03-25 14:11:01 +01:00
cmd Made required flag "bind" optional 2021-03-24 16:49:42 +01:00
internal Implemented encryption (#2) 2021-03-25 14:11:01 +01:00
.gitignore Added .gitignore 2021-03-22 13:24:10 +01:00
go.mod Implemented redis backend 2021-03-24 16:33:28 +01:00
go.sum Implemented redis backend 2021-03-24 16:33:28 +01:00
LICENSE cobra init 2021-03-22 13:40:09 +01:00
main.go Implemented encryption (#2) 2021-03-25 14:11:01 +01:00
README.md Made required flag "bind" optional 2021-03-24 16:49:42 +01:00

YAxC

Yet Another Cross Clipboard

Allan, please add details!

Server

Run the YAxC server

Usage:
  yaxc serve [flags]

Flags:
  -b, --bind string            Bind-Address (default ":1332")
  -t, --default-ttl duration   Default TTL (default 1m0s)
  -h, --help                   help for serve
  -x, --max-body-length int    Max Body Length (default 1024)
  -s, --max-ttl duration       Max TTL (default 5m0s)
  -l, --min-ttl duration       Min TTL (default 5s)
  -r, --redis-addr string      Redis Address
      --redis-db int           Redis Database
      --redis-pass string      Redis Password
      --redis-prefix string    Redis Prefix (default "yaxc::")

Global Flags:
      --config string   config file (default is $HOME/.yaxc.yaml)
      --server string   URL of API-Server