1
0
mirror of https://github.com/Ombi-app/Ombi.git synced 2025-03-12 04:35:27 -07:00
3
Startup Parameters
Jamie edited this page 2018-04-13 14:28:06 +01:00

--host

Set to a semicolon-separated (;) list of URL prefixes to which the server should respond. For example, http://localhost:123. Use "" to indicate that the server should listen for requests on any IP address or hostname using the specified port and protocol (for example, http://:5000). The protocol (http:// or https://) must be included with each URL. Supported formats vary between servers."
Default = "http://*:5000"

--storage

Storage path, where we save the logs and database

--baseurl

The base URL for reverse proxy scenarios