1 # https://github.com/louislam/uptime-kuma/wiki/Environment-Variables
2 # Commented variables are set to defaults
4 # Set the directory where the data should be stored (could be relative)
6 DATA_DIR=/var/lib/update-kuma/
8 # Host to bind to, could be an ip.
12 #UPTIME_KUMA_PORT=3001
17 # Path to SSL certificate
18 #UPTIME_KUMA_SSL_CERT=
20 # Cloudflare Tunnel Token (Available in 1.14.0)
21 #UPTIME_KUMA_CLOUDFLARED_TOKEN=
23 # By default, Uptime Kuma is not allowed in iframe if the domain name is not
24 # the same as the parent. It protects your Uptime Kuma to be a phishing
25 # website. If you don't need this protection, you can set it to true
26 #UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN=false
28 # Add your self-signed ca certs. (e.g. /cert/path/CAcert.pem)
31 # Ignore all TLS errors
32 #NODE_TLS_REJECT_UNAUTHORIZED=0
34 # Set it to --insecure-http-parser, if you encountered error "Invalid header
35 # value char" when your website using WAF