mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 08:48:32 +02:00
chore: enhance example config
This commit is contained in:
@@ -38,11 +38,11 @@
|
|||||||
# buffer_size: 65536 # (default: 64KB)
|
# buffer_size: 65536 # (default: 64KB)
|
||||||
# path: /app/logs/acl.log # (default: none)
|
# path: /app/logs/acl.log # (default: none)
|
||||||
# stdout: false # (default: false)
|
# stdout: false # (default: false)
|
||||||
# keep: last 10 # (default: none)
|
# keep: 30 days # (default: 30 days)
|
||||||
|
|
||||||
entrypoint:
|
entrypoint:
|
||||||
# Proxy Protocol: https://www.haproxy.com/blog/use-the-proxy-protocol-to-preserve-a-clients-ip-address
|
# Proxy Protocol: https://www.haproxy.com/blog/use-the-proxy-protocol-to-preserve-a-clients-ip-address
|
||||||
# When set to true, web entrypoint and all tcp routeswill be wrapped with Proxy Protocol listener in order to preserve the client's IP address.
|
# When set to true, web entrypoint and all tcp routes will be wrapped with Proxy Protocol listener in order to preserve the client's IP address.
|
||||||
# Note that HTTP/3 with proxy protocol is not supported yet.
|
# Note that HTTP/3 with proxy protocol is not supported yet.
|
||||||
support_proxy_protocol: false
|
support_proxy_protocol: false
|
||||||
|
|
||||||
@@ -72,6 +72,8 @@ entrypoint:
|
|||||||
access_log:
|
access_log:
|
||||||
format: combined
|
format: combined
|
||||||
path: /app/logs/entrypoint.log
|
path: /app/logs/entrypoint.log
|
||||||
|
stdout: false # (default: false)
|
||||||
|
keep: 30 days # (default: 30 days)
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
# include files are standalone yaml files under `config/` directory
|
# include files are standalone yaml files under `config/` directory
|
||||||
@@ -96,9 +98,13 @@ providers:
|
|||||||
# remote-1: tcp://10.0.2.1:2375
|
# remote-1: tcp://10.0.2.1:2375
|
||||||
# remote-2: ssh://root:1234@10.0.2.2
|
# remote-2: ssh://root:1234@10.0.2.2
|
||||||
|
|
||||||
# notification providers (notify when service health changes)
|
# notification providers
|
||||||
#
|
#
|
||||||
# notification:
|
# notification:
|
||||||
|
# - name: ntfy
|
||||||
|
# provider: ntfy
|
||||||
|
# url: https://ntfy.domain.tld
|
||||||
|
# topic: godoxy
|
||||||
# - name: gotify
|
# - name: gotify
|
||||||
# provider: gotify
|
# provider: gotify
|
||||||
# url: https://gotify.domain.tld
|
# url: https://gotify.domain.tld
|
||||||
|
|||||||
Reference in New Issue
Block a user