Updated old examples from readme

This commit is contained in:
jamesread 2021-07-16 21:04:01 +01:00
parent 600ef4405d
commit db4ceabe5d
1 changed files with 6 additions and 1 deletions

View File

@ -56,8 +56,13 @@ This is a quick example of `config.yaml` - but again, lots of documentation for
Put this `config.yaml` in `/etc/OliveTin/` if you're running a standard service, or mount it at `/config` if running in a container. Put this `config.yaml` in `/etc/OliveTin/` if you're running a standard service, or mount it at `/config` if running in a container.
```yaml ```yaml
listenAddressWebUI: 0.0.0.0:1337 # Listen on all addresses available, port 1337 # Listen on all addresses available, port 1337
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
# Choose from INFO (default), WARN and DEBUG
logLevel: "INFO" logLevel: "INFO"
# Actions (buttons) to show up on the WebUI:
actions: actions:
# Docs: https://docs.olivetin.app/action-container-control.html # Docs: https://docs.olivetin.app/action-container-control.html
- title: Restart Plex - title: Restart Plex