@@ -185,58 +185,60 @@ services:
185185
186186## Config via environment variables
187187
188- For Replicas replace ` #` with the index number for the replica. E.g: `REPLICA#_URL` -> `REPLICA1_URL`
189-
190- | Name | Type | Description |
191- |:-------------------------------------|--------|:----------------------------------------------------------|
192- | ORIGIN_URL (string) | string | URL of adguardhome instance |
193- | ORIGIN_WEB_URL (string) | string | Web URL of adguardhome instance |
194- | ORIGIN_API_PATH (string) | string | API Path |
195- | ORIGIN_USERNAME (string) | string | Adguardhome username |
196- | ORIGIN_PASSWORD (string) | string | Adguardhome password |
197- | ORIGIN_COOKIE (string) | string | Adguardhome cookie |
198- | ORIGIN_REQUEST_HEADERS (map) | map | Request Headers 'key1:value1,key2:value2' |
199- | ORIGIN_INSECURE_SKIP_VERIFY (bool) | bool | Skip TLS verification |
200- | ORIGIN_AUTO_SETUP (bool) | bool | Automatically setup the instance if it is not initialized |
201- | ORIGIN_INTERFACE_NAME (string) | string | Network interface name |
202- | ORIGIN_DHCP_SERVER_ENABLED (bool) | bool | Enable DHCP server |
203- | REPLICA#_URL (string) | string | URL of adguardhome instance |
204- | REPLICA#_WEB_URL (string) | string | Web URL of adguardhome instance |
205- | REPLICA#_API_PATH (string) | string | API Path |
206- | REPLICA#_USERNAME (string) | string | Adguardhome username |
207- | REPLICA#_PASSWORD (string) | string | Adguardhome password |
208- | REPLICA#_COOKIE (string) | string | Adguardhome cookie |
209- | REPLICA#_REQUEST_HEADERS (map) | map | Request Headers 'key1:value1,key2:value2' |
210- | REPLICA#_INSECURE_SKIP_VERIFY (bool) | bool | Skip TLS verification |
211- | REPLICA#_AUTO_SETUP (bool) | bool | Automatically setup the instance if it is not initialized |
212- | REPLICA#_INTERFACE_NAME (string) | string | Network interface name |
213- | REPLICA#_DHCP_SERVER_ENABLED (bool) | bool | Enable DHCP server |
214- | CRON (string) | string | Cron expression for the sync interval |
215- | RUN_ON_START (bool) | bool | Run the sung on startup |
216- | PRINT_CONFIG_ONLY (bool) | bool | Print current config only and stop the application |
217- | CONTINUE_ON_ERROR (bool) | bool | Continue sync on errors |
218- | API_PORT (int) | int | API port |
219- | API_USERNAME (string) | string | API username |
220- | API_PASSWORD (string) | string | API password |
221- | API_DARK_MODE (bool) | bool | API dark mode |
222- | API_METRICS_ENABLED (bool) | bool | Enable metrics |
223- | API_METRICS_SCRAPE_INTERVAL (int64) | int64 | Interval for metrics scraping |
224- | API_METRICS_QUERY_LOG_LIMIT (int) | int | Metrics log query limit |
225- | API_TLS_CERT_DIR (string) | string | API TLS certificate directory |
226- | API_TLS_CERT_NAME (string) | string | API TLS certificate file name |
227- | API_TLS_KEY_NAME (string) | string | API TLS key file name |
228- | FEATURES_DNS_ACCESS_LISTS (bool) | bool | Sync DNS access lists |
229- | FEATURES_DNS_SERVER_CONFIG (bool) | bool | Sync DNS server config |
230- | FEATURES_DNS_REWRITES (bool) | bool | Sync DNS rewrites |
231- | FEATURES_DHCP_SERVER_CONFIG (bool) | bool | Sync DHCP server config |
232- | FEATURES_DHCP_STATIC_LEASES (bool) | bool | Sync DHCP static leases |
233- | FEATURES_GENERAL_SETTINGS (bool) | bool | Sync general settings |
234- | FEATURES_QUERY_LOG_CONFIG (bool) | bool | Sync query log config |
235- | FEATURES_STATS_CONFIG (bool) | bool | Sync stats config |
236- | FEATURES_CLIENT_SETTINGS (bool) | bool | Sync client settings |
237- | FEATURES_SERVICES (bool) | bool | Sync services |
238- | FEATURES_FILTERS (bool) | bool | Sync filters |
239- | FEATURES_THEME (bool) | bool | Sync the weg UI theme |
188+ For Replicas replace ` #` with the index number for the replica. E.g.: `REPLICA#_URL` -> `REPLICA1_URL`
189+ <!-- env-doc-start -->
190+ | Name | Type | Description |
191+ | :--- | ---- |:----------- |
192+ | ORIGIN_URL (string) | string | URL of adguardhome instance |
193+ | ORIGIN_WEB_URL (string) | string | Web URL of adguardhome instance |
194+ | ORIGIN_API_PATH (string) | string | API Path |
195+ | ORIGIN_USERNAME (string) | string | Adguardhome username |
196+ | ORIGIN_PASSWORD (string) | string | Adguardhome password |
197+ | ORIGIN_COOKIE (string) | string | Adguardhome cookie |
198+ | ORIGIN_REQUEST_HEADERS (map) | map | Request Headers 'key1:value1,key2:value2' |
199+ | ORIGIN_INSECURE_SKIP_VERIFY (bool) | bool | Skip TLS verification |
200+ | ORIGIN_AUTO_SETUP (bool) | bool | Automatically setup the instance if it is not initialized |
201+ | ORIGIN_INTERFACE_NAME (string) | string | Network interface name |
202+ | ORIGIN_DHCP_SERVER_ENABLED (bool) | bool | Enable DHCP server |
203+ | REPLICA#_URL (string) | string | URL of adguardhome instance |
204+ | REPLICA#_WEB_URL (string) | string | Web URL of adguardhome instance |
205+ | REPLICA#_API_PATH (string) | string | API Path |
206+ | REPLICA#_USERNAME (string) | string | Adguardhome username |
207+ | REPLICA#_PASSWORD (string) | string | Adguardhome password |
208+ | REPLICA#_COOKIE (string) | string | Adguardhome cookie |
209+ | REPLICA#_REQUEST_HEADERS (map) | map | Request Headers 'key1:value1,key2:value2' |
210+ | REPLICA#_INSECURE_SKIP_VERIFY (bool) | bool | Skip TLS verification |
211+ | REPLICA#_AUTO_SETUP (bool) | bool | Automatically setup the instance if it is not initialized |
212+ | REPLICA#_INTERFACE_NAME (string) | string | Network interface name |
213+ | REPLICA#_DHCP_SERVER_ENABLED (bool) | bool | Enable DHCP server |
214+ | CRON (string) | string | Cron expression for the sync interval |
215+ | RUN_ON_START (bool) | bool | Run the sung on startup |
216+ | PRINT_CONFIG_ONLY (bool) | bool | Print current config only and stop the application |
217+ | CONTINUE_ON_ERROR (bool) | bool | Continue sync on errors |
218+ | API_PORT (int) | int | API port |
219+ | API_USERNAME (string) | string | API username |
220+ | API_PASSWORD (string) | string | API password |
221+ | API_DARK_MODE (bool) | bool | API dark mode |
222+ | API_METRICS_ENABLED (bool) | bool | Enable metrics |
223+ | API_METRICS_SCRAPE_INTERVAL (int64) | int64 | Interval for metrics scraping |
224+ | API_METRICS_QUERY_LOG_LIMIT (int) | int | Metrics log query limit |
225+ | API_TLS_CERT_DIR (string) | string | API TLS certificate directory |
226+ | API_TLS_CERT_NAME (string) | string | API TLS certificate file name |
227+ | API_TLS_KEY_NAME (string) | string | API TLS key file name |
228+ | FEATURES_DNS_ACCESS_LISTS (bool) | bool | Sync DNS access lists |
229+ | FEATURES_DNS_SERVER_CONFIG (bool) | bool | Sync DNS server config |
230+ | FEATURES_DNS_REWRITES (bool) | bool | Sync DNS rewrites |
231+ | FEATURES_DHCP_SERVER_CONFIG (bool) | bool | Sync DHCP server config |
232+ | FEATURES_DHCP_STATIC_LEASES (bool) | bool | Sync DHCP static leases |
233+ | FEATURES_GENERAL_SETTINGS (bool) | bool | Sync general settings |
234+ | FEATURES_QUERY_LOG_CONFIG (bool) | bool | Sync query log config |
235+ | FEATURES_STATS_CONFIG (bool) | bool | Sync stats config |
236+ | FEATURES_CLIENT_SETTINGS (bool) | bool | Sync client settings |
237+ | FEATURES_SERVICES (bool) | bool | Sync services |
238+ | FEATURES_FILTERS (bool) | bool | Sync filters |
239+ | FEATURES_THEME (bool) | bool | Sync the web UI theme |
240+ | FEATURES_TLS_CONFIG (bool) | bool | Sync the TLS config |
241+ <!-- env-doc-end -->
240242
241243# ## Unraid
242244
0 commit comments