Skip to content

Commit

Permalink
docs: Add ui option
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jul 21, 2024
1 parent e4e489c commit 950d22b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Flags:
--port int the port to listen to (default 8080)
--tls-cert string path to tls cert file
--tls-key string path to tls key file
--ui enables the web ui
--user string give control to this user or uid (requires root)
Global Flags:
Expand Down Expand Up @@ -151,6 +152,8 @@ Via file (`$HOME/.config/gorge.yaml` or `./gorge.yaml`):

```yaml
---
# Enable basic web ui
ui: false
# Set uid of process to this users uid
user: ""
# Set gid of process to this groups gid
Expand Down Expand Up @@ -196,6 +199,7 @@ tls-key: ""
Via environment:

```bash
GORGE_UI=false
GORGE_USER=""
GORGE_GROUP=""
GORGE_API_VERSION=v3
Expand Down

0 comments on commit 950d22b

Please sign in to comment.