- server: certbot DNS-01 GoDaddy hooks + showcase-cert.sh issues *.<user>.amerc.ai wildcard cert and writes a per-user 443 nginx vhost -> edge - amerc-api: registration triggers cert provisioning async (idempotent) + returns https URL - Mansion shows the HTTPS-provisioning note - verified: https://demo1.artheru.amerc.ai serves over TLS (Let's Encrypt *.artheru cert)
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.36.0-https",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"three": "^0.184.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|