pydio / pydio-booster

Empower your Pydio server with this golang-based dedicated tool.
GNU Affero General Public License v3.0
8 stars 5 forks source link

pydio -version don't work #4

Closed Nanomani closed 3 years ago

Nanomani commented 7 years ago

this command line don't work :

pydio -version

tested with pydio 1.0 to 1.02 on Windows OS only

lbeltrame commented 7 years ago

It looks like a completely different executable:

./pydio -h
Usage of ./pydio:
  -agree
        Agree to Let's Encrypt Subscriber Agreement
  -ca string
        Certificate authority ACME server (default "https://acme-v01.api.letsencrypt.org/directory")
  -conf string
        Configuration file to use (default=Caddyfile)
  -cpu string
        CPU cap (default "100%")
  -email string
        Default Let's Encrypt account email address
  -grace duration
        Maximum duration of graceful shutdown (default 5s)
  -host string
        Default host
  -http2
        Use HTTP/2 (default true)
  -log string
        Process log file (default "stdout")
  -loglevel int
        Log level (default 9)
  -pidfile string
        Path to write pid file
  -plugins
        List installed plugins
  -port string
        Default port (default "2015")
  -quic
        Use experimental QUIC
  -quiet
        Quiet mode (no initialization output)
  -revoke string
        Hostname for which to revoke the certificate
  -root string
        Root path of default site (default ".")
  -version
        Show version

It looks like a Let's Encrypt client rather than the "booster" mentioned in the documentation.