authguard icon indicating copy to clipboard operation
authguard copied to clipboard

Transparently add TLS and HTTP Basic Auth to web services

Results 2 authguard issues
Sort by recently updated
recently updated
newest added

There is no Version flag. How can I create proper Bug reports without a version flag. Related to #6.

``` [Unit] Description=Prometheus Authguard Server Instance After=network-online.service Wants=network-online.target [Service] Type=simple ExecStart=/opt/prometheus/authguard -web.listen-address=0.0.0.0:8082 -web.proxy-to=127.0.0.1:9119 -user=username -pass=passphrase -crt=[…]tmp.pem -key=[…]tmp.key Restart=always [Install] WantedBy=multi-user.target ``` Unfortunately there is no version flag, so I can't...