mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-26 23:21:41 +01:00
chore(docs): adds docks for forward-proxy
This commit is contained in:
2
main.go
2
main.go
@@ -50,7 +50,7 @@ type args struct {
|
||||
Filter map[string][]string `arg:"-"`
|
||||
Healthcheck *HealthcheckCmd `arg:"subcommand:healthcheck" help:"checks if the server is running."`
|
||||
RemoteHost []string `arg:"env:DOZZLE_REMOTE_HOST,--remote-host,separate" help:"list of hosts to connect remotely"`
|
||||
AuthProvider string `arg:"env:DOZZLE_AUTH_PROVIDER" default:"none" help:"sets the auth provider to use. Currently only forward proxy is supported."`
|
||||
AuthProvider string `arg:"--auth-provider,env:DOZZLE_AUTH_PROVIDER" default:"none" help:"sets the auth provider to use. Currently only forward-proxy is supported."`
|
||||
}
|
||||
|
||||
type HealthcheckCmd struct {
|
||||
|
||||
Reference in New Issue
Block a user