@@ -31,17 +31,17 @@ Start the server on `localhost:8080` by default.
3131```
3232For further configuration, see the command-line options below.
3333
34- | Flag | Description | Default |
35- | ----------------------| -------------------------------------------------| -------------|
36- | ` -H ` , ` --host ` | Host to bind the server to | ` localhost ` |
37- | ` -p ` , ` --port ` | Port to run the server on | ` 8080 ` |
38- | ` -a ` , ` --auth ` | Enable bearer token authentication | ` false ` |
39- | ` -t ` , ` --token ` | Bearer token used for authentication | |
40- | ` -m ` , ` --metrics ` | Enable Prometheus metrics endpoint | ` false ` |
41- | ` -r ` , ` --redoc ` | Enable ReDoc API documentation | ` false ` |
42- | ` -f ` , ` --log-format ` | Set log format: ` text ` , ` structured ` , ` json ` | ` text ` |
43- | ` -l ` , ` --log-level ` | Set log level: ` debug ` , ` info ` , ` warn ` , ` error ` | ` info ` |
44- | ` -h ` , ` --help ` | Show help for the server command | |
34+ | Flag | Description | Default |
35+ | ----------------------| -------------------------------------------------| -------------- |
36+ | ` -H ` , ` --host ` | Host to bind the server to | ` localhost ` |
37+ | ` -p ` , ` --port ` | Port to run the server on | ` 8080 ` |
38+ | ` -a ` , ` --auth ` | Enable bearer token authentication | ` false ` |
39+ | ` -t ` , ` --token ` | Bearer token used for authentication | |
40+ | ` -m ` , ` --metrics ` | Enable Prometheus metrics endpoint | ` false ` |
41+ | ` -r ` , ` --redoc ` | Enable ReDoc API documentation | ` false ` |
42+ | ` -f ` , ` --log-format ` | Set log format: ` structured ` , ` json ` | ` structured ` |
43+ | ` -l ` , ` --log-level ` | Set log level: ` debug ` , ` info ` , ` warn ` , ` error ` | ` info ` |
44+ | ` -h ` , ` --help ` | Show help for the server command | |
4545
4646Additional a systemd service file and environment file are provided in the
4747[ contrib directory] ( https://github.com/tschaefer/rpinfo/tree/main/contrib ) for automatic startup on boot and management of the
0 commit comments