Update domain configuration to use nip.io for subdomain routing and enhance documentation

This commit is contained in:
MickLesk
2026-05-06 07:36:01 +02:00
parent bc51257aa7
commit 7b5bb6dfd9
3 changed files with 13 additions and 5 deletions

View File

@@ -38,10 +38,10 @@ msg_info "Configuring Application"
cat <<EOF >/etc/puter/config.json
{
"config_name": "proxmox",
"domain": "${LOCAL_IP}",
"domain": "${LOCAL_IP}.nip.io",
"protocol": "http",
"http_port": 4100,
"experimental_no_subdomain": true,
"allow_nipio_domains": true,
"services": {
"database": {
"engine": "sqlite",