Files
configure_nginx_manager/config.json.example
2026-02-25 08:49:21 +03:00

22 lines
600 B
JSON

{
"regru_username": "your_username",
"regru_password": "your_password",
"domain": "example.com",
"domains": [
"*.example.com,example.com",
"gitea.example.com"
],
"wildcard": true,
"email": "admin@example.com",
"cert_dir": "/etc/letsencrypt/live",
"log_file": "/var/log/letsencrypt_regru.log",
"dns_propagation_wait": 180,
"dns_check_attempts": 20,
"dns_check_interval": 15,
"renewal_days": 30,
"npm_enabled": true,
"npm_host": "http://192.0.2.1:81",
"npm_email": "admin@example.com",
"npm_password": "changeme"
}