Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDryRunFinished = errors.New("dry run finished")
Functions ¶
This section is empty.
Types ¶
type FilterRepository ¶
type Options ¶
type Options struct {
Address string `default:"127.0.0.1:8765" help:"address to listen to"`
UseSystemdSocket bool `help:"use a systemd socket instead of opening a port"`
DatabaseUrl string `default:"postgresql:///letsblockit" help:"psql database to connect to"`
LogLevel string `default:"info" enum:"debug,info,warn,error,off" help:"http log level"`
AuthMethod string `required:"" enum:"kratos" help:"authentication method to use"`
AuthKratosUrl string `default:"http://localhost:4000/.ory" help:"url of the kratos API, defaults to using local ory proxy"`
StatsdTarget string `placeholder:"localhost:8125" help:"address to send statsd metrics to, disabled by default"`
CacheDir string `placeholder:"/tmp" help:"folder to cache external resources in during local development"`
HotReload bool `help:"reload frontend when the backend restarts"`
DryRun bool `hidden:""`
}
type PageRenderer ¶
type ReleaseClient ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.