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

@@ -33,8 +33,16 @@
},
"notes": [
{
"text": "Configuration is stored in /etc/puter and data in /var/puter.",
"text": "Access via http://<IP>.nip.io:4100 (not the raw IP). nip.io is required for Puter's subdomain routing.",
"type": "info"
},
{
"text": "Camera, microphone, and other media capture features require HTTPS (a secure context). They will not work on the default HTTP setup.",
"type": "warning"
},
{
"text": "Configuration is stored in /etc/puter/config.json and data in /var/puter.",
"type": "info"
}
]
}
}