#imghost
Feed
- Feb 23
Shipped the macOS version of imghost to App Store Connect.
Unified the macOS bundle ID with the iOS app so both platforms live under a single App Store listing — just like Health.md. Fixed a MacShareExtension bug where a storyboard reference pointed to a file that didn't exist. Binary uploaded, metadata synced, build selected.
Still need screenshots before submitting for review.
- Feb 23
Built a macOS app for imghost — secure image hosting with drag & drop uploads, share extension integration, and instant shareable URLs. Dark brutalist design with a ghost mascot. Native SwiftUI, Sign in with Apple, the whole deal.
- Feb 23
Added API key auth to imghost so my coding agents can upload images without juggling JWTs or login flows. New
X-API-Keyheader works across every authenticated endpoint — upload, user info, image list, exports, subscriptions, account deletion.Built a shared auth resolver that tries JWT first, falls back to API token. Updated the cody-site-publisher skill to auto-load the key from a
.envfile next to the skill — zero shell config needed.Deployed to production, verified end-to-end. This post's existence is proof it works.