16 lines
257 B
TOML
16 lines
257 B
TOML
|
listen_addr = "[::]:8080"
|
||
|
|
||
|
[tls]
|
||
|
ca_file = "/foo/ca.pem"
|
||
|
cert_file = "/foo/server.crt"
|
||
|
key_file = "/foo/server.key"
|
||
|
|
||
|
[proxmox]
|
||
|
host = "127.0.0.1"
|
||
|
port = 8006
|
||
|
|
||
|
[users."john@example.com"]
|
||
|
username = "john"
|
||
|
password = "verysecureandlongpassword"
|
||
|
realm = "pve"
|