Operation Cleanup GoDaddy

Status: In progress — sweetcakesandroses.com fully migrated + HTTPS live; all 7 databases deleted; imagemadedesign.com on Cloudflare (NS propagating); EverydayPotential blocked on client decision; Google Sheet updated 2026-03-26 Goal: Audit all sites on GoDaddy, migrate active ones, shut down the hosting account entirely.


Current State (as of 2026-03-26, updated evening)

imagemadedesign.com — Cloudflare Setup (DONE)


Current State (as of 2026-03-26)

Hosting Account

What's Left in public_html

As of end of 2026-03-26 session, public_html contains only:

EverydayPotential/   — WordPress 3.1.2 (ancient), active addon domain, awaiting client decision

SweetCakesandRoses deleted via cron after successful GitHub Pages migration. All other legacy content (~35 directories, malware files, orphaned client sites) deleted earlier same day.

Backups Created (on server at /home/uwe0rc3gjsnb/)


Pending Decisions (Blockers for Account Closure)

1. EverydayPotential

2. SweetCakesandRoses ✅ MIGRATION COMPLETE

Email Decision Pending

Current M365 setup may be through GoDaddy. Two options discussed: - Cloudflare Email Routing (free): Same as imagemadedesign.com — forwards inbound to their Gmail. Can't send from domain address. - Google Workspace ($6/user/month): Full mailbox, send + receive from domain. Clean, no GoDaddy dependency. - Key question: Does client actively send from their domain email? If yes → Google Workspace. If just inbound → Cloudflare routing.


Work Completed 2026-03-26

Hosting Discovery

Cleanup Executed

cPanel API Notes (GoDaddy Restrictions)

GoDaddy shared hosting has severely restricted the UAPI. What works: - Fileman/list_files ✅ - Fileman/save_file_content ✅ - Fileman/get_file_content ✅ - DomainInfo/list_domains ✅ - Mysql/list_databases ✅ - Email/list_pops ✅ - Cron/add_line + Cron/remove_line ✅ — This is the workaround for file ops

What's blocked (all file manipulation endpoints): - Fileman/delete_files ❌ - Fileman/compress ❌ - Fileman/move_file ❌ - All API2 Fileman destructive functions ❌

Workaround: Use cron jobs to run shell commands (zip, rm, mysqldump). Works reliably.

Email

All three domains (imagemadedesign.com, everydaypotential.com, sweetcakesandroses.com) already point to Microsoft 365 via MX records. Nothing to migrate.


Domain Inventory

See Google Sheet for full interactive inventory: https://docs.google.com/spreadsheets/d/1SJV6By9wUdFnqC_DLoRE302A7trBt8cb5fkNx4NQEJ8

Quick Summary by Category

GoDaddy Hosting (1 domain remaining): - everydaypotential.com — WordPress 3.1.2, awaiting client decision

Migrated off GoDaddy hosting this session: - imagemadedesign.com — now on Cloudflare (NS propagating), email routing configured - sweetcakesandroses.com — now on GitHub Pages, live at sweetcakesandroses.com

Parked at GoDaddy (domain-only, no hosting, 23 domains): All pointing to GoDaddy's AWS parking infrastructure. No action needed until decisions made.

Off GoDaddy entirely (registered here, hosted elsewhere): - grainandmortar.com → Cloudflare/Flywheel (G&M primary) - arborhallomaha.com → Wix - gandm.co → DigitalOcean - gatecityguide.com → Linode - happyomaha.com, territorygroup.co → Fastly - acmeautoservice.com → Afternic (listed for sale)


API Capabilities

GoDaddy Domains API

Key in 1Password: "GoDaddy API — G&M" (G&M vault)

Can Do Notes
Toggle auto-renew on/off PATCH /v1/domains/{domain} with renewAuto: true/false
Lock/unlock domain Transfer protection
Toggle WHOIS privacy
Update nameservers Point domain to different DNS
Renew a domain Trigger renewal, extend N years
Manage DNS records A, CNAME, MX, TXT, etc.
Refresh Google Sheet Can re-pull domain data and update sheet anytime

Cannot do: cancel/delete registration, transfer out, anything hosting-related.

cPanel Access


Research Notes

GoDaddy API Auth

cPanel API Access Pattern

// From browser tab already logged into cPanel:
fetch('/cpsess[SESSION]/execute/[Module]/[Function]', { credentials: 'include' })

// For write ops (cron, SSH keys):
fetch('/cpsess[SESSION]/json-api/cpanel', {
  method: 'POST',
  body: new URLSearchParams({ cpanel_jsonapi_module: '...', cpanel_jsonapi_func: '...', cpanel_jsonapi_apiversion: '2', ...params })
})

Cron Workaround Pattern

// Add cron (runs every minute)
// Capture linekey from response
// Wait 75-90 seconds
// Remove cron using linekey
// Check results

Decisions Log

Date Decision Rationale
2026-03-26 Deleted all legacy content from public_html Orphaned junk from 2021 or earlier, no active domains attached
2026-03-26 Kept EverydayPotential + SweetCakesandRoses Still have active addon domains, clients may need sites
2026-03-26 Email already on M365 No migration needed for any domain
2026-03-26 SweetCakesandRoses = static HTML Not WordPress — can host free anywhere
2026-03-26 EverydayPotential = WP 3.1.2 Too old to run safely as WordPress — recommend converting to static if client doesn't need CMS
2026-03-26 imagemadedesign.com → Cloudflare Free plan, email routing replaces GoDaddy Email Essentials; NS propagating
2026-03-26 All 3 mailboxes forward to kristin.dekay@gmail.com Client confirmed; verification email sent, pending click
2026-03-26 sweetcakesandroses.com → GitHub Pages Static site, free hosting, custom domain live, SSL pending auto-provision
2026-03-26 SweetCakesandRoses files deleted from GoDaddy Migration confirmed complete before deletion
2026-03-26 Google Sheet refreshed Updated rows for imagemadedesign.com, sweetcakesandroses.com, acmeautoservice.com (auto-renew=No), everydaypotential.com (notes)
2026-03-26 sweetcakesandroses.com email TBD Options: Cloudflare routing (free, no send) vs Google Workspace ($6/mo); pending client conversation